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-SAX-Writer
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-SAX-Writer')
-rw-r--r--dev-perl/XML-SAX-Writer/Manifest3
-rw-r--r--dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild23
-rw-r--r--dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild23
-rw-r--r--dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild23
-rw-r--r--dev-perl/XML-SAX-Writer/metadata.xml18
5 files changed, 90 insertions, 0 deletions
diff --git a/dev-perl/XML-SAX-Writer/Manifest b/dev-perl/XML-SAX-Writer/Manifest
new file mode 100644
index 000000000000..faf84e0d5a67
--- /dev/null
+++ b/dev-perl/XML-SAX-Writer/Manifest
@@ -0,0 +1,3 @@
+DIST XML-SAX-Writer-0.53.tar.gz 30754 SHA256 8250e36a061e2ed05a9935c556bb0874a7de5b6d61a94d43407ae78bde2c89ac SHA512 157e67821dbf37f7bc956308b51104079b7ac6b08623a115c40d61c6352767e542c04d316e82a9e245f22d289d1c3151cd54670574ca62465322da9edd8ae68e WHIRLPOOL fe900d86424e6d91bce130abb6da5cc1a4ac0d64ff96bccdaf214ac71387d330dc6706d24ec4cedb6da20dadf318f1d362508189af0b06e5d0c4f3d57866bcf3
+DIST XML-SAX-Writer-0.54.tar.gz 21399 SHA256 a1b4d959aed8f8337523c4cef4b431e56e619c795dc6f99a868548952101cf3d SHA512 c7c7dcf157b872b2f4c4dbe4119945e31fe4ffc1eaf7df68e19b0e892cba5ff1ea0b4213199fdeca2747ca75169d14a3811a90c16915c40454b3ef22b754cf27 WHIRLPOOL 853411b4a32f7f973e46542b6aa4e52de926e0947f65e6884617739156fe81a13fe87ae7571dc44b13e93335c0c2a9e09c7efb8990580b3f63e18ac59d04b7c7
+DIST XML-SAX-Writer-0.56.tar.gz 21484 SHA256 d073f7a25072c8150317b86b99d07031316a15bffab99e63e5afe591c8217d03 SHA512 af792d43394133adef608a80fcbaa0e24098e9b0408daac91aefb43735d20a27fcb003c90c95d1e472d2b951b64d5ce81ca9e1da956973eed1856f8b111cc866 WHIRLPOOL 9bb10032f899b5a6286990046591d44be4a820ad32a650c51bf4191b8628cabe5d555ffef54824f641f86b1c8291a25186b0d33c3f2c8b241ed4b80e798a6692
diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild
new file mode 100644
index 000000000000..3e6ab58fa174
--- /dev/null
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=PERIGRIN
+MODULE_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION="SAX2 Writer"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="dev-perl/XML-Filter-BufferText
+ dev-perl/XML-SAX
+ >=dev-perl/XML-NamespaceSupport-1.04
+ >=dev-libs/libxml2-2.4.1"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild
new file mode 100644
index 000000000000..b2eed38be7e0
--- /dev/null
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=PERIGRIN
+MODULE_VERSION=0.54
+inherit perl-module
+
+DESCRIPTION="SAX2 Writer"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="dev-perl/XML-Filter-BufferText
+ dev-perl/XML-SAX
+ >=dev-perl/XML-NamespaceSupport-1.04
+ >=dev-libs/libxml2-2.4.1"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
new file mode 100644
index 000000000000..8ff4f26a1099
--- /dev/null
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=PERIGRIN
+MODULE_VERSION=0.56
+inherit perl-module
+
+DESCRIPTION="SAX2 Writer"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="dev-perl/XML-Filter-BufferText
+ dev-perl/XML-SAX
+ >=dev-perl/XML-NamespaceSupport-1.04
+ >=dev-libs/libxml2-2.4.1"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/XML-SAX-Writer/metadata.xml b/dev-perl/XML-SAX-Writer/metadata.xml
new file mode 100644
index 000000000000..c981f1f48a8b
--- /dev/null
+++ b/dev-perl/XML-SAX-Writer/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-SAX-Writer</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::ArrayConsumer</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::CodeConsumer</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::ConsumerInterface</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::Encode</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::FileConsumer</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::HandleConsumer</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::NullConverter</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::StringConsumer</remote-id>
+ <remote-id type="cpan-module">XML::SAX::Writer::XML</remote-id>
+ </upstream>
+</pkgmetadata>