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/File-Flock/File-Flock-2008.10.0-r1.ebuild | 18 +++++++++++++ dev-perl/File-Flock/File-Flock-2014.10.0.ebuild | 30 ++++++++++++++++++++++ dev-perl/File-Flock/Manifest | 2 ++ dev-perl/File-Flock/metadata.xml | 9 +++++++ 4 files changed, 59 insertions(+) create mode 100644 dev-perl/File-Flock/File-Flock-2008.10.0-r1.ebuild create mode 100644 dev-perl/File-Flock/File-Flock-2014.10.0.ebuild create mode 100644 dev-perl/File-Flock/Manifest create mode 100644 dev-perl/File-Flock/metadata.xml (limited to 'dev-perl/File-Flock') diff --git a/dev-perl/File-Flock/File-Flock-2008.10.0-r1.ebuild b/dev-perl/File-Flock/File-Flock-2008.10.0-r1.ebuild new file mode 100644 index 000000000000..e540461db783 --- /dev/null +++ b/dev-perl/File-Flock/File-Flock-2008.10.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MUIR +MODULE_VERSION=2008.01 +MODULE_SECTION=modules +inherit perl-module + +DESCRIPTION="flock() wrapper. Auto-create locks" + +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild new file mode 100644 index 000000000000..d420936189e8 --- /dev/null +++ b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MUIR +MODULE_VERSION=2014.01 +MODULE_SECTION=modules +inherit perl-module + +DESCRIPTION="flock() wrapper. Auto-create locks" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +SRC_TEST="do" + +RDEPEND=" + dev-perl/Data-Structure-Util + >=dev-perl/IO-Event-0.812.0 + dev-perl/AnyEvent + dev-perl/Event + virtual/perl-Time-HiRes +" +DEPEND="${RDEPEND} + dev-perl/File-Slurp + test? ( dev-perl/Test-SharedFork ) +" diff --git a/dev-perl/File-Flock/Manifest b/dev-perl/File-Flock/Manifest new file mode 100644 index 000000000000..0472c4f45e47 --- /dev/null +++ b/dev-perl/File-Flock/Manifest @@ -0,0 +1,2 @@ +DIST File-Flock-2008.01.tar.gz 5622 SHA256 016e6a5a49db81bac4b5dad0bec4806786d24fcb18c304d8b3a70bc17d93feb0 SHA512 f0045e6640387cf06bab0bb5e197cb735239faee4ff2883855d8014c8ac3456d9a4abf650ee8c9b2d56544251bc2fe8ef6dbd800564d0043ac3800d6a41f79c8 WHIRLPOOL d1c2ebb722a76793bbbd50b9cb731d4f9d4c5bdd0ac9f8e816e4ed34b5d1eb7d5e32498105edc9f55aee89a0977baa96546b54952ca6a05453c627e89d63ecaf +DIST File-Flock-2014.01.tar.gz 12790 SHA256 5dc5d7890dbeb4f8261f1e47820492a238f56f38c793a8b453d06515f7f241d2 SHA512 3892d9c126c809709e690391396bc349b95b790b2d1be34bf1d24d728dbbe8b9e5dc7a35f5bf17b420b5912aa6b1e2ef1aa6c6b60b48c4e17685eade7b3fae16 WHIRLPOOL 244ba184434b749b9f03c2cfe8e75a69e9780583e748e874cc1407457be610d322d4ec4fb41a464fda4757521555e1538207f01efc425913252525c531d1f8ed diff --git a/dev-perl/File-Flock/metadata.xml b/dev-perl/File-Flock/metadata.xml new file mode 100644 index 000000000000..a3233b30b7a0 --- /dev/null +++ b/dev-perl/File-Flock/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + File-Flock + File::Flock + + -- cgit v1.2.3-65-gdbad