diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-09 09:37:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-09 09:37:23 +0000 |
commit | fe008217d22f08f9ff9b9230d612bbf7b1a45f13 (patch) | |
tree | ef2957c7dfdc45293dcffb7c8dfb414ba46a181e | |
parent | Version bumped. (diff) | |
download | gentoo-2-fe008217d22f08f9ff9b9230d612bbf7b1a45f13.tar.gz gentoo-2-fe008217d22f08f9ff9b9230d612bbf7b1a45f13.tar.bz2 gentoo-2-fe008217d22f08f9ff9b9230d612bbf7b1a45f13.zip |
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
-rw-r--r-- | dev-perl/File-Slurp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Slurp/File-Slurp-9999.09.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/File-Slurp/File-Slurp-9999.11.ebuild | 20 |
3 files changed, 5 insertions, 42 deletions
diff --git a/dev-perl/File-Slurp/ChangeLog b/dev-perl/File-Slurp/ChangeLog index 1dbc5034a4d2..961f25460089 100644 --- a/dev-perl/File-Slurp/ChangeLog +++ b/dev-perl/File-Slurp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-Slurp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.39 2008/07/15 19:42:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.40 2008/09/09 09:37:23 tove Exp $ + + 09 Sep 2008; Torsten Veller <tove@gentoo.org> -File-Slurp-9999.09.ebuild, + -File-Slurp-9999.11.ebuild: + Cleanup 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> File-Slurp-9999.13.ebuild: alpha/ia64/sparc/x86 stable diff --git a/dev-perl/File-Slurp/File-Slurp-9999.09.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.09.ebuild deleted file mode 100644 index 0ceede92aca5..000000000000 --- a/dev-perl/File-Slurp/File-Slurp-9999.09.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/File-Slurp-9999.09.ebuild,v 1.8 2007/07/10 23:33:27 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Efficient Reading/Writing of Complete Files" -HOMEPAGE="http://search.cpan.org/~uri/${P}/" -SRC_URI="mirror://cpan/authors/id/U/UR/URI/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -mydoc="extras/slurp_article.pod" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/File-Slurp/File-Slurp-9999.11.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.11.ebuild deleted file mode 100644 index c31fbbb55c1a..000000000000 --- a/dev-perl/File-Slurp/File-Slurp-9999.11.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/File-Slurp-9999.11.ebuild,v 1.11 2007/07/10 23:33:27 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Efficient Reading/Writing of Complete Files" -HOMEPAGE="http://search.cpan.org/~uri/${P}/" -SRC_URI="mirror://cpan/authors/id/U/UR/URI/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -SRC_TEST="do" - -mydoc="extras/slurp_article.pod" - -DEPEND="dev-lang/perl" |