zmedico 14/10/17 05:03:58 Modified: etcd-fs-0_p20140620.ebuild ChangeLog Log: Fix HOMEPAGE for bug #525568 (thanks to Marcin Mirosław), and use dobin instead of dexe. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xAE5719A3)
Revision Changes Path 1.2 sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild?r1=1.1&r2=1.2 Index: etcd-fs-0_p20140620.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- etcd-fs-0_p20140620.ebuild 16 Oct 2014 00:48:44 -0000 1.1 +++ etcd-fs-0_p20140620.ebuild 17 Oct 2014 05:03:58 -0000 1.2 @@ -1,14 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild,v 1.1 2014/10/16 00:48:44 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild,v 1.2 2014/10/17 05:03:58 zmedico Exp $ EAPI=5 KEYWORDS="~amd64" DESCRIPTION="Use etcd as a FUSE filesystem" -HOMEPAGE="https://${GO_PN}" +HOMEPAGE="https://github.com/xetorthio/${PN}" EGIT_COMMIT="395eacbaebccccc5f03ed11dc887ea2f1af300a0" -SRC_URI="https://github.com/xetorthio/${PN}/archive/${EGIT_COMMIT}.zip -> ${P}.zip" +SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}.zip" LICENSE="Apache-2.0" SLOT="0" IUSE="" @@ -27,7 +27,6 @@ } src_install() { - exeinto /usr/bin - doexe etcdfs + dobin etcdfs dodoc README.md } 1.2 sys-fs/etcd-fs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/etcd-fs/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/etcd-fs/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/etcd-fs/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/etcd-fs/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 16 Oct 2014 00:48:44 -0000 1.1 +++ ChangeLog 17 Oct 2014 05:03:58 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/etcd-fs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/etcd-fs/ChangeLog,v 1.1 2014/10/16 00:48:44 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/etcd-fs/ChangeLog,v 1.2 2014/10/17 05:03:58 zmedico Exp $ + + 17 Oct 2014; Zac Medico <[email protected]> etcd-fs-0_p20140620.ebuild: + Fix HOMEPAGE for bug #525568 (thanks to Marcin Mirosław), and use dobin + instead of dexe. *etcd-fs-0_p20140620 (16 Oct 2014)
