diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 00:58:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 00:58:40 +0000 |
commit | 95cda2db25031aadfa18e4e88b5f02c40acc1310 (patch) | |
tree | 3067c9e6d0cd1296ca1a7d4544c650ae4c3306b6 /dev-perl/extutils-pkgconfig | |
parent | add ~ia64 (diff) | |
download | gentoo-2-95cda2db25031aadfa18e4e88b5f02c40acc1310.tar.gz gentoo-2-95cda2db25031aadfa18e4e88b5f02c40acc1310.tar.bz2 gentoo-2-95cda2db25031aadfa18e4e88b5f02c40acc1310.zip |
add ~ia64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild | 4 |
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 141f64590d22..0eac69ceb44c 100644 --- a/dev-perl/extutils-pkgconfig/ChangeLog +++ b/dev-perl/extutils-pkgconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-pkgconfig # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.20 2005/04/28 19:23:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.21 2005/08/26 00:57:40 agriffis Exp $ + + 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> + extutils-pkgconfig-1.07.ebuild: + add ~ia64 28 Apr 2005; Michael Cummings <mcummings@gentoo.org> : Cleaning diff --git a/dev-perl/extutils-pkgconfig/Manifest b/dev-perl/extutils-pkgconfig/Manifest index cd2de4d3a266..9080b87a6f90 100644 --- a/dev-perl/extutils-pkgconfig/Manifest +++ b/dev-perl/extutils-pkgconfig/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 1bc12f878efcf4310d2a88e5d038998e ChangeLog 2464 -MD5 d4cb232f47a15f43d5e2536b9a369b9f extutils-pkgconfig-1.07.ebuild 590 +MD5 166a771113a15d42c7777554271c5d21 extutils-pkgconfig-1.07.ebuild 595 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 1bc12f878efcf4310d2a88e5d038998e ChangeLog 2464 MD5 4e1daf1288c0a8286f35bafb57aae939 files/digest-extutils-pkgconfig-1.07 73 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCcTfjtG5z4I8BtQoRAgvrAKCD5NN76ZvcC+OnccB2656oO3diBQCfRfGU -7BpB6DR17tEdQLqhBbYQBO0= -=5kaU ------END PGP SIGNATURE----- diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild index 3b2aa4bd55d5..ab6ec2a8dc7f 100644 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.8 2005/04/22 12:55:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.9 2005/08/26 00:57:40 agriffis Exp $ inherit perl-module @@ -12,5 +12,5 @@ SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ppc64" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="" |