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/Socket6
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/Socket6')
-rw-r--r--dev-perl/Socket6/Manifest2
-rw-r--r--dev-perl/Socket6/Socket6-0.230.0-r1.ebuild23
-rw-r--r--dev-perl/Socket6/Socket6-0.250.0.ebuild23
-rw-r--r--dev-perl/Socket6/metadata.xml9
4 files changed, 57 insertions, 0 deletions
diff --git a/dev-perl/Socket6/Manifest b/dev-perl/Socket6/Manifest
new file mode 100644
index 000000000000..dbcfe9d9c9d5
--- /dev/null
+++ b/dev-perl/Socket6/Manifest
@@ -0,0 +1,2 @@
+DIST Socket6-0.23.tar.gz 57859 SHA256 eda753f0197e8c3c8d4ab20a634561ce84011fa51aa5ff40d4dbcb326ace0833 SHA512 39ced223ecdef89e6fa241031019bb5a73e63d2dfdaf3edb55bfea0cb81b91bea09f1cc26b2d15fa28d32227cc13cdb093c70f0ba346c9bdb523359de53d96f9 WHIRLPOOL f3ace817e2c49f1551f931ac80990a5c691df5188870090bde908d78c5b3e2da322c8114ce519135cc975cb9c46181c3a66a8204c9668497f8e4649e671ed202
+DIST Socket6-0.25.tar.gz 58057 SHA256 da746f8e7740b4ef66f4ff70dfad4e90f001a47a4803de66b7d7e0bdc924baa9 SHA512 0b164bca51783798b9a65119f702c33578235478857aa0f5d6c7f3aaa987522c22e84f94197d34159cb7f07fbd1dd7c5fd5579b1d42c82a233aff071edfaa95c WHIRLPOOL 123f84ecd7a8c83c81f00b1b5dedc95c8b19bbfdea5c40dbe19980206f27a6d3b44823bc95d6702a40a7db8115569bb095c387edd15a24ec85477f6943ea23a3
diff --git a/dev-perl/Socket6/Socket6-0.230.0-r1.ebuild b/dev-perl/Socket6/Socket6-0.230.0-r1.ebuild
new file mode 100644
index 000000000000..b86e47e3583a
--- /dev/null
+++ b/dev-perl/Socket6/Socket6-0.230.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=UMEMOTO
+MODULE_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
+
+src_unpack() {
+ perl-module_src_unpack
+ tc-export CC
+}
diff --git a/dev-perl/Socket6/Socket6-0.250.0.ebuild b/dev-perl/Socket6/Socket6-0.250.0.ebuild
new file mode 100644
index 000000000000..d71225a5f009
--- /dev/null
+++ b/dev-perl/Socket6/Socket6-0.250.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=UMEMOTO
+MODULE_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
+
+src_unpack() {
+ perl-module_src_unpack
+ tc-export CC
+}
diff --git a/dev-perl/Socket6/metadata.xml b/dev-perl/Socket6/metadata.xml
new file mode 100644
index 000000000000..f095070bba25
--- /dev/null
+++ b/dev-perl/Socket6/metadata.xml
@@ -0,0 +1,9 @@
+<?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">Socket6</remote-id>
+ <remote-id type="cpan-module">Socket6</remote-id>
+ </upstream>
+</pkgmetadata>