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/File-Flock
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/File-Flock')
-rw-r--r--dev-perl/File-Flock/File-Flock-2008.10.0-r1.ebuild18
-rw-r--r--dev-perl/File-Flock/File-Flock-2014.10.0.ebuild30
-rw-r--r--dev-perl/File-Flock/Manifest2
-rw-r--r--dev-perl/File-Flock/metadata.xml9
4 files changed, 59 insertions, 0 deletions
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 @@
+<?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">File-Flock</remote-id>
+ <remote-id type="cpan-module">File::Flock</remote-id>
+ </upstream>
+</pkgmetadata>