summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-07-09 13:09:34 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-07-09 13:09:34 +0000
commit3d26efd7c21b45047c5b596b77d0c2a43824979e (patch)
tree180621f3438dbed8fe6d8ea66423a75b89ec9a42 /dev-perl/Cflow
parentMarking sparc stable (diff)
downloadgentoo-2-3d26efd7c21b45047c5b596b77d0c2a43824979e.tar.gz
gentoo-2-3d26efd7c21b45047c5b596b77d0c2a43824979e.tar.bz2
gentoo-2-3d26efd7c21b45047c5b596b77d0c2a43824979e.zip
Bug 184513, keywording ~amd64. Also added fixlocalpod call to resolve collision-protect problems.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-perl/Cflow')
-rw-r--r--dev-perl/Cflow/Cflow-1.051-r1.ebuild8
-rw-r--r--dev-perl/Cflow/ChangeLog7
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/Cflow/Cflow-1.051-r1.ebuild b/dev-perl/Cflow/Cflow-1.051-r1.ebuild
index 0bf8bb80f57b..4c64ccac3afa 100644
--- a/dev-perl/Cflow/Cflow-1.051-r1.ebuild
+++ b/dev-perl/Cflow/Cflow-1.051-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cflow/Cflow-1.051-r1.ebuild,v 1.2 2007/06/02 22:13:24 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cflow/Cflow-1.051-r1.ebuild,v 1.3 2007/07/09 13:09:34 mcummings Exp $
-inherit eutils
+inherit eutils perl-app
FLOW_TOOLS_VERSION="0.68"
@@ -13,7 +13,7 @@ SRC_URI="http://net.doit.wisc.edu/~plonka/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ia64 ~ppc x86"
+KEYWORDS="~amd64 ~ia64 ~ppc x86"
IUSE=""
DEPEND="dev-lang/perl"
@@ -35,5 +35,7 @@ src_install() {
cd ${WORKDIR}/flow-tools-${FLOW_TOOLS_VERSION}/contrib/${P}
perl Makefile.PL
make DESTDIR="${D}" install || die "make install failed"
+ # Remove perlocal.pod - causes collision-detect warnings - mcummings
+ fixlocalpod
dodoc README
}
diff --git a/dev-perl/Cflow/ChangeLog b/dev-perl/Cflow/ChangeLog
index ae8d847a739e..6fe61d74f568 100644
--- a/dev-perl/Cflow/ChangeLog
+++ b/dev-perl/Cflow/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Cflow
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cflow/ChangeLog,v 1.10 2007/06/02 22:13:24 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cflow/ChangeLog,v 1.11 2007/07/09 13:09:34 mcummings Exp $
+
+ 09 Jul 2007; Michael Cummings <mcummings@gentoo.org>
+ Cflow-1.051-r1.ebuild:
+ Bug 184513, keywording ~amd64. Also added fixlocalpod call to resolve
+ collision-protect problems.
02 Jun 2007; Markus Ullmann <jokey@gentoo.org> -Cflow-1.051.ebuild,
Cflow-1.051-r1.ebuild: