diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-21 13:22:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-21 13:22:49 +0000 |
commit | 722bf540f2d1fa756bf934d988b72e0131bc8619 (patch) | |
tree | 86c516a177979eae17f9d3f71cc70d9ac0415826 /dev-perl/Locale-gettext | |
parent | Ebuild maintenance. EAPI=2. Fix LICENSE. mips -> ~mips (diff) | |
download | historical-722bf540f2d1fa756bf934d988b72e0131bc8619.tar.gz historical-722bf540f2d1fa756bf934d988b72e0131bc8619.tar.bz2 historical-722bf540f2d1fa756bf934d988b72e0131bc8619.zip |
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Locale-gettext')
-rw-r--r-- | dev-perl/Locale-gettext/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/Locale-gettext/ChangeLog b/dev-perl/Locale-gettext/ChangeLog index 3decfcf6e919..5571900191d6 100644 --- a/dev-perl/Locale-gettext/ChangeLog +++ b/dev-perl/Locale-gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Locale-gettext # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/ChangeLog,v 1.40 2010/01/10 13:29:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/ChangeLog,v 1.41 2010/01/21 13:22:49 tove Exp $ + + 21 Jan 2010; Torsten Veller <tove@gentoo.org> -Locale-gettext-1.05.ebuild: + Cleanup 10 Jan 2010; Fabian Groffen <grobian@gentoo.org> Locale-gettext-1.05-r1.ebuild: diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild deleted file mode 100644 index b469fa5f5bdf..000000000000 --- a/dev-perl/Locale-gettext/Locale-gettext-1.05.ebuild +++ /dev/null @@ -1,23 +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-gettext/Locale-gettext-1.05.ebuild,v 1.17 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -MY_P="gettext-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A Perl module for accessing the GNU locale utilities" -HOMEPAGE="http://search.cpan.org/~pvandry/" -SRC_URI="mirror://cpan/authors/id/P/PV/PVANDRY/${MY_P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="sys-devel/gettext - dev-lang/perl" - -# Disabling the tests - not ready for prime time - mcummings -#SRC_TEST="do" |