summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/XML-XPath
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/XML-XPath')
-rw-r--r--dev-perl/XML-XPath/Manifest1
-rw-r--r--dev-perl/XML-XPath/XML-XPath-1.130.0-r1.ebuild18
-rw-r--r--dev-perl/XML-XPath/metadata.xml37
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-perl/XML-XPath/Manifest b/dev-perl/XML-XPath/Manifest
new file mode 100644
index 000000000000..a59a6746246b
--- /dev/null
+++ b/dev-perl/XML-XPath/Manifest
@@ -0,0 +1 @@
+DIST XML-XPath-1.13.tar.gz 39832 SHA256 2a49c2df34007588397bdf7ae5f122df72a9499df5cbec8fbc6ad4a31a775576 SHA512 c5af746f36562803e42c5afb63b533b59ecaa263977c5ef4bf6488b7597cae334bb3b0c644acdfbb453e87a22ba9a785df3f81b95faec89d974704d6f04f6503 WHIRLPOOL 7b2cc2c3484826a426a686e7dfe516e1bcc47521002197b9d2e1172fb6a0d554ee803a52227e692b32b4a644cba535c5e73528f82bc65bb5a44db4ee5080d77a
diff --git a/dev-perl/XML-XPath/XML-XPath-1.130.0-r1.ebuild b/dev-perl/XML-XPath/XML-XPath-1.130.0-r1.ebuild
new file mode 100644
index 000000000000..8452f85c473a
--- /dev/null
+++ b/dev-perl/XML-XPath/XML-XPath-1.130.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MSERGEANT
+MODULE_VERSION=1.13
+inherit perl-module
+
+DESCRIPTION="A XPath Perl Module"
+
+SLOT="0"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-perl/XML-Parser-2.30"
+DEPEND="${RDEPEND}"
diff --git a/dev-perl/XML-XPath/metadata.xml b/dev-perl/XML-XPath/metadata.xml
new file mode 100644
index 000000000000..d5b7fa35f156
--- /dev/null
+++ b/dev-perl/XML-XPath/metadata.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">XML-XPath</remote-id>
+ <remote-id type="cpan-module">XML::XPath</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Boolean</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Builder</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Expr</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Function</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Literal</remote-id>
+ <remote-id type="cpan-module">XML::XPath::LocationPath</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::Attribute</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::AttributeImpl</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::Comment</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::CommentImpl</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::Element</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::ElementImpl</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::Namespace</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::NamespaceImpl</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::PI</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::PIImpl</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::Text</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Node::TextImpl</remote-id>
+ <remote-id type="cpan-module">XML::XPath::NodeImpl</remote-id>
+ <remote-id type="cpan-module">XML::XPath::NodeSet</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Number</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Parser</remote-id>
+ <remote-id type="cpan-module">XML::XPath::PerlSAX</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Root</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Step</remote-id>
+ <remote-id type="cpan-module">XML::XPath::Variable</remote-id>
+ <remote-id type="cpan-module">XML::XPath::XMLParser</remote-id>
+ </upstream>
+</pkgmetadata>