summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-09-03 05:29:54 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-09-03 05:29:54 +0000
commit875240c39e66a3ee1abb8f20e20e81c65529cc3a (patch)
tree411c5b289c7078034d24ee4acca3a9f7938f96ae /dev-perl/UNIVERSAL-require
parentBump (diff)
downloadgentoo-2-875240c39e66a3ee1abb8f20e20e81c65529cc3a.tar.gz
gentoo-2-875240c39e66a3ee1abb8f20e20e81c65529cc3a.tar.bz2
gentoo-2-875240c39e66a3ee1abb8f20e20e81c65529cc3a.zip
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/UNIVERSAL-require')
-rw-r--r--dev-perl/UNIVERSAL-require/ChangeLog8
-rw-r--r--dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.140.0.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/UNIVERSAL-require/ChangeLog b/dev-perl/UNIVERSAL-require/ChangeLog
index b95d26d2bf1d..837423cf8332 100644
--- a/dev-perl/UNIVERSAL-require/ChangeLog
+++ b/dev-perl/UNIVERSAL-require/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/UNIVERSAL-require
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/ChangeLog,v 1.22 2013/02/18 23:47:10 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/ChangeLog,v 1.23 2013/09/03 05:29:54 patrick Exp $
+
+*UNIVERSAL-require-0.140.0 (03 Sep 2013)
+
+ 03 Sep 2013; Patrick Lauer <patrick@gentoo.org>
+ +UNIVERSAL-require-0.140.0.ebuild:
+ Bump
18 Feb 2013; Zac Medico <zmedico@gentoo.org> UNIVERSAL-require-0.130.0.ebuild:
Add ~arm-linux keyword.
diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.140.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.140.0.ebuild
new file mode 100644
index 000000000000..c1eedf1e1084
--- /dev/null
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.140.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.140.0.ebuild,v 1.1 2013/09/03 05:29:54 patrick Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=NEILB
+MODULE_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+SRC_TEST="do"