summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-18 00:32:55 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-18 00:33:07 +1200
commit82ef3a4d052cfcfcef85f993ef0873241bd4c292 (patch)
treee38c2e911f951e4771203dec70f32c7591e2ed9d /dev-perl/Tree-Simple/Tree-Simple-1.310.0.ebuild
parentwww-client/chromium: only block old sandbox for USE=tcmalloc (diff)
downloadgentoo-82ef3a4d052cfcfcef85f993ef0873241bd4c292.tar.gz
gentoo-82ef3a4d052cfcfcef85f993ef0873241bd4c292.tar.bz2
gentoo-82ef3a4d052cfcfcef85f993ef0873241bd4c292.zip
dev-perl/Tree-Simple: Bump to version 1.310.0
Upstream: - Add new methods getSiblingCount(), isFirstChild() and isLastChild() Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Tree-Simple/Tree-Simple-1.310.0.ebuild')
-rw-r--r--dev-perl/Tree-Simple/Tree-Simple-1.310.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.310.0.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.310.0.ebuild
new file mode 100644
index 000000000000..b1abd9c6707f
--- /dev/null
+++ b/dev-perl/Tree-Simple/Tree-Simple-1.310.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RSAVAGE
+DIST_VERSION=1.31
+DIST_A_EXT=tgz
+inherit perl-module
+
+DESCRIPTION="A simple tree object"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ >=virtual/perl-Scalar-List-Utils-1.180.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? ( dev-perl/Test-Memory-Cycle )
+ >=dev-perl/Test-Exception-0.150.0
+ >=virtual/perl-Test-Simple-1.1.2
+ )
+"