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/Module-Build | |
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/Module-Build')
-rw-r--r-- | dev-perl/Module-Build/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Module-Build/Module-Build-0.420.500.ebuild | 39 | ||||
-rw-r--r-- | dev-perl/Module-Build/Module-Build-0.421.400.ebuild | 46 | ||||
-rw-r--r-- | dev-perl/Module-Build/metadata.xml | 36 |
4 files changed, 123 insertions, 0 deletions
diff --git a/dev-perl/Module-Build/Manifest b/dev-perl/Module-Build/Manifest new file mode 100644 index 000000000000..54d677f62ef5 --- /dev/null +++ b/dev-perl/Module-Build/Manifest @@ -0,0 +1,2 @@ +DIST Module-Build-0.4205.tar.gz 309120 SHA256 1e7a597607329db642ad68ddde00c8f48d6f660ced6d2dff4c99c84e0dd1f501 SHA512 8fe81ea27e1870a489633da1280e7270babaa2d01365a22e854ae7e0c608b5c20885c0eb8d60ea23fe1f54a28b1ffbbf0e635fdf3ccc8539db7d5733d23090c2 WHIRLPOOL 860c55b0e222567dc2c8f18909bf6af58ec94f5f85feaa3a4c8ff0586d95a37ca62fe7fc755297a733aacafecbe2806bd256a842ed47b478ace28d5af63f9a59 +DIST Module-Build-0.4214.tar.gz 305051 SHA256 c579488918cf4db84954a550c475272b3c25f5100c739339e91a65d7c055dc3f SHA512 33bc4adfd21cfa3ff3489fd4ed2a6dfd9b4bd9bcdb7839a76088876fcf5bc9b435c2d246e9eee60a6ae3ac6c6d06a377d8dc0440ec725a4985a8dd1746c445b2 WHIRLPOOL 6df75c677abc33fcfad333d77e667214c8387d28fb23c38e55885cff42ac9c74d792ea9c07ab725be70f6516460c7d12044d43fae74d36a44ab62517aee020c8 diff --git a/dev-perl/Module-Build/Module-Build-0.420.500.ebuild b/dev-perl/Module-Build/Module-Build-0.420.500.ebuild new file mode 100644 index 000000000000..689f8900318a --- /dev/null +++ b/dev-perl/Module-Build/Module-Build-0.420.500.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=LEONT +MODULE_VERSION=0.4205 +inherit perl-module + +DESCRIPTION="Build and install Perl modules" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Archive-Tar-1.09 + >=virtual/perl-CPAN-Meta-2.110.420 + >=virtual/perl-CPAN-Meta-YAML-0.3.0 + virtual/perl-Data-Dumper + >=virtual/perl-ExtUtils-CBuilder-0.270.0 + virtual/perl-ExtUtils-Install + virtual/perl-ExtUtils-Manifest + >=virtual/perl-ExtUtils-ParseXS-2.210.0 + >=virtual/perl-File-Spec-0.820.0 + >=virtual/perl-File-Temp-0.150.0 + virtual/perl-Getopt-Long + >=virtual/perl-Module-Metadata-1.0.2 + >=virtual/perl-Parse-CPAN-Meta-1.440.100 + >=virtual/perl-Perl-OSType-1 + virtual/perl-Test-Harness + >=virtual/perl-Test-Simple-0.490.0 + virtual/perl-Text-ParseWords + >=virtual/perl-version-0.870.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Module-Build/Module-Build-0.421.400.ebuild b/dev-perl/Module-Build/Module-Build-0.421.400.ebuild new file mode 100644 index 000000000000..35e395e648b5 --- /dev/null +++ b/dev-perl/Module-Build/Module-Build-0.421.400.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=LEONT +MODULE_VERSION=0.4214 +inherit perl-module + +DESCRIPTION="Build and install Perl modules" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=virtual/perl-CPAN-Meta-2.142.60 + virtual/perl-Data-Dumper + >=virtual/perl-ExtUtils-CBuilder-0.270.0 + virtual/perl-ExtUtils-Install + virtual/perl-ExtUtils-Manifest + virtual/perl-ExtUtils-MakeMaker + >=virtual/perl-ExtUtils-ParseXS-2.210.0 + >=virtual/perl-File-Spec-0.820.0 + virtual/perl-Getopt-Long + >=virtual/perl-Module-Metadata-1.0.2 + >=virtual/perl-Perl-OSType-1 + virtual/perl-Test-Harness + virtual/perl-Text-ParseWords +" +DEPEND="${RDEPEND} + >=virtual/perl-CPAN-Meta-YAML-0.3.0 + >=virtual/perl-File-Temp-0.150.0 + >=virtual/perl-Parse-CPAN-Meta-1.440.100 + >=virtual/perl-CPAN-Meta-2.142.60 + >=virtual/perl-Module-Metadata-1.0.2 + >=virtual/perl-Perl-OSType-1 + >=virtual/perl-version-0.870.0 + test? ( + >=virtual/perl-Test-Harness-3.160.0 + >=virtual/perl-Test-Simple-0.490.0 + ) +" + +SRC_TEST="do" diff --git a/dev-perl/Module-Build/metadata.xml b/dev-perl/Module-Build/metadata.xml new file mode 100644 index 000000000000..526d38762096 --- /dev/null +++ b/dev-perl/Module-Build/metadata.xml @@ -0,0 +1,36 @@ +<?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">Module-Build</remote-id> + <remote-id type="cpan-module">Module::Build</remote-id> + <remote-id type="cpan-module">Module::Build::Base</remote-id> + <remote-id type="cpan-module">Module::Build::Compat</remote-id> + <remote-id type="cpan-module">Module::Build::Config</remote-id> + <remote-id type="cpan-module">Module::Build::Cookbook</remote-id> + <remote-id type="cpan-module">Module::Build::Dumper</remote-id> + <remote-id type="cpan-module">Module::Build::ModuleInfo</remote-id> + <remote-id type="cpan-module">Module::Build::Notes</remote-id> + <remote-id type="cpan-module">Module::Build::PPMMaker</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::Amiga</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::Default</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::EBCDIC</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::MPEiX</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::MacOS</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::RiscOS</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::Unix</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::VMS</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::VOS</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::Windows</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::aix</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::cygwin</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::darwin</remote-id> + <remote-id type="cpan-module">Module::Build::Platform::os2</remote-id> + <remote-id type="cpan-module">Module::Build::PodParser</remote-id> + <remote-id type="cpan-module">Module::Build::Version</remote-id> + <remote-id type="cpan-module">Module::Build::YAML</remote-id> + <remote-id type="cpan-module">inc::latest</remote-id> + <remote-id type="cpan-module">inc::latest::private</remote-id> + </upstream> +</pkgmetadata> |