summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2013-10-21 01:21:10 +0000
committerRick Farina <zerochaos@gentoo.org>2013-10-21 01:21:10 +0000
commit1a36d986b4e09feb4ba8f7b361e19442eb9d8596 (patch)
tree7ed15cccec27c5bb824c0c54f8544f69360a383a /dev-libs/go-fuse
parentRemove dejavu and unifont from RDEPEND, bug 488670. (diff)
downloadgentoo-2-1a36d986b4e09feb4ba8f7b361e19442eb9d8596.tar.gz
gentoo-2-1a36d986b4e09feb4ba8f7b361e19442eb9d8596.tar.bz2
gentoo-2-1a36d986b4e09feb4ba8f7b361e19442eb9d8596.zip
remove unneeded inherit and comment lines
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-libs/go-fuse')
-rw-r--r--dev-libs/go-fuse/ChangeLog5
-rw-r--r--dev-libs/go-fuse/go-fuse-9999.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/go-fuse/ChangeLog b/dev-libs/go-fuse/ChangeLog
index ee2c03f4203a..66ac6e710aa1 100644
--- a/dev-libs/go-fuse/ChangeLog
+++ b/dev-libs/go-fuse/ChangeLog
@@ -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.2 2013/10/21 01:06:58 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.3 2013/10/21 01:21:10 zerochaos Exp $
+
+ 21 Oct 2013; Rick Farina <zerochaos@gentoo.org> go-fuse-9999.ebuild:
+ remove unneeded inherit and comment lines
21 Oct 2013; Rick Farina <zerochaos@gentoo.org> go-fuse-9999.ebuild:
I have no clue why, but this is how it wants to be installed
diff --git a/dev-libs/go-fuse/go-fuse-9999.ebuild b/dev-libs/go-fuse/go-fuse-9999.ebuild
index 8580d0f2bb78..5697d2187618 100644
--- a/dev-libs/go-fuse/go-fuse-9999.ebuild
+++ b/dev-libs/go-fuse/go-fuse-9999.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 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.2 2013/10/21 01:06:58 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.3 2013/10/21 01:21:10 zerochaos Exp $
EAPI=5
-inherit git-r3 multilib
+inherit git-r3
RESTRICT="strip"
@@ -44,9 +44,6 @@ do
go install -v -x -work ${GO_PN}/${d} || die
done
-#insinto /usr/$(get_libdir)
-#insinto /usr/lib/go/src/pkg/${GO_PN}/
-#doins -r "${S}/pkg/linux_${ARCH}/${GO_PN}/."
insinto /usr/lib/go/
doins -r "${S}/pkg"
insinto /usr/lib/go/src/pkg