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-Format | |
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-Format')
-rw-r--r-- | dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/HTML-Format/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/HTML-Format/metadata.xml | 12 |
4 files changed, 77 insertions, 0 deletions
diff --git a/dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild b/dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild new file mode 100644 index 000000000000..0d33e7458e48 --- /dev/null +++ b/dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=NIGELM +MODULE_VERSION=2.10 +inherit perl-module + +DESCRIPTION="HTML Formatter" + +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="test" + +RDEPEND=" + dev-perl/File-Slurp + dev-perl/Font-AFM + dev-perl/HTML-Tree" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + >=virtual/perl-Test-Simple-0.96 + )" + +SRC_TEST="do" diff --git a/dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild new file mode 100644 index 000000000000..be2f803aed0c --- /dev/null +++ b/dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=NIGELM +MODULE_VERSION=2.11 +inherit perl-module + +DESCRIPTION="HTML Formatter" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Data-Dumper + virtual/perl-Encode + dev-perl/Font-AFM + dev-perl/HTML-Tree + virtual/perl-IO + virtual/perl-parent +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.360.100 + test? ( + dev-perl/File-Slurp + virtual/perl-File-Spec + virtual/perl-Scalar-List-Utils + >=virtual/perl-Test-Simple-0.960.0 + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/HTML-Format/Manifest b/dev-perl/HTML-Format/Manifest new file mode 100644 index 000000000000..4d7246b435e0 --- /dev/null +++ b/dev-perl/HTML-Format/Manifest @@ -0,0 +1,2 @@ +DIST HTML-Format-2.10.tar.gz 45383 SHA256 149f4ac19733042e3f81b965047e9a053d8e5eb0832437625f4b9de860d5819a SHA512 a15a471fab17285704dbfb91b226d75d2bda0fbacbb5ce9259bc72fd4e7d5ba2129b5b4f133d68ebe3f03ddad0620e2e757f29bf4c7af819bf00333c2fad200c WHIRLPOOL 75bea74964f996e1b73cf665f4705f9157922c1d5ec50700857672c84087577a2836e97f2e4098fedf4fe0d22be8b92caf9cf9a0bae02098e2b3955e9a40bbcf +DIST HTML-Format-2.11.tar.gz 48697 SHA256 44a3af6b9d0184bb4cc300624352760e4435c3d802521742f42dd228e44d4a95 SHA512 e664b442fdde64009c48998c1168558a8256f81d4a9d2f3b610ad89ddfcfa846dfaaef837becda4a0ee4df1b36c05ca066d45ac374a23159ffdaba82730089fe WHIRLPOOL b832f691beead56e26ed78055293f344000c9a243886e6131b959cfc91729e4bcb4ef907481804afde3fe2253c893d28156443996eada2de0d3bac6a4427780e diff --git a/dev-perl/HTML-Format/metadata.xml b/dev-perl/HTML-Format/metadata.xml new file mode 100644 index 000000000000..95f3302dc62d --- /dev/null +++ b/dev-perl/HTML-Format/metadata.xml @@ -0,0 +1,12 @@ +<?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-Format</remote-id> + <remote-id type="cpan-module">HTML::FormatPS</remote-id> + <remote-id type="cpan-module">HTML::FormatRTF</remote-id> + <remote-id type="cpan-module">HTML::FormatText</remote-id> + <remote-id type="cpan-module">HTML::Formatter</remote-id> + </upstream> +</pkgmetadata> |