summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-03-17 17:31:04 +0000
committerTorsten Veller <tove@gentoo.org>2013-03-17 17:31:04 +0000
commit9211963823aee1b15f67b61d62a995b7499c77f0 (patch)
tree9c13ad72c1f9fd0fd6bf8ae4c29547dc4f417097 /dev-perl
parentBackport patch from upstream fixing a crash when moving a stream between devi... (diff)
downloadgentoo-2-9211963823aee1b15f67b61d62a995b7499c77f0.tar.gz
gentoo-2-9211963823aee1b15f67b61d62a995b7499c77f0.tar.bz2
gentoo-2-9211963823aee1b15f67b61d62a995b7499c77f0.zip
[bump] dev-perl/Tie-IxHash-1.230.0
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Tie-IxHash/ChangeLog9
-rw-r--r--dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/Tie-IxHash/ChangeLog b/dev-perl/Tie-IxHash/ChangeLog
index 78c20e7f9604..3c15ea83045f 100644
--- a/dev-perl/Tie-IxHash/ChangeLog
+++ b/dev-perl/Tie-IxHash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Tie-IxHash
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-IxHash/ChangeLog,v 1.37 2012/06/24 12:58:21 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-IxHash/ChangeLog,v 1.38 2013/03/17 17:31:04 tove Exp $
+
+*Tie-IxHash-1.230.0 (17 Mar 2013)
+
+ 17 Mar 2013; Torsten Veller <tove@gentoo.org> +Tie-IxHash-1.230.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild b/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild
new file mode 100644
index 000000000000..040cf65dba6e
--- /dev/null
+++ b/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild,v 1.1 2013/03/17 17:31:04 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=CHORNY
+MODULE_VERSION=1.23
+inherit perl-module
+
+DESCRIPTION="Ordered associative arrays for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ virtual/perl-Module-Build
+ test? (
+ dev-perl/Test-Pod
+ )
+"
+
+SRC_TEST=do