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-Template | |
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-Template')
-rw-r--r-- | dev-perl/HTML-Template/HTML-Template-2.940.0.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/HTML-Template/HTML-Template-2.950.0.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/HTML-Template/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/HTML-Template/metadata.xml | 19 |
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-perl/HTML-Template/HTML-Template-2.940.0.ebuild b/dev-perl/HTML-Template/HTML-Template-2.940.0.ebuild new file mode 100644 index 000000000000..eee5ebeaceca --- /dev/null +++ b/dev-perl/HTML-Template/HTML-Template-2.940.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=WONKO +MODULE_VERSION=2.94 +inherit perl-module + +DESCRIPTION="A Perl module to use HTML Templates" + +SLOT="0" +KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/HTML-Template/HTML-Template-2.950.0.ebuild b/dev-perl/HTML-Template/HTML-Template-2.950.0.ebuild new file mode 100644 index 000000000000..fefb9528f8a7 --- /dev/null +++ b/dev-perl/HTML-Template/HTML-Template-2.950.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=WONKO +MODULE_VERSION=2.95 +inherit perl-module + +DESCRIPTION="A Perl module to use HTML Templates" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="test" + +DEPEND="test? ( dev-perl/CGI )" + +SRC_TEST="do" diff --git a/dev-perl/HTML-Template/Manifest b/dev-perl/HTML-Template/Manifest new file mode 100644 index 000000000000..88eee882ef02 --- /dev/null +++ b/dev-perl/HTML-Template/Manifest @@ -0,0 +1,2 @@ +DIST HTML-Template-2.94.tar.gz 90862 SHA256 4e6e1615f7e186a6affdf70e16d2648d975d6419617874587a495e711cf5fa09 SHA512 7e141522ec9b932f89628dd1ede90f9c0f8336edb892898cf8f27b5dbcec5ae1c545b65ee770a938305aedc7b964c8cdf34fceb72716c50823ccfd90c95619fd WHIRLPOOL 92993b0e1f080a6862f4e36aacc7d7d17976e3f43e1f6778aff82140f36bf3c90eb95cab409d054be6b87866f940831d7348d4bacbd4e4709c658076dbe25543 +DIST HTML-Template-2.95.tar.gz 91083 SHA256 78100adaea7a56ae65826220fcb0c18a188df25a27227f96175cf7169fbb501d SHA512 4b52856c7ac97a6c7985c73492aa5074f90b6b7f89dfb2434487a2cfeb9d521e55afe4e77c33285042e3d391fe6e9fc86a3f58bb6850d94f1331bb7be9809be7 WHIRLPOOL b9c8bf33788c22c5fc4ca96b6ceb1a3cba02cedf5d6eb4585bf6c22771e1f69c3507a27413600d1746b7a88f5677516f06b0c0ec06c9e364ef631528cb493359 diff --git a/dev-perl/HTML-Template/metadata.xml b/dev-perl/HTML-Template/metadata.xml new file mode 100644 index 000000000000..8a393ba5c903 --- /dev/null +++ b/dev-perl/HTML-Template/metadata.xml @@ -0,0 +1,19 @@ +<?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-Template</remote-id> + <remote-id type="cpan-module">HTML::Template</remote-id> + <remote-id type="cpan-module">HTML::Template::COND</remote-id> + <remote-id type="cpan-module">HTML::Template::DEFAULT</remote-id> + <remote-id type="cpan-module">HTML::Template::ESCAPE</remote-id> + <remote-id type="cpan-module">HTML::Template::FAQ</remote-id> + <remote-id type="cpan-module">HTML::Template::JSESCAPE</remote-id> + <remote-id type="cpan-module">HTML::Template::LOOP</remote-id> + <remote-id type="cpan-module">HTML::Template::NOOP</remote-id> + <remote-id type="cpan-module">HTML::Template::PRINTSCALAR</remote-id> + <remote-id type="cpan-module">HTML::Template::URLESCAPE</remote-id> + <remote-id type="cpan-module">HTML::Template::VAR</remote-id> + </upstream> +</pkgmetadata> |