summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 04:32:11 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 04:32:11 +0000
commit637d574cb13c8cd229d06b868d8b23ce89cafbfe (patch)
tree39d74a9065f5529a58511c8ba2df9c10d8b2a064 /dev-perl/File-Slurp
parentVersion bump (diff)
downloadgentoo-2-637d574cb13c8cd229d06b868d8b23ce89cafbfe.tar.gz
gentoo-2-637d574cb13c8cd229d06b868d8b23ce89cafbfe.tar.bz2
gentoo-2-637d574cb13c8cd229d06b868d8b23ce89cafbfe.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/File-Slurp')
-rw-r--r--dev-perl/File-Slurp/ChangeLog9
-rw-r--r--dev-perl/File-Slurp/File-Slurp-9999.13.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/File-Slurp/ChangeLog b/dev-perl/File-Slurp/ChangeLog
index 32ef8051c858..aaf09196b85e 100644
--- a/dev-perl/File-Slurp/ChangeLog
+++ b/dev-perl/File-Slurp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-Slurp
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.37 2007/07/11 20:20:05 corsair Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.38 2008/04/29 04:32:10 yuval Exp $
+
+*File-Slurp-9999.13 (29 Apr 2008)
+
+ 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> +File-Slurp-9999.13.ebuild:
+ Version bump
11 Jul 2007; Markus Rothe <corsair@gentoo.org> File-Slurp-9999.12.ebuild:
Stable on ppc64; bug #184971
diff --git a/dev-perl/File-Slurp/File-Slurp-9999.13.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.13.ebuild
new file mode 100644
index 000000000000..3f5c3e6cfd7a
--- /dev/null
+++ b/dev-perl/File-Slurp/File-Slurp-9999.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 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.13.ebuild,v 1.1 2008/04/29 04:32:11 yuval Exp $
+
+inherit perl-module
+
+DESCRIPTION="Efficient Reading/Writing of Complete Files"
+HOMEPAGE="http://search.cpan.org/~uri/${P}/"
+SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${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="extras/slurp_article.pod"