diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:50:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:50:18 +0000 |
commit | bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab (patch) | |
tree | 49d616af62e2c0c9030262361deb009eccbede7f /dev-perl/File-SearchPath | |
parent | Drop obsolete version. (diff) | |
download | historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.gz historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.bz2 historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/File-SearchPath')
-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" |