diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-24 02:37:52 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-24 02:37:52 +0000 |
commit | b97edfd1df8a379c6576258a2616b805711067e6 (patch) | |
tree | f546b0888b56e16450af3268c4caaf6f527c87c1 /dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-b97edfd1df8a379c6576258a2616b805711067e6.tar.gz gentoo-2-b97edfd1df8a379c6576258a2616b805711067e6.tar.bz2 gentoo-2-b97edfd1df8a379c6576258a2616b805711067e6.zip |
bumped current stable ebuild(s) EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild')
-rw-r--r-- | dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild new file mode 100644 index 000000000000..3beaad96624c --- /dev/null +++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild,v 1.1 2014/08/24 02:37:52 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=PERIGRIN +MODULE_VERSION=0.53 +inherit perl-module + +DESCRIPTION="SAX2 Writer" + +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND="dev-perl/XML-Filter-BufferText + dev-perl/XML-SAX + >=dev-perl/XML-NamespaceSupport-1.04 + >=dev-libs/libxml2-2.4.1" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |