diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-08 17:48:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-08 17:48:44 +0000 |
commit | 6595a931acd32698c70bb62cbab732cdccc5f394 (patch) | |
tree | afb0f2f09242a17ab2c9a23e543dbab293e9f6fb /dev-perl/Locale-PO | |
parent | Cleanup (diff) | |
download | gentoo-2-6595a931acd32698c70bb62cbab732cdccc5f394.tar.gz gentoo-2-6595a931acd32698c70bb62cbab732cdccc5f394.tar.bz2 gentoo-2-6595a931acd32698c70bb62cbab732cdccc5f394.zip |
Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Locale-PO')
-rw-r--r-- | dev-perl/Locale-PO/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.16.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.17-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.17.ebuild | 19 |
4 files changed, 5 insertions, 59 deletions
diff --git a/dev-perl/Locale-PO/ChangeLog b/dev-perl/Locale-PO/ChangeLog index 594ea9240ec8..eed6a6d3a839 100644 --- a/dev-perl/Locale-PO/ChangeLog +++ b/dev-perl/Locale-PO/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Locale-PO # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.50 2009/05/07 16:22:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.51 2009/05/08 17:48:44 tove Exp $ + + 08 May 2009; Torsten Veller <tove@gentoo.org> -Locale-PO-0.16.ebuild, + -Locale-PO-0.17.ebuild, -Locale-PO-0.17-r1.ebuild: + Cleanup 07 May 2009; Raúl Porcel <armin76@gentoo.org> Locale-PO-0.21.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #268208 diff --git a/dev-perl/Locale-PO/Locale-PO-0.16.ebuild b/dev-perl/Locale-PO/Locale-PO-0.16.ebuild deleted file mode 100644 index 753d173693e5..000000000000 --- a/dev-perl/Locale-PO/Locale-PO-0.16.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.16.ebuild,v 1.12 2007/01/16 01:19:50 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Object-oriented interface to gettext po-file entries" -HOMEPAGE="http://search.cpan.org/~alansz/" -SRC_URI="mirror://cpan/authors/id/A/AL/ALANSZ/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="sys-devel/gettext - dev-lang/perl" - -SRC_TEST="do" diff --git a/dev-perl/Locale-PO/Locale-PO-0.17-r1.ebuild b/dev-perl/Locale-PO/Locale-PO-0.17-r1.ebuild deleted file mode 100644 index abd35358fa39..000000000000 --- a/dev-perl/Locale-PO/Locale-PO-0.17-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.17-r1.ebuild,v 1.6 2008/03/19 03:04:01 jer Exp $ - -inherit perl-module - -DESCRIPTION="Object-oriented interface to gettext po-file entries" -HOMEPAGE="http://search.cpan.org/~alansz/" -SRC_URI="mirror://cpan/authors/id/A/AL/ALANSZ/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="sys-devel/gettext - dev-perl/File-Slurp - dev-lang/perl" - -SRC_TEST="do" diff --git a/dev-perl/Locale-PO/Locale-PO-0.17.ebuild b/dev-perl/Locale-PO/Locale-PO-0.17.ebuild deleted file mode 100644 index 9356686a8f4f..000000000000 --- a/dev-perl/Locale-PO/Locale-PO-0.17.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.17.ebuild,v 1.3 2007/07/08 02:52:02 tgall Exp $ - -inherit perl-module - -DESCRIPTION="Object-oriented interface to gettext po-file entries" -HOMEPAGE="http://search.cpan.org/~alansz/" -SRC_URI="mirror://cpan/authors/id/A/AL/ALANSZ/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ppc64 ~s390 ~sh sparc ~x86" -IUSE="" - -DEPEND="sys-devel/gettext - dev-lang/perl" - -SRC_TEST="do" |