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 --- dev-perl/Test-Taint/Manifest | 1 + dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild | 21 +++++++++++++++++++++ dev-perl/Test-Taint/metadata.xml | 9 +++++++++ 3 files changed, 31 insertions(+) create mode 100644 dev-perl/Test-Taint/Manifest create mode 100644 dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild create mode 100644 dev-perl/Test-Taint/metadata.xml (limited to 'dev-perl/Test-Taint') diff --git a/dev-perl/Test-Taint/Manifest b/dev-perl/Test-Taint/Manifest new file mode 100644 index 000000000000..b6573e9df34a --- /dev/null +++ b/dev-perl/Test-Taint/Manifest @@ -0,0 +1 @@ +DIST Test-Taint-1.06.tar.gz 13346 SHA256 721b51ca91d248ea5ff4f99ca49c05a080e6f0fc9f7983e96121b7775ab93107 SHA512 58221b0145d9b908994c093168ca547a18cd56113f4923a4662bb9c113635378740363914d1fd43602f15c76a23cfe26d0682ed6ce22836d712692f439e782c2 WHIRLPOOL adcd33a4e05892ddd1fba4e8878266466ef8e33737284226c89974a91d0ab863582f5b10c701c68451468df13033e5405f59559b6932a62b2bbe065860b768c5 diff --git a/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild b/dev-perl/Test-Taint/Test-Taint-1.60.0-r1.ebuild new file mode 100644 index 000000000000..3c6b1ad80ad6 --- /dev/null +++ b/dev-perl/Test-Taint/Test-Taint-1.60.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=PETDANCE +MODULE_VERSION=1.06 +inherit perl-module + +DESCRIPTION="Tools to test taintedness" + +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" diff --git a/dev-perl/Test-Taint/metadata.xml b/dev-perl/Test-Taint/metadata.xml new file mode 100644 index 000000000000..54f74736292c --- /dev/null +++ b/dev-perl/Test-Taint/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + Test-Taint + Test::Taint + + -- cgit v1.2.3-65-gdbad