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/CGI-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/CGI-Simple')
-rw-r--r-- | dev-perl/CGI-Simple/CGI-Simple-1.113.0-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/CGI-Simple/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/CGI-Simple/metadata.xml | 12 |
4 files changed, 68 insertions, 0 deletions
diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.113.0-r1.ebuild b/dev-perl/CGI-Simple/CGI-Simple-1.113.0-r1.ebuild new file mode 100644 index 000000000000..c7c0204aee77 --- /dev/null +++ b/dev-perl/CGI-Simple/CGI-Simple-1.113.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 + +MY_PN=CGI-Simple +MODULE_AUTHOR=ANDYA +MODULE_VERSION=1.113 +inherit perl-module + +DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" + +SLOT="0" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" +IUSE="test" + +RDEPEND="" +DEPEND="dev-perl/Module-Build + test? ( + dev-perl/libwww-perl + dev-perl/IO-stringy + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild b/dev-perl/CGI-Simple/CGI-Simple-1.115.0.ebuild new file mode 100644 index 000000000000..940bdb1f1678 --- /dev/null +++ b/dev-perl/CGI-Simple/CGI-Simple-1.115.0.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=SZABGAB +MODULE_VERSION=1.115 +inherit perl-module + +DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="dev-perl/Module-Build + test? ( + dev-perl/libwww-perl + dev-perl/IO-stringy + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST="do" diff --git a/dev-perl/CGI-Simple/Manifest b/dev-perl/CGI-Simple/Manifest new file mode 100644 index 000000000000..9159f92e4529 --- /dev/null +++ b/dev-perl/CGI-Simple/Manifest @@ -0,0 +1,2 @@ +DIST CGI-Simple-1.113.tar.gz 103884 SHA256 52e2881fd7f093ad159cfc87153d8ada67c782c2877c66cd0461cc769a041b3d SHA512 f2a21632ef11f2af81a3284c6f6181be15b512aa2574931bed567a4cecb44a08730193cabb2fe285e5033901838c1eebb67368af173a381bb4072f82cd32fbf0 WHIRLPOOL 12cf57ffe44eab63851403daba64d0cce59c62dc25676c860a715ddf0b490ca9bbe92aa362e422d0cab3d0762a06de5dd08a7e9d26cbee58985786ecfe8353cc +DIST CGI-Simple-1.115.tar.gz 85165 SHA256 4f873bc9d055afb7b213684b5bc22d305a456f43c651377d3f2497176a587eda SHA512 1b2531fde88c4544d17717fd80599fcc4e90a618839c352d1812ba2bf4dd6c3295637d6fe5f9604cb5da943f0d361972b75083c5967b3ab818254729793751e4 WHIRLPOOL bcd0463ec757cf5eaadb324dec505aaede383c03ef441e3ee0bc1771396919b4198d1ff4c7173c9aa6a2a5f79c1a0ac053f82b62691158f8dc8e5bb5940c5bbe diff --git a/dev-perl/CGI-Simple/metadata.xml b/dev-perl/CGI-Simple/metadata.xml new file mode 100644 index 000000000000..babe24f21678 --- /dev/null +++ b/dev-perl/CGI-Simple/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">CGI-Simple</remote-id> + <remote-id type="cpan-module">CGI::Simple</remote-id> + <remote-id type="cpan-module">CGI::Simple::Cookie</remote-id> + <remote-id type="cpan-module">CGI::Simple::Standard</remote-id> + <remote-id type="cpan-module">CGI::Simple::Util</remote-id> + </upstream> +</pkgmetadata> |