diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-02 07:13:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-02 07:13:52 +0000 |
commit | 87f9c40fd5f966fc3c0e9f6c0e3997877ad55160 (patch) | |
tree | 67d1e17acb614ba6c1e2307de5ae5ab00435f3e8 /dev-perl/locale-maketext-lexicon | |
parent | Stable on amd64 wrt bug #361409 (diff) | |
download | historical-87f9c40fd5f966fc3c0e9f6c0e3997877ad55160.tar.gz historical-87f9c40fd5f966fc3c0e9f6c0e3997877ad55160.tar.bz2 historical-87f9c40fd5f966fc3c0e9f6c0e3997877ad55160.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/locale-maketext-lexicon')
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-perl/locale-maketext-lexicon/ChangeLog b/dev-perl/locale-maketext-lexicon/ChangeLog index b96b7e633a58..c275327f9197 100644 --- a/dev-perl/locale-maketext-lexicon/ChangeLog +++ b/dev-perl/locale-maketext-lexicon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/locale-maketext-lexicon # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/ChangeLog,v 1.62 2011/02/16 17:26:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/ChangeLog,v 1.63 2011/04/02 07:09:05 tove Exp $ + + 02 Apr 2011; Torsten Veller <tove@gentoo.org> + -locale-maketext-lexicon-0.840.ebuild, -locale-maketext-lexicon-0.850.ebuild: + Cleanup *locale-maketext-lexicon-0.860 (16 Feb 2011) diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.840.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.840.ebuild deleted file mode 100644 index 972f3c5d93f4..000000000000 --- a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.840.ebuild +++ /dev/null @@ -1,23 +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-maketext-lexicon/locale-maketext-lexicon-0.840.ebuild,v 1.1 2011/01/13 20:19:44 tove Exp $ - -EAPI=3 - -MY_PN=Locale-Maketext-Lexicon -MODULE_AUTHOR=DRTECH -MODULE_VERSION=0.84 -inherit perl-module - -DESCRIPTION="Use other catalog formats in Maketext" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND=">=virtual/perl-locale-maketext-1.17" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.850.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.850.ebuild deleted file mode 100644 index 17cd17aaa101..000000000000 --- a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.850.ebuild +++ /dev/null @@ -1,23 +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-maketext-lexicon/locale-maketext-lexicon-0.850.ebuild,v 1.1 2011/02/12 05:59:42 tove Exp $ - -EAPI=3 - -MY_PN=Locale-Maketext-Lexicon -MODULE_AUTHOR=DRTECH -MODULE_VERSION=0.85 -inherit perl-module - -DESCRIPTION="Use other catalog formats in Maketext" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND=">=virtual/perl-locale-maketext-1.17" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" |