summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-26 12:25:43 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-29 21:35:59 +0200
commit005f3a5015d6c78c2c452f0ea5bdea235a51d157 (patch)
tree646004c1c5855dd702f757bf19e8f61c62c4de60 /dev-perl/XML-RSS-LibXML
parentdev-perl/XML-Entities: Bump to version 1.0.200 (diff)
downloadgentoo-005f3a5015d6c78c2c452f0ea5bdea235a51d157.tar.gz
gentoo-005f3a5015d6c78c2c452f0ea5bdea235a51d157.tar.bz2
gentoo-005f3a5015d6c78c2c452f0ea5bdea235a51d157.zip
dev-perl/XML-RSS-LibXML: Added to tree at version 0.310.500
The preferred backend for XML::Feed Previously maintained in ::perl-experimental since July 2009, maintained by Daniel Westermann-Clark and Kent Fredric Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/XML-RSS-LibXML')
-rw-r--r--dev-perl/XML-RSS-LibXML/Manifest1
-rw-r--r--dev-perl/XML-RSS-LibXML/XML-RSS-LibXML-0.310.500.ebuild33
-rw-r--r--dev-perl/XML-RSS-LibXML/metadata.xml21
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-perl/XML-RSS-LibXML/Manifest b/dev-perl/XML-RSS-LibXML/Manifest
new file mode 100644
index 000000000000..06bc0cf971f0
--- /dev/null
+++ b/dev-perl/XML-RSS-LibXML/Manifest
@@ -0,0 +1 @@
+DIST XML-RSS-LibXML-0.3105.tar.gz 81621 SHA256 f917963d1a9aacdf63aebd4de1e16f38f4352cd8e956aab7465ea77be8d6b67b SHA512 8cf0211e68f367457390b105d7cb0652dd82b0d36976ddbb9b5683a195157ed3ceeab683c778b05dc846a5698154b4bafaf84a89bc787da259dd5f6db5286334 WHIRLPOOL 27f161dec971243badaa2afd6ccb2e2615568b85fb0aace8eea0bb50afc80b96f4f50497e5a3655cc694afe23d9be9efe72d543fb1b8a2073cd5cdbcbd4a7c80
diff --git a/dev-perl/XML-RSS-LibXML/XML-RSS-LibXML-0.310.500.ebuild b/dev-perl/XML-RSS-LibXML/XML-RSS-LibXML-0.310.500.ebuild
new file mode 100644
index 000000000000..5c8114e9435f
--- /dev/null
+++ b/dev-perl/XML-RSS-LibXML/XML-RSS-LibXML-0.310.500.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DMAKI
+DIST_VERSION=0.3105
+inherit perl-module
+
+DESCRIPTION="XML::RSS with XML::LibXML"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ dev-perl/Class-Accessor
+ dev-perl/DateTime-Format-Mail
+ dev-perl/DateTime-Format-W3CDTF
+ virtual/perl-Encode
+ dev-perl/UNIVERSAL-require
+ >=dev-perl/XML-LibXML-1.660.0
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ virtual/perl-CPAN-Meta
+ test? (
+ !minimal? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warn
+ )
+ )
+"
diff --git a/dev-perl/XML-RSS-LibXML/metadata.xml b/dev-perl/XML-RSS-LibXML/metadata.xml
new file mode 100644
index 000000000000..ceb2e8693b7e
--- /dev/null
+++ b/dev-perl/XML-RSS-LibXML/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">XML-RSS-LibXML</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::ImplBase</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::MagicElement</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::Namespaces</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::Null</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::V0_9</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::V0_91</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::V0_92</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::V1_0</remote-id>
+ <remote-id type="cpan-module">XML::RSS::LibXML::V2_0</remote-id>
+ </upstream>
+</pkgmetadata>