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/HTML-TokeParser-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/HTML-TokeParser-Simple')
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0-r1.ebuild b/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0-r1.ebuild new file mode 100644 index 000000000000..128e22a788ed --- /dev/null +++ b/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.150.0-r1.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=OVID +MODULE_VERSION=3.15 +inherit perl-module + +DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions" + +SLOT="0" +KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND=">=dev-perl/HTML-Parser-3.25" +DEPEND="${RDEPEND} + dev-perl/Module-Build + virtual/perl-Test-Simple + dev-perl/Sub-Override" + +SRC_TEST="do" diff --git a/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild b/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.ebuild new file mode 100644 index 000000000000..2d4766d05a0b --- /dev/null +++ b/dev-perl/HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.160.0-r1.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=OVID +MODULE_VERSION=3.16 +inherit perl-module + +DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions" + +SLOT="0" +KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND=">=dev-perl/HTML-Parser-3.25" +DEPEND="${RDEPEND} + dev-perl/Module-Build + virtual/perl-Test-Simple + dev-perl/Sub-Override" + +SRC_TEST="do" diff --git a/dev-perl/HTML-TokeParser-Simple/Manifest b/dev-perl/HTML-TokeParser-Simple/Manifest new file mode 100644 index 000000000000..9fb21a7bf54c --- /dev/null +++ b/dev-perl/HTML-TokeParser-Simple/Manifest @@ -0,0 +1,2 @@ +DIST HTML-TokeParser-Simple-3.15.tar.gz 16302 SHA256 ab006c808f4607ecdeed1d54ba997167281d97cc7d1dc968d0971f7802e72146 SHA512 917dd3f33260981b3c52bda0f1791ef41ff4084eb3cfcb1f8bbd25d0b7cfd65c41bcd1b4e48f7098dc7e4291051c45a4cfd87190e1e2e4aab16958a65c0ea61c WHIRLPOOL b69f66d528b2a64f3a3b9dde98235c793c58c880e42c84b0962c250d32c97d9c3b87a69c3f547d8c0a84ec0fc6ee452a6ec35d76a1c0ef26a76ded741ddfb4f7 +DIST HTML-TokeParser-Simple-3.16.tar.gz 19952 SHA256 ed11135c6839e6e0eaf96952e6ac353a2f22ebb40a721659671e5d2dcc0e4a9d SHA512 d13487cc86af7c7e90aa5b9006b989faedd6a8e06279aaf6a0f13bad613a1672b3fa280bf8f369236033104d3c092e62efa177595cc5e5c74cb966e0b12a205a WHIRLPOOL 75fdfd365a560741f62bd1ce00047c4ad034aa2f935f0c0fbc75f199bac09201694782ead2a75a4290bffbaafce4c2bd91db27e584b416bd63f9d3f94a41dbea diff --git a/dev-perl/HTML-TokeParser-Simple/metadata.xml b/dev-perl/HTML-TokeParser-Simple/metadata.xml new file mode 100644 index 000000000000..c84bb59012fb --- /dev/null +++ b/dev-perl/HTML-TokeParser-Simple/metadata.xml @@ -0,0 +1,17 @@ +<?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">HTML-TokeParser-Simple</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple::Token</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple::Token::Comment</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple::Token::Declaration</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple::Token::ProcessInstruction</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple::Token::Tag</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple::Token::Tag::End</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple::Token::Tag::Start</remote-id> + <remote-id type="cpan-module">HTML::TokeParser::Simple::Token::Text</remote-id> + </upstream> +</pkgmetadata> |