commit: 392c8724e26a75fdc1c310ea05011c3fb6a0e197 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Tue Apr 4 12:15:46 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Tue Apr 4 12:16:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392c8724
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 dev-perl/XML-SAX-Base/Manifest | 1 + dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-perl/XML-SAX-Base/Manifest b/dev-perl/XML-SAX-Base/Manifest index 770d79be8b4..46226d99409 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 00000000000..e2fe2778147 --- /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 ) +"
