diff options
-rw-r--r-- | dev-perl/File-SearchPath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild | 16 |
2 files changed, 5 insertions, 17 deletions
diff --git a/dev-perl/File-SearchPath/ChangeLog b/dev-perl/File-SearchPath/ChangeLog index 91911e7bac23..69fb7f75b96b 100644 --- a/dev-perl/File-SearchPath/ChangeLog +++ b/dev-perl/File-SearchPath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-SearchPath # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.3 2009/02/25 20:33:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/ChangeLog,v 1.4 2009/05/01 22:08:34 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> + -File-SearchPath-0.03.ebuild: + Cleanup *File-SearchPath-0.05 (25 Feb 2009) diff --git a/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild b/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild deleted file mode 100644 index b837c42961f8..000000000000 --- a/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-SearchPath/File-SearchPath-0.03.ebuild,v 1.2 2008/09/30 06:31:50 robbat2 Exp $ - -MODULE_AUTHOR="TJENNESS" -inherit perl-module - -DESCRIPTION="Search for a file in an environment variable path " - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -DEPEND="dev-lang/perl" |