diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/XML-LibXML-Simple | |
download | gentoo-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-LibXML-Simple')
-rw-r--r-- | dev-perl/XML-LibXML-Simple/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.930.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/XML-LibXML-Simple/metadata.xml | 9 |
4 files changed, 59 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-Simple/Manifest b/dev-perl/XML-LibXML-Simple/Manifest new file mode 100644 index 000000000000..f8f55021d733 --- /dev/null +++ b/dev-perl/XML-LibXML-Simple/Manifest @@ -0,0 +1,2 @@ +DIST XML-LibXML-Simple-0.93.tar.gz 22821 SHA256 f2eb1c1523d6414cf2a646a289b0325b489954382c862928d165a03a7cce767c SHA512 65249db1dd18148d571c0c9253a2efe5f66c477e4d2286aff8419793950979bbea821303ebed4da11795e18d2e4934a65620b440eae9a5b003dce121f73ced3e WHIRLPOOL 055cc30dd6b34c213b15ae3e606a44044de615dcc3cc1c88f158b814da740c11ff2788aa46f0bc2a98f1967fcc7ceeb06191bf6b0894c8d28f62a22ad3113f3d +DIST XML-LibXML-Simple-0.95.tar.gz 21968 SHA256 b1272256cee7b4341368819f25dc66555b00dea0bca11d890cb0e2b78ac40e63 SHA512 45352738649d48e374d337ee9cec93a0d8ddffa47aa7d098d67a23f479a4d3d6d40a33dfec223651fcd89ed2c8b22caf881c7472ad52d6a2cb8b54605769a670 WHIRLPOOL 5f7bcdd00105688ee8c09fbda6b263a6387de9a2fb665200ba0af35f8d037de068ebaa5092eed22a21fe596075be5681433bab404e97b472f74d560da6911a7d 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..c936022e7b01 --- /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 +# $Id$ + +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 diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild new file mode 100644 index 000000000000..0212805d7bff --- /dev/null +++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.950.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MARKOV +MODULE_VERSION=0.95 +inherit perl-module + +DESCRIPTION="XML::LibXML based XML::Simple clone" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/File-Slurp-Tiny + >=dev-perl/XML-LibXML-1.640.0 +" +DEPEND="${RDEPEND} +" + +SRC_TEST=do diff --git a/dev-perl/XML-LibXML-Simple/metadata.xml b/dev-perl/XML-LibXML-Simple/metadata.xml new file mode 100644 index 000000000000..e677b06e9b64 --- /dev/null +++ b/dev-perl/XML-LibXML-Simple/metadata.xml @@ -0,0 +1,9 @@ +<?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-LibXML-Simple</remote-id> + <remote-id type="cpan-module">XML::LibXML::Simple</remote-id> + </upstream> +</pkgmetadata> |