diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-17 00:49:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-17 00:49:43 +0000 |
commit | b805b6f45d5e3294ace10c454801be61078827ef (patch) | |
tree | a3e28fc96b0cbbfe0481da67ce69c44f28431c6c /dev-perl/extutils-pkgconfig | |
parent | Mark 0.04 stable on ia64 (diff) | |
download | gentoo-2-b805b6f45d5e3294ace10c454801be61078827ef.tar.gz gentoo-2-b805b6f45d5e3294ace10c454801be61078827ef.tar.bz2 gentoo-2-b805b6f45d5e3294ace10c454801be61078827ef.zip |
Mark 1.07 stable on ia64
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 0eac69ceb44c..cd51923ef841 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.21 2005/08/26 00:57:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.22 2005/09/17 00:49:43 agriffis Exp $ + + 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> + extutils-pkgconfig-1.07.ebuild: + Mark 1.07 stable on ia64 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> extutils-pkgconfig-1.07.ebuild: diff --git a/dev-perl/extutils-pkgconfig/Manifest b/dev-perl/extutils-pkgconfig/Manifest index 179d866fd827..3d2b7694e13a 100644 --- a/dev-perl/extutils-pkgconfig/Manifest +++ b/dev-perl/extutils-pkgconfig/Manifest @@ -1,4 +1,4 @@ -MD5 f23c242ebbd9ba21e465e4dc58678d11 extutils-pkgconfig-1.07.ebuild 599 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 68888f2fc879275715bf00a87084a741 ChangeLog 2560 +MD5 24f8b9bec6842f8723b52aaf15ede5d2 extutils-pkgconfig-1.07.ebuild 598 MD5 4e1daf1288c0a8286f35bafb57aae939 files/digest-extutils-pkgconfig-1.07 73 diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild index ab6ec2a8dc7f..29ddfe16f29d 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.9 2005/08/26 00:57:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.10 2005/09/17 00:49:43 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="alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" |