summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-05 00:15:46 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-05 00:16:02 +1200
commit392c8724e26a75fdc1c310ea05011c3fb6a0e197 (patch)
treee56d2f0f93c30bedfdcbac5295739a1da622fa9d /dev-perl/XML-SAX-Base
parentsys-apps/readahead-list: Fix gcc6 support, bug #594092 by Peter Levine, also ... (diff)
downloadgentoo-392c8724e26a75fdc1c310ea05011c3fb6a0e197.tar.gz
gentoo-392c8724e26a75fdc1c310ea05011c3fb6a0e197.tar.bz2
gentoo-392c8724e26a75fdc1c310ea05011c3fb6a0e197.zip
dev-perl/XML-SAX-Base: Bump to version 1.90.0
- EAPI6 - Parallel Test - Remove useless inherit of eutils Upstream: - Fix for '.' in @INC Bug: https://bugs.gentoo.org/614532 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/XML-SAX-Base')
-rw-r--r--dev-perl/XML-SAX-Base/Manifest1
-rw-r--r--dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/XML-SAX-Base/Manifest b/dev-perl/XML-SAX-Base/Manifest
index 770d79be8b41..46226d994092 100644
--- a/dev-perl/XML-SAX-Base/Manifest
+++ b/dev-perl/XML-SAX-Base/Manifest
@@ -1 +1,2 @@
DIST XML-SAX-Base-1.08.tar.gz 28197 SHA256 666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e SHA512 2149a4772b10d31b6d0f4f0cf8d07145cdb103de518d3055f09ed921748a5b6c8269c9d7c017e865b8c251a3e930cf752eb33780d5291b4287c003af3b6ff47f WHIRLPOOL c42f1ecccf199f212b62e2fd42cd00ba719de37c36a654f65b75d82b36d3784534e1cd62f5b5e5e1ea0f7ee96f40698c87045d4042496d8798dfbe3a450e1a20
+DIST XML-SAX-Base-1.09.tar.gz 28215 SHA256 66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0 SHA512 72a34fd2b0375222cad3a42a0e2d92f793d7a2ac27d831a8a8d3322fdc75ba246ca53c33cdc0fbade81f3a96ad977ebf5d4cddc6d75d76be79b2e655f316d532 WHIRLPOOL 576312ecdab50d14bc1ed4867cccaad1303296ebe612ac4089616fdce6fd54419cd0bc9919df411743ed2d567a4b898117cc34866a9951fa46067c829cdf1b19
diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
new file mode 100644
index 000000000000..e2fe27781472
--- /dev/null
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GRANTM
+DIST_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="Base class SAX Drivers and Filters"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ !<dev-perl/XML-SAX-0.990.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"