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 --- dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild | 27 ++++++++++++++++ dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild | 36 ++++++++++++++++++++++ dev-perl/HTML-Format/Manifest | 2 ++ dev-perl/HTML-Format/metadata.xml | 12 ++++++++ 4 files changed, 77 insertions(+) create mode 100644 dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild create mode 100644 dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild create mode 100644 dev-perl/HTML-Format/Manifest create mode 100644 dev-perl/HTML-Format/metadata.xml (limited to 'dev-perl/HTML-Format') 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 @@ + + + + perl + + HTML-Format + HTML::FormatPS + HTML::FormatRTF + HTML::FormatText + HTML::Formatter + + -- cgit v1.2.3-65-gdbad