From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-editors/XML-XSH2/Manifest | 1 + app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild | 32 +++++++++++++++++++++++ app-editors/XML-XSH2/metadata.xml | 37 +++++++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 app-editors/XML-XSH2/Manifest create mode 100644 app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild create mode 100644 app-editors/XML-XSH2/metadata.xml (limited to 'app-editors/XML-XSH2') diff --git a/app-editors/XML-XSH2/Manifest b/app-editors/XML-XSH2/Manifest new file mode 100644 index 000000000000..7d7d68020398 --- /dev/null +++ b/app-editors/XML-XSH2/Manifest @@ -0,0 +1 @@ +DIST XML-XSH2-2.1.6.tar.gz 322506 SHA256 6bd3d520db9b192e9d04b2fdb43ac54ebd945148e03d1e93dc4b9f39fa5dd551 SHA512 2ee992a50378a6f79327938cbd301eb49954d4dbf7c2815bc40f9f74d77eed4060a234f0369215375f34a495871c29ef17f60919f31fc9b192558945a9303b7b WHIRLPOOL 155137cb11204638b3aeedc46444797a0065e341fa29adaac3864b648206e3506561a9175838a61eb28c7b29262db6f6669694be660e2b4348d21e5b68b80f01 diff --git a/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild b/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild new file mode 100644 index 000000000000..e047bb0f7099 --- /dev/null +++ b/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=PAJAS +MODULE_VERSION=2.1.6 +inherit perl-module + +DESCRIPTION="XML Editing Shell" +HOMEPAGE="http://xsh.sourceforge.net/" + +LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2 +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + >=dev-perl/XML-LibXML-1.61 + >=dev-perl/Parse-RecDescent-1.94 + >=dev-perl/XML-LibXSLT-1.53 + dev-perl/IO-stringy + dev-perl/XML-SAX-Writer + dev-perl/Term-ReadLine-Perl + dev-perl/URI + dev-perl/XML-Filter-DOMFilter-LibXML + >=dev-perl/XML-XUpdate-LibXML-0.4.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/app-editors/XML-XSH2/metadata.xml b/app-editors/XML-XSH2/metadata.xml new file mode 100644 index 000000000000..1d0face2e5e4 --- /dev/null +++ b/app-editors/XML-XSH2/metadata.xml @@ -0,0 +1,37 @@ + + + + + maintainer-needed@gentoo.org + + + XML-XSH2 + Parse::RecDescent::XML::XSH2::Parser + XML::LibXML::Literal + XML::LibXML::Namespace + XML::LibXML::NodeList + XML::LibXML::Number + XML::LibXML::SubTreeIterator + XML::SAX::Writer::XMLEnc + XML::XSH2 + XML::XSH2::Compile + XML::XSH2::Completion + XML::XSH2::CompletionList + XML::XSH2::DummyXPathContext + XML::XSH2::FilteredIterator + XML::XSH2::Functions + XML::XSH2::Grammar + XML::XSH2::Help + XML::XSH2::Inline + XML::XSH2::Internal::Exception + XML::XSH2::Internal::LoopTerminatingException + XML::XSH2::Internal::SubTerminatingException + XML::XSH2::Internal::UncatchableException + XML::XSH2::Iterators + XML::XSH2::LibXMLCompat + XML::XSH2::Map + XML::XSH2::Parser + XML::XSH2::VarAlias + XML::XSH2::XPathToXML + + -- cgit v1.2.3-65-gdbad