summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Test-TCP
downloadgentoo-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/Test-TCP')
-rw-r--r--dev-perl/Test-TCP/Manifest2
-rw-r--r--dev-perl/Test-TCP/Test-TCP-1.210.0.ebuild27
-rw-r--r--dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild27
-rw-r--r--dev-perl/Test-TCP/metadata.xml11
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-perl/Test-TCP/Manifest b/dev-perl/Test-TCP/Manifest
new file mode 100644
index 000000000000..245f7d57984d
--- /dev/null
+++ b/dev-perl/Test-TCP/Manifest
@@ -0,0 +1,2 @@
+DIST Test-TCP-1.21.tar.gz 27903 SHA256 476a230f8db228819bd05efca932a2a9b06d25c3f9de920e2c9c9a723033bbed SHA512 f68bbaa153e05a43f3ee718a6ab81d2bddeca075457082b7a6df25ebd0b99e9608e74d547c3e4241c29222ec10422117a688c811f2d55f97252916b83d39b0bb WHIRLPOOL c6ed35173f1c6b2461c41aeefcd61fef69c1416a25578f7b3ef0862c9e21f1030360a82a6a2ab3d3adc218a890d67be3d3ad047527ab2b52c6605fa6b4e9b969
+DIST Test-TCP-2.06.tar.gz 21848 SHA256 714956bb012536f617988e9cfb588253e908144e9169e5862356091f44e59229 SHA512 e4fcc79f8d62a8ce669a975e89c4bbf3fd56396c83a8c3b750fec002b3e9bd8dd829faf30bfa47f0db31bc0b5daedfa1e6edc3e2e9f628b0d0c7c25fef1081ab WHIRLPOOL 61e719ed5f4dcbd9e504f99ab4d7b5ea2a8708a31898b15dba5c924d5ee69b6cdaa75a4512a226005bd96c8fd7278777e734de7d6153f44d3a9c03b04a0e4717
diff --git a/dev-perl/Test-TCP/Test-TCP-1.210.0.ebuild b/dev-perl/Test-TCP/Test-TCP-1.210.0.ebuild
new file mode 100644
index 000000000000..68fdfe3e3e16
--- /dev/null
+++ b/dev-perl/Test-TCP/Test-TCP-1.210.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=TOKUHIROM
+MODULE_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="Testing TCP program"
+
+SLOT="0"
+KEYWORDS="amd64 hppa ppc ppc64 x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Test-SharedFork-0.190.0
+ >=virtual/perl-IO-1.23
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild b/dev-perl/Test-TCP/Test-TCP-2.60.0.ebuild
new file mode 100644
index 000000000000..91ac12e59d31
--- /dev/null
+++ b/dev-perl/Test-TCP/Test-TCP-2.60.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=TOKUHIROM
+MODULE_VERSION=2.06
+inherit perl-module
+
+DESCRIPTION="Testing TCP program"
+
+SLOT="0"
+KEYWORDS="amd64 hppa ppc ppc64 x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Test-SharedFork-0.190.0
+ >=virtual/perl-IO-1.23
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Test-TCP/metadata.xml b/dev-perl/Test-TCP/metadata.xml
new file mode 100644
index 000000000000..099985227ac2
--- /dev/null
+++ b/dev-perl/Test-TCP/metadata.xml
@@ -0,0 +1,11 @@
+<?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">Test-TCP</remote-id>
+ <remote-id type="cpan-module">Net::EmptyPort</remote-id>
+ <remote-id type="cpan-module">Test::TCP</remote-id>
+ <remote-id type="cpan-module">Test::TCP::CheckPort</remote-id>
+ </upstream>
+</pkgmetadata>