diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 19:01:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 19:01:58 +0000 |
commit | 99007fc549c19ee7fc049cb4ff51e8ac681c4e19 (patch) | |
tree | b6a12ac8f39f735284296a79f8b97b887db82380 /dev-perl/Locale-PO | |
parent | Cleanup (diff) | |
download | gentoo-2-99007fc549c19ee7fc049cb4ff51e8ac681c4e19.tar.gz gentoo-2-99007fc549c19ee7fc049cb4ff51e8ac681c4e19.tar.bz2 gentoo-2-99007fc549c19ee7fc049cb4ff51e8ac681c4e19.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Locale-PO')
-rw-r--r-- | dev-perl/Locale-PO/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.210.0.ebuild | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/Locale-PO/ChangeLog b/dev-perl/Locale-PO/ChangeLog index 0475f642abca..a6af4da15ff4 100644 --- a/dev-perl/Locale-PO/ChangeLog +++ b/dev-perl/Locale-PO/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Locale-PO -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.64 2012/12/27 09:28:02 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/ChangeLog,v 1.65 2013/01/06 19:01:58 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Locale-PO-0.210.0.ebuild: + Cleanup 27 Dec 2012; Raúl Porcel <armin76@gentoo.org> Locale-PO-0.220.0.ebuild: alpha/m68k/s390/sh/sparc stable wrt #441232 diff --git a/dev-perl/Locale-PO/Locale-PO-0.210.0.ebuild b/dev-perl/Locale-PO/Locale-PO-0.210.0.ebuild deleted file mode 100644 index e23dbd2150f0..000000000000 --- a/dev-perl/Locale-PO/Locale-PO-0.210.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 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.210.0.ebuild,v 1.2 2011/09/03 21:05:08 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=KEN -MODULE_VERSION=0.21 -inherit perl-module - -DESCRIPTION="Object-oriented interface to gettext po-file entries" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND="sys-devel/gettext - dev-perl/File-Slurp" -DEPEND="${RDEPEND}" - -SRC_TEST="do" |