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/WWW-Curl | |
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/WWW-Curl')
-rw-r--r-- | dev-perl/WWW-Curl/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.150.0-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/metadata.xml | 13 |
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-perl/WWW-Curl/Manifest b/dev-perl/WWW-Curl/Manifest new file mode 100644 index 000000000000..5fd28f0cfe12 --- /dev/null +++ b/dev-perl/WWW-Curl/Manifest @@ -0,0 +1,2 @@ +DIST WWW-Curl-4.15.tar.gz 53741 SHA256 3ef40494537a1ce7f848f3b524f5690cf47db458c0bb662e15c4642dc13c5fa1 SHA512 5481d7bb2e39fe26c8501399d1123f4cced6309d8059ff856ffe184c0a78c0a5cfdc09959ad948fdc693b78339c7d58401f844151b58ebc454fda0425c38f659 WHIRLPOOL afa0b6656a29ca2f6c84038137f73b3ebe114cd7818255c9e08c253e8c184facc64a83a00f347dc71908a71c6e2b164d54a55712b6f83a8f4d0f1e3f942b11dc +DIST WWW-Curl-4.17.tar.gz 50917 SHA256 52ffab110e32348d775f241c973eb56f96b08eedbc110d77d257cdb0a24ab7ba SHA512 bc7a75d0e23f5a77578fd7244b56a1e1b81d814993b90ac7132926f0d571232c4c95875bc615cb6239e424ae1d5481d27796efc5376bb0845d1da0ff1137c0d6 WHIRLPOOL 7b7d77eb0f4d72e4501d90fb2c90c1ab06f249cd270544c688489cfe002240807b80fc7da8cc2a25ca3380a2ba0ad643d0ca50267b72210df5bbdcc6f17ddf9d diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.150.0-r1.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.150.0-r1.ebuild new file mode 100644 index 000000000000..8a2818fa127e --- /dev/null +++ b/dev-perl/WWW-Curl/WWW-Curl-4.150.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SZBALINT +MODULE_VERSION=4.15 +inherit perl-module + +DESCRIPTION="Perl extension interface for libcurl" + +LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" +SLOT="0" +KEYWORDS="amd64 ppc ~ppc64 x86" +IUSE="" + +RDEPEND="net-misc/curl" +DEPEND="${RDEPEND}" + +SRC_TEST=online diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild new file mode 100644 index 000000000000..fc0c8aae0e6a --- /dev/null +++ b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SZBALINT +MODULE_VERSION=4.17 +inherit perl-module + +DESCRIPTION="Perl extension interface for libcurl" + +LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="net-misc/curl" +DEPEND="${RDEPEND}" + +SRC_TEST=online diff --git a/dev-perl/WWW-Curl/metadata.xml b/dev-perl/WWW-Curl/metadata.xml new file mode 100644 index 000000000000..2d7ff8f0e4e1 --- /dev/null +++ b/dev-perl/WWW-Curl/metadata.xml @@ -0,0 +1,13 @@ +<?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">WWW-Curl</remote-id> + <remote-id type="cpan-module">WWW::Curl</remote-id> + <remote-id type="cpan-module">WWW::Curl::Easy</remote-id> + <remote-id type="cpan-module">WWW::Curl::Form</remote-id> + <remote-id type="cpan-module">WWW::Curl::Multi</remote-id> + <remote-id type="cpan-module">WWW::Curl::Share</remote-id> + </upstream> +</pkgmetadata> |