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-Mini
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-Mini')
-rw-r--r--dev-perl/XML-Mini/Manifest1
-rw-r--r--dev-perl/XML-Mini/XML-Mini-1.380.0-r1.ebuild18
-rw-r--r--dev-perl/XML-Mini/metadata.xml18
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/XML-Mini/Manifest b/dev-perl/XML-Mini/Manifest
new file mode 100644
index 000000000000..a19371c55f01
--- /dev/null
+++ b/dev-perl/XML-Mini/Manifest
@@ -0,0 +1 @@
+DIST XML-Mini-1.38.tar.gz 45214 SHA256 af803d38036a3184e124a682e5466f1bc107f48a89ef35b0c7647e11a073fe2d SHA512 875a1f63a31c8dae517856267686970283f389c1e1ea6714bf88d08e99e4b098ea2e7a301308a456d2f301bb8756f6a2f68a187d052984d3ea88dad87d372c2c WHIRLPOOL 8e3d5ddc9a4ce61b0c81dff2608964d944c74db06d92e9381c7b3f36a4f998e487c761cbe14ded1f3b1ea0dd7dca93b6b3665748ef4da6d8cca18bfa82a702e8
diff --git a/dev-perl/XML-Mini/XML-Mini-1.380.0-r1.ebuild b/dev-perl/XML-Mini/XML-Mini-1.380.0-r1.ebuild
new file mode 100644
index 000000000000..4a6d2d9db88b
--- /dev/null
+++ b/dev-perl/XML-Mini/XML-Mini-1.380.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=PDEEGAN
+MODULE_VERSION=1.38
+inherit perl-module
+
+DESCRIPTION="pure perl API to create and parse XML"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 sparc x86"
+IUSE=""
+
+SRC_TEST="do"
diff --git a/dev-perl/XML-Mini/metadata.xml b/dev-perl/XML-Mini/metadata.xml
new file mode 100644
index 000000000000..4ca41f9e143e
--- /dev/null
+++ b/dev-perl/XML-Mini/metadata.xml
@@ -0,0 +1,18 @@
+<?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-Mini</remote-id>
+ <remote-id type="cpan-module">XML::Mini</remote-id>
+ <remote-id type="cpan-module">XML::Mini::Document</remote-id>
+ <remote-id type="cpan-module">XML::Mini::Element</remote-id>
+ <remote-id type="cpan-module">XML::Mini::Element::CData</remote-id>
+ <remote-id type="cpan-module">XML::Mini::Element::Comment</remote-id>
+ <remote-id type="cpan-module">XML::Mini::Element::DocType</remote-id>
+ <remote-id type="cpan-module">XML::Mini::Element::Entity</remote-id>
+ <remote-id type="cpan-module">XML::Mini::Element::Header</remote-id>
+ <remote-id type="cpan-module">XML::Mini::Node</remote-id>
+ <remote-id type="cpan-module">XML::Mini::TreeComponent</remote-id>
+ </upstream>
+</pkgmetadata>