diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:43:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:43:24 +0000 |
commit | f2f41121bde927585b39258199a21282828bf859 (patch) | |
tree | 135606d9823ef45e9a66dfff320c35d0e5cbd1a0 /dev-perl/File-Which | |
parent | Drop useless sed for unused SCons buildsystem (diff) | |
download | historical-f2f41121bde927585b39258199a21282828bf859.tar.gz historical-f2f41121bde927585b39258199a21282828bf859.tar.bz2 historical-f2f41121bde927585b39258199a21282828bf859.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha96/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-Which')
-rw-r--r-- | dev-perl/File-Which/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Which/File-Which-0.05.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog index 73f2c563f674..14bd370ec712 100644 --- a/dev-perl/File-Which/ChangeLog +++ b/dev-perl/File-Which/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-Which # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.30 2012/03/25 14:57:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.31 2012/03/31 07:19:50 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -File-Which-0.05.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> File-Which-1.90.0.ebuild: ia64/s390/sh/sparc stable wrt #400117 diff --git a/dev-perl/File-Which/File-Which-0.05.ebuild b/dev-perl/File-Which/File-Which-0.05.ebuild deleted file mode 100644 index 0ef50c594b81..000000000000 --- a/dev-perl/File-Which/File-Which-0.05.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-0.05.ebuild,v 1.13 2009/09/17 17:48:12 tove Exp $ - -inherit perl-module - -DESCRIPTION="Perl module implementing \`which' internally" -HOMEPAGE="http://search.cpan.org/search?module=File::Which" -SRC_URI="mirror://cpan/authors/id/P/PE/PEREINAR/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" - -SRC_TEST="do" -mydoc="TODO" |