diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/LWPx-ParanoidAgent | |
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/LWPx-ParanoidAgent')
-rw-r--r-- | dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.70.0-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/LWPx-ParanoidAgent/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/LWPx-ParanoidAgent/metadata.xml | 14 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.70.0-r1.ebuild b/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.70.0-r1.ebuild new file mode 100644 index 000000000000..ff36ab026858 --- /dev/null +++ b/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.70.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=BRADFITZ +MODULE_VERSION=1.07 +inherit perl-module + +DESCRIPTION="Subclass of LWP::UserAgent that protects you from harm" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/libwww-perl + dev-perl/Net-DNS + virtual/perl-Time-HiRes" +RDEPEND="${DEPEND}" + +SRC_TEST=no diff --git a/dev-perl/LWPx-ParanoidAgent/Manifest b/dev-perl/LWPx-ParanoidAgent/Manifest new file mode 100644 index 000000000000..cf7b6131a093 --- /dev/null +++ b/dev-perl/LWPx-ParanoidAgent/Manifest @@ -0,0 +1 @@ +DIST LWPx-ParanoidAgent-1.07.tar.gz 14244 SHA256 bd7ccbe6ed6b64195a967e9b2b04c185b7b97e8ec5a8835bb45dbcd42a18e76a SHA512 12221010cee50b3cbbc016bb19c664fa5b1af4c27e97d32c173423b8dca586933ebefdf5ee1b293258646eb753ca478b8e1ec9a22ee7931617d675a77551ef0c WHIRLPOOL 1e81722aed7b7d41ac3293b5a82a835f36a5eea6299c2dbf11837290a5465673710d5cc5791e233ff2f9eac8e5cdf49ccff64dfa941b16aed24d450ecf3141f7 diff --git a/dev-perl/LWPx-ParanoidAgent/metadata.xml b/dev-perl/LWPx-ParanoidAgent/metadata.xml new file mode 100644 index 000000000000..d0311261bade --- /dev/null +++ b/dev-perl/LWPx-ParanoidAgent/metadata.xml @@ -0,0 +1,14 @@ +<?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">LWPx-ParanoidAgent</remote-id> + <remote-id type="cpan-module">LWPx::ParanoidAgent</remote-id> + <remote-id type="cpan-module">LWPx::Protocol::http_paranoid</remote-id> + <remote-id type="cpan-module">LWPx::Protocol::http_paranoid::Socket</remote-id> + <remote-id type="cpan-module">LWPx::Protocol::http_paranoid::SocketMethods</remote-id> + <remote-id type="cpan-module">LWPx::Protocol::https_paranoid</remote-id> + <remote-id type="cpan-module">LWPx::Protocol::https_paranoid::Socket</remote-id> + </upstream> +</pkgmetadata> |