zerochaos 14/06/13 17:17:59 Modified: go-fuse-9999.ebuild ChangeLog Log: fix for bug 503324 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path 1.4 dev-libs/go-fuse/go-fuse-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild?r1=1.3&r2=1.4 Index: go-fuse-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- go-fuse-9999.ebuild 21 Oct 2013 01:21:10 -0000 1.3 +++ go-fuse-9999.ebuild 13 Jun 2014 17:17:59 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.3 2013/10/21 01:21:10 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.4 2014/06/13 17:17:59 zerochaos Exp $ EAPI=5 @@ -46,6 +46,11 @@ insinto /usr/lib/go/ doins -r "${S}/pkg" -insinto /usr/lib/go/src/pkg -doins -r "${S}/src/." +insinto "/usr/lib/go/src/pkg/${GO_PN}/" +#for this ebuild, to fix bug #503324 I have limited what is installed +#another possible solution would have been using adddeny to the +#hide installed filed during build +rm -r "${S}/src/${GO_PN}/.git" +doins -r "${S}/src/${GO_PN}/fuse" +doins -r "${S}/src/${GO_PN}/splice" } 1.4 dev-libs/go-fuse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 21 Oct 2013 01:21:10 -0000 1.3 +++ ChangeLog 13 Jun 2014 17:17:59 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/go-fuse -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.3 2013/10/21 01:21:10 zerochaos Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.4 2014/06/13 17:17:59 zerochaos Exp $ + + 13 Jun 2014; Rick Farina <[email protected]> go-fuse-9999.ebuild: + fix for bug 503324 21 Oct 2013; Rick Farina <[email protected]> go-fuse-9999.ebuild: remove unneeded inherit and comment lines
