diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-27 14:32:12 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-27 14:32:12 +0000 |
commit | e64190354c26734fbf8a2efb19e4076e38119f2e (patch) | |
tree | 0bdc1771f738ef6bda4c0c8173cc788b21c92029 /dev-perl/extutils-pkgconfig | |
parent | Version bumped. (diff) | |
download | historical-e64190354c26734fbf8a2efb19e4076e38119f2e.tar.gz historical-e64190354c26734fbf8a2efb19e4076e38119f2e.tar.bz2 historical-e64190354c26734fbf8a2efb19e4076e38119f2e.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 028b641b60c9..92155cef2efb 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.14 2005/03/27 13:46:39 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.15 2005/03/27 14:29:09 kloeri Exp $ + + 27 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> + extutils-pkgconfig-1.07.ebuild: + Stable on alpha. 27 Mar 2005; Guy Martin <gmsoft@gentoo.org> extutils-pkgconfig-1.07.ebuild: Stable on hppa. diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild index 0d83dcb0d20d..fa0720463d60 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.4 2005/03/27 13:46:39 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.5 2005/03/27 14:29:09 kloeri 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="x86 ~ppc sparc ~mips alpha hppa ~amd64 ~ppc64" IUSE="" |