diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/File-chdir | |
download | gentoo-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-chdir')
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.100.800-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.101.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/File-chdir/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/File-chdir/metadata.xml | 11 |
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-perl/File-chdir/File-chdir-0.100.800-r1.ebuild b/dev-perl/File-chdir/File-chdir-0.100.800-r1.ebuild new file mode 100644 index 000000000000..3f2f41497ab7 --- /dev/null +++ b/dev-perl/File-chdir/File-chdir-0.100.800-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=0.1008 +inherit perl-module + +DESCRIPTION="An alternative to File::Spec and CWD" + +SLOT="0" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND=">=virtual/perl-File-Spec-3.27" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/File-chdir/File-chdir-0.101.0.ebuild b/dev-perl/File-chdir/File-chdir-0.101.0.ebuild new file mode 100644 index 000000000000..dac91dfa018d --- /dev/null +++ b/dev-perl/File-chdir/File-chdir-0.101.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=0.1010 +inherit perl-module + +DESCRIPTION="An alternative to File::Spec and CWD" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + >=virtual/perl-File-Spec-3.27 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/File-chdir/Manifest b/dev-perl/File-chdir/Manifest new file mode 100644 index 000000000000..3d8039e4aa06 --- /dev/null +++ b/dev-perl/File-chdir/Manifest @@ -0,0 +1,2 @@ +DIST File-chdir-0.1008.tar.gz 21595 SHA256 993af084c4bd02369169e6dac20c414d5b589c53247b66bb837acce700fa0d59 SHA512 06647553823aa4e060d652ae40052924d6a5844d4f94de03d64a0e664944322c9e0784d1e2391a755a0261d0cdb0a7ab75287414d85d6d6b100f4102cc7c918f WHIRLPOOL cd6bcc3d0f1af7124208bd4eca6b719a6b62a902361cb78b43f96043dc6f19ffea33b9aa4b976afb087cb4a0824de73588bab83239b6f193479c4fa59953b20e +DIST File-chdir-0.1010.tar.gz 24761 SHA256 efc121f40bd7a0f62f8ec9b8bc70f7f5409d81cd705e37008596c8efc4452b01 SHA512 0a9390b48d49c2ac0e2f8b409396a6a2ea3518823d1b6d8c23bbf19a438b92d1e784dcf3bc7c0d43b0365b0620557aea1f8d9ef224b68ca9c472fefa8fe1adab WHIRLPOOL d3aaa5b80472a81245f4592d6c71f1be8f6520eb9175685aa7660e4d0d332ae8429433659c5c82899d7768b6569d875846528c367d98328d750314682154371e diff --git a/dev-perl/File-chdir/metadata.xml b/dev-perl/File-chdir/metadata.xml new file mode 100644 index 000000000000..7ba1b7eca646 --- /dev/null +++ b/dev-perl/File-chdir/metadata.xml @@ -0,0 +1,11 @@ +<?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-chdir</remote-id> + <remote-id type="cpan-module">File::chdir</remote-id> + <remote-id type="cpan-module">File::chdir::ARRAY</remote-id> + <remote-id type="cpan-module">File::chdir::SCALAR</remote-id> + </upstream> +</pkgmetadata> |