diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-23 00:43:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-23 00:43:06 +0000 |
commit | 2cf3ee81646b0b97a43aebc8d23c13412b9a4c59 (patch) | |
tree | 000cc9c2496c8324d12f840ab2b23d5e3af26fc3 /dev-perl | |
parent | Add ~ia64 keyword. (diff) | |
download | historical-2cf3ee81646b0b97a43aebc8d23c13412b9a4c59.tar.gz historical-2cf3ee81646b0b97a43aebc8d23c13412b9a4c59.tar.bz2 historical-2cf3ee81646b0b97a43aebc8d23c13412b9a4c59.zip |
Add ~alpha + ~ia64 keywords.
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-Copy-Recursive/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/File-Flat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Flat/File-Flat-1.00.ebuild | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index 46f77c3f432d..e31bea702c28 100644 --- a/dev-perl/File-Copy-Recursive/ChangeLog +++ b/dev-perl/File-Copy-Recursive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-Copy-Recursive # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.2 2007/01/21 07:49:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.3 2007/01/23 00:40:29 kloeri Exp $ + + 23 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> + File-Copy-Recursive-0.30.ebuild: + Add ~alpha + ~ia64 keywords. 21 Jan 2007; nixnut <nixnut@gentoo.org> File-Copy-Recursive-0.30.ebuild: Added ~ppc wrt bug 163004 diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild index e1cebf73696f..f1fb48cd1fdd 100644 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild,v 1.2 2007/01/21 07:49:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild,v 1.3 2007/01/23 00:40:29 kloeri Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DM/DMUEY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl" diff --git a/dev-perl/File-Flat/ChangeLog b/dev-perl/File-Flat/ChangeLog index 0bcd97bb2e7e..13f0f1fdb6ac 100644 --- a/dev-perl/File-Flat/ChangeLog +++ b/dev-perl/File-Flat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Flat # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.41 2007/01/21 07:51:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.42 2007/01/23 00:43:06 kloeri Exp $ + + 23 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> File-Flat-1.00.ebuild: + Add ~alpha + ~ia64 keywords. 21 Jan 2007; nixnut <nixnut@gentoo.org> File-Flat-1.00.ebuild: Added ~ppc wrt bug 163004 diff --git a/dev-perl/File-Flat/File-Flat-1.00.ebuild b/dev-perl/File-Flat/File-Flat-1.00.ebuild index 7be1e4432390..dd4fb665e0c0 100644 --- a/dev-perl/File-Flat/File-Flat-1.00.ebuild +++ b/dev-perl/File-Flat/File-Flat-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.00.ebuild,v 1.2 2007/01/21 07:51:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.00.ebuild,v 1.3 2007/01/23 00:43:06 kloeri Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~adamk/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" SRC_TEST="do" |