summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/locale-maketext-lexicon')
-rw-r--r--dev-perl/locale-maketext-lexicon/ChangeLog6
-rw-r--r--dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.82.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-perl/locale-maketext-lexicon/ChangeLog b/dev-perl/locale-maketext-lexicon/ChangeLog
index d57e890b5ceb..13fef782dea2 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/ChangeLog,v 1.73 2012/03/31 17:01:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/ChangeLog,v 1.74 2012/04/05 18:28:44 tove Exp $
+
+ 05 Apr 2012; Torsten Veller <tove@gentoo.org>
+ -locale-maketext-lexicon-0.82.ebuild:
+ Cleanup
31 Mar 2012; Raúl Porcel <armin76@gentoo.org>
locale-maketext-lexicon-0.910.0.ebuild:
diff --git a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.82.ebuild b/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.82.ebuild
deleted file mode 100644
index 7f93e489b7fd..000000000000
--- a/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.82.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 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.82.ebuild,v 1.4 2010/10/18 20:03:47 jer Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=DRTECH
-MY_PN=Locale-Maketext-Lexicon
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-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
- dev-lang/perl"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod )"
-
-SRC_TEST="do"