summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/File-Slurp')
-rw-r--r--dev-perl/File-Slurp/ChangeLog5
-rw-r--r--dev-perl/File-Slurp/File-Slurp-9999.12.ebuild20
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-perl/File-Slurp/ChangeLog b/dev-perl/File-Slurp/ChangeLog
index 870a63805cfe..ddf7b8fbd23a 100644
--- a/dev-perl/File-Slurp/ChangeLog
+++ b/dev-perl/File-Slurp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-Slurp
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.44 2009/09/21 21:47:01 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.45 2009/10/12 11:59:42 tove Exp $
+
+ 12 Oct 2009; Torsten Veller <tove@gentoo.org> -File-Slurp-9999.12.ebuild:
+ Cleanup
21 Sep 2009; Tom Gall <tgall@gentoo.org> File-Slurp-9999.13.ebuild:
stable on ppc64, bug #277860
diff --git a/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild
deleted file mode 100644
index e66f033465ff..000000000000
--- a/dev-perl/File-Slurp/File-Slurp-9999.12.ebuild
+++ /dev/null
@@ -1,20 +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/File-Slurp/File-Slurp-9999.12.ebuild,v 1.16 2008/11/09 11:41:21 vapier 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 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-SRC_TEST="do"
-
-mydoc="extras/slurp_article.pod"