From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- .../Data-Validate-IP-0.240.0.ebuild | 33 ++++++++++++++++++++++ dev-perl/Data-Validate-IP/Manifest | 1 + dev-perl/Data-Validate-IP/metadata.xml | 8 ++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild create mode 100644 dev-perl/Data-Validate-IP/Manifest create mode 100644 dev-perl/Data-Validate-IP/metadata.xml (limited to 'dev-perl/Data-Validate-IP') diff --git a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild new file mode 100644 index 000000000000..f1a7da91943d --- /dev/null +++ b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR="DROLSKY" +MODULE_VERSION="0.24" + +inherit perl-module + +DESCRIPTION="Lightweight IPv4 and IPv6 validation module" + +SLOT="0" +KEYWORDS="amd64 ~hppa" +IUSE="test" + +RDEPEND=" + virtual/perl-Exporter + >=dev-perl/NetAddr-IP-4 + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Requires + ) +" + +SRC_TEST=do diff --git a/dev-perl/Data-Validate-IP/Manifest b/dev-perl/Data-Validate-IP/Manifest new file mode 100644 index 000000000000..e18b069dd4a4 --- /dev/null +++ b/dev-perl/Data-Validate-IP/Manifest @@ -0,0 +1 @@ +DIST Data-Validate-IP-0.24.tar.gz 30535 SHA256 2977fb1183da439c4c216bec94b28e683c9769b13140381fe85ea327f509e318 SHA512 250528726096e51d39361f2bad1b696b008328d7a746fb504052e5a5f6ce3278919deb370210fe6302be6adb937a9401f5f1ec61bfd4b4fd0852c5cf3b8c09df WHIRLPOOL aceee7a36b5f4a98fb04aacd3ef8557bda62d93fdc4e902219a16e66e831b6cff94f51bf8c769ec8ab268d4ec63f95e1ccc81139c23dc9bf844e4d390b5379db diff --git a/dev-perl/Data-Validate-IP/metadata.xml b/dev-perl/Data-Validate-IP/metadata.xml new file mode 100644 index 000000000000..17d630c68bfc --- /dev/null +++ b/dev-perl/Data-Validate-IP/metadata.xml @@ -0,0 +1,8 @@ + + + + perl + + Data-Validate-IP + + -- cgit v1.2.3-65-gdbad