summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-03-17 17:18:52 +0000
committerTorsten Veller <tove@gentoo.org>2013-03-17 17:18:52 +0000
commite898cae80d53b70018822a946ffdb807d66b4568 (patch)
tree17497921e93ef47ca66ae1e9a228a9532c90c15b /dev-perl/XML-LibXML-Simple
parentConvert to distutils-r1. Add slot-operator dep for poppler. (diff)
downloadgentoo-2-e898cae80d53b70018822a946ffdb807d66b4568.tar.gz
gentoo-2-e898cae80d53b70018822a946ffdb807d66b4568.tar.bz2
gentoo-2-e898cae80d53b70018822a946ffdb807d66b4568.zip
[bump] dev-perl/XML-LibXML-Simple-0.930.0
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/XML-LibXML-Simple')
-rw-r--r--dev-perl/XML-LibXML-Simple/ChangeLog8
-rw-r--r--dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/XML-LibXML-Simple/ChangeLog b/dev-perl/XML-LibXML-Simple/ChangeLog
index 54a0b488a872..fe0441e9b994 100644
--- a/dev-perl/XML-LibXML-Simple/ChangeLog
+++ b/dev-perl/XML-LibXML-Simple/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/XML-LibXML-Simple
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/ChangeLog,v 1.4 2013/01/06 14:46:30 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/ChangeLog,v 1.5 2013/03/17 17:18:52 tove Exp $
+
+*XML-LibXML-Simple-0.930.0 (17 Mar 2013)
+
+ 17 Mar 2013; Torsten Veller <tove@gentoo.org>
+ +XML-LibXML-Simple-0.930.0.ebuild:
+ Version bump
06 Jan 2013; Torsten Veller <tove@gentoo.org>
-XML-LibXML-Simple-0.910.0.ebuild:
diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild
new file mode 100644
index 000000000000..f4e9c31e1d72
--- /dev/null
+++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild,v 1.1 2013/03/17 17:18:52 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=MARKOV
+MODULE_VERSION=0.93
+inherit perl-module
+
+DESCRIPTION="XML::LibXML based XML::Simple clone"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/File-Slurp
+ >=dev-perl/XML-LibXML-1.640.0
+"
+DEPEND="${RDEPEND}
+"
+
+SRC_TEST=do