diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:54:36 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:54:36 +0000 |
commit | 4d736135a026ccde72fabd043d3c2ec8d5c2005f (patch) | |
tree | 069b046b84baa8840ea2d6a1ca98da48dd552ccd /dev-perl/libintl-perl | |
parent | Mark 1.4.5-r1 stable on alpha (diff) | |
download | historical-4d736135a026ccde72fabd043d3c2ec8d5c2005f.tar.gz historical-4d736135a026ccde72fabd043d3c2ec8d5c2005f.tar.bz2 historical-4d736135a026ccde72fabd043d3c2ec8d5c2005f.zip |
stable amd64
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-perl/libintl-perl')
-rw-r--r-- | dev-perl/libintl-perl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/libintl-perl/libintl-perl-1.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/libintl-perl/ChangeLog b/dev-perl/libintl-perl/ChangeLog index 029db607dcd4..a12773dce1a5 100644 --- a/dev-perl/libintl-perl/ChangeLog +++ b/dev-perl/libintl-perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/libintl-perl -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.10 2005/08/12 08:55:34 mcummings Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.11 2006/02/06 20:53:56 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> libintl-perl-1.11.ebuild: + stable on amd64 12 Aug 2005; Michael Cummings <mcummings@gentoo.org> libintl-perl-1.11.ebuild: diff --git a/dev-perl/libintl-perl/libintl-perl-1.11.ebuild b/dev-perl/libintl-perl/libintl-perl-1.11.ebuild index 64e39ea7b845..989267954947 100644 --- a/dev-perl/libintl-perl/libintl-perl-1.11.ebuild +++ b/dev-perl/libintl-perl/libintl-perl-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.11.ebuild,v 1.4 2005/08/12 08:55:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.11.ebuild,v 1.5 2006/02/06 20:53:56 blubb Exp $ inherit perl-module @@ -9,5 +9,5 @@ HOMEPAGE="http://search.cpan.org/~guido/${P}/" SRC_URI="mirror://cpan/authors/id/G/GU/GUIDO/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc sparc" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" |