summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-12 16:44:10 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-12 16:44:10 +0000
commit47eadb7ca1bb9a3241dcaf150a7aae6c66041ab8 (patch)
tree54b4077590f353ded91b5b56b6046e6193631e19 /dev-perl/Safe-Hole
parentUpdate dependency on eselect-rails to a version that understands Rails 3.x. T... (diff)
downloadhistorical-47eadb7ca1bb9a3241dcaf150a7aae6c66041ab8.tar.gz
historical-47eadb7ca1bb9a3241dcaf150a7aae6c66041ab8.tar.bz2
historical-47eadb7ca1bb9a3241dcaf150a7aae6c66041ab8.zip
Version bump
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Safe-Hole')
-rw-r--r--dev-perl/Safe-Hole/ChangeLog9
-rw-r--r--dev-perl/Safe-Hole/Safe-Hole-0.130.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Safe-Hole/ChangeLog b/dev-perl/Safe-Hole/ChangeLog
index 187a3286a8aa..bbd929e9267a 100644
--- a/dev-perl/Safe-Hole/ChangeLog
+++ b/dev-perl/Safe-Hole/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Safe-Hole
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/ChangeLog,v 1.9 2007/01/19 15:41:42 mcummings Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/ChangeLog,v 1.10 2011/01/12 16:39:38 tove Exp $
+
+*Safe-Hole-0.130 (12 Jan 2011)
+
+ 12 Jan 2011; Torsten Veller <tove@gentoo.org> +Safe-Hole-0.130.ebuild:
+ Version bump
19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
Safe-Hole-0.10.ebuild:
diff --git a/dev-perl/Safe-Hole/Safe-Hole-0.130.ebuild b/dev-perl/Safe-Hole/Safe-Hole-0.130.ebuild
new file mode 100644
index 000000000000..f5b240855d92
--- /dev/null
+++ b/dev-perl/Safe-Hole/Safe-Hole-0.130.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Safe-Hole/Safe-Hole-0.130.ebuild,v 1.1 2011/01/12 16:39:38 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=TODDR
+MODULE_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Exec subs in the original package from Safe"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST="do"