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/local-lib | |
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/local-lib')
-rw-r--r-- | dev-perl/local-lib/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch | 42 | ||||
-rw-r--r-- | dev-perl/local-lib/local-lib-1.8.26.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/local-lib/local-lib-2.0.14.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/local-lib/metadata.xml | 10 |
5 files changed, 109 insertions, 0 deletions
diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest new file mode 100644 index 000000000000..275a86099880 --- /dev/null +++ b/dev-perl/local-lib/Manifest @@ -0,0 +1,2 @@ +DIST local-lib-1.008026.tar.gz 67540 SHA256 4c8ce3b5bdf2ff1868153e84bc0ce0c503adec145a6de3664f031b9f54fd04c2 SHA512 8923abcf78794da4a1ce71005e43e179f7009b08c3b05e0a76c3a6c6d61961ed066f83f52548a07c55d0a7b58965f57ab3b3a16afdf820fe014476ef4b743396 WHIRLPOOL 3151fc70212df4a167924e20587513a4683ee5c92b56424964f82f14cb7563a49dce60d907a990442b5c89c7a4b5c0987810e4d3cf518171e998820a4eec2aee +DIST local-lib-2.000014.tar.gz 51593 SHA256 ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b SHA512 3a7bb68af992215eb6787082fea7c09d5468aabe5c6478d028ce99ae878f6efdd8982804ba2c396af1fc0a5b46a4fa7f0e4831d9c32f1abd41ef631976c5efe8 WHIRLPOOL 990e3ca60a88544a0394fbb994832aff9c50988dde0372d8d7e437a72c28d30bf27438acfb8423aa57965bf58140e7a3284d6151a80cbd51bffc4ed201b6e6c1 diff --git a/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch b/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch new file mode 100644 index 000000000000..e75f59035857 --- /dev/null +++ b/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch @@ -0,0 +1,42 @@ +--- Makefile.PL 2013-11-05 18:07:13.000000000 +0000 ++++ Makefile.PL 2013-12-23 15:21:32.582135695 +0000 +@@ -37,6 +37,10 @@ + DEATH + + my $cwd; ++ ++{ # GENTOO ++ last; ++ + BEGIN { + $cwd = Cwd::cwd(); + # watch out for fancy dashes. these can wind up in our @ARGV if the user is +@@ -176,6 +180,8 @@ + } + } + ++} # END GENTOO ++ + use inc::Module::Install; + + name 'local-lib'; +@@ -185,6 +191,9 @@ + requires 'ExtUtils::Install' => '1.43'; # version INSTALL_BASE was added + requires 'Module::Build' => '0.36'; # PERL_MB_OPT + ++{ # GENTOO ++ last; ++ + # don't bother fixing CPAN.pm if bootstrapped from cpanminus + unless ($ENV{PERL5_CPANM_IS_RUNNING}) { + my $required_CPAN = '1.82'; +@@ -251,6 +260,9 @@ + auto_install; + } + chdir($cwd); ++ ++} # END GENTOO ++ + resources( + # r/w: p5sagit@git.shadowcat.co.uk:local-lib.git + repository => 'git://git.shadowcat.co.uk/p5sagit/local-lib.git', diff --git a/dev-perl/local-lib/local-lib-1.8.26.ebuild b/dev-perl/local-lib/local-lib-1.8.26.ebuild new file mode 100644 index 000000000000..da1d1f3ffc5d --- /dev/null +++ b/dev-perl/local-lib/local-lib-1.8.26.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +MODULE_AUTHOR=HAARG +MODULE_VERSION=1.008026 +inherit perl-module + +DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +PATCHES=( + "${FILESDIR}/${MODULE_VERSION}/0001_No_CPAN.patch" +) + +RDEPEND=" + >=virtual/perl-CPAN-1.820.0 + >=virtual/perl-ExtUtils-Install-1.430.0 + >=virtual/perl-ExtUtils-MakeMaker-6.740.0 + >=dev-perl/Module-Build-0.360.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 +" + +SRC_TEST="do parallel" diff --git a/dev-perl/local-lib/local-lib-2.0.14.ebuild b/dev-perl/local-lib/local-lib-2.0.14.ebuild new file mode 100644 index 000000000000..c245cdad20fd --- /dev/null +++ b/dev-perl/local-lib/local-lib-2.0.14.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +MODULE_AUTHOR=HAARG +MODULE_VERSION=2.000014 +inherit perl-module + +DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=virtual/perl-CPAN-1.820.0 + >=virtual/perl-ExtUtils-Install-1.430.0 + >=virtual/perl-ExtUtils-MakeMaker-6.740.0 + >=dev-perl/Module-Build-0.360.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/local-lib/metadata.xml b/dev-perl/local-lib/metadata.xml new file mode 100644 index 000000000000..feb3e1fdb666 --- /dev/null +++ b/dev-perl/local-lib/metadata.xml @@ -0,0 +1,10 @@ +<?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">local-lib</remote-id> + <remote-id type="cpan-module">lib::core::only</remote-id> + <remote-id type="cpan-module">local::lib</remote-id> + </upstream> +</pkgmetadata> |