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 | 42f377c28d66ba1a3b4fccfb5fa3cf9820f83893 (patch) | |
tree | b0ad7654d34bdb752b792bc25a6778c564a1d87e | |
parent | mips -> ~mips (diff) | |
download | gentoo-2-42f377c28d66ba1a3b4fccfb5fa3cf9820f83893.tar.gz gentoo-2-42f377c28d66ba1a3b4fccfb5fa3cf9820f83893.tar.bz2 gentoo-2-42f377c28d66ba1a3b4fccfb5fa3cf9820f83893.zip |
Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-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" |