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/CPAN-Mini-Inject
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/CPAN-Mini-Inject')
-rw-r--r--dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild31
-rw-r--r--dev-perl/CPAN-Mini-Inject/Manifest1
-rw-r--r--dev-perl/CPAN-Mini-Inject/metadata.xml11
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
new file mode 100644
index 000000000000..9968109b8674
--- /dev/null
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MITHALDU
+MODULE_VERSION=0.33
+inherit perl-module
+
+DESCRIPTION="Inject modules into a CPAN::Mini mirror"
+
+SLOT="0"
+KEYWORDS="amd64 x86 ~ppc-aix"
+IUSE=""
+
+# Disabled
+#SRC_TEST="do"
+
+RDEPEND="dev-perl/libwww-perl
+ virtual/perl-IO-Compress
+ virtual/perl-Archive-Tar
+ virtual/perl-File-Path
+ virtual/perl-File-Temp
+ >=dev-perl/Module-Build-0.380.0
+ >=dev-perl/CPAN-Mini-0.32
+ dev-perl/CPAN-Checksums
+ dev-perl/File-Slurp
+ dev-perl/yaml"
+# test? ( dev-perl/HTTP-Server-Simple )"
+DEPEND="${RDEPEND}"
diff --git a/dev-perl/CPAN-Mini-Inject/Manifest b/dev-perl/CPAN-Mini-Inject/Manifest
new file mode 100644
index 000000000000..f934b184a189
--- /dev/null
+++ b/dev-perl/CPAN-Mini-Inject/Manifest
@@ -0,0 +1 @@
+DIST CPAN-Mini-Inject-0.33.tar.gz 26931 SHA256 f50b029999d2671bfa3caa686b853e688e7c4025b35597ad7d487626d12f3aee SHA512 44a55a91c99aa11053ed9547cd0c857cfcef98a3844e0a3a721a19880bd12d3d99e35c528103a36b91e6b11ead89d727856a7b4c1e58aa7cb6cf1e76e675df27 WHIRLPOOL 8c82b4d5398b0295b4b9471d4b32a0b41ee56d6554dd8da9d6b41760d2ab9def33279e376c2813b4ea03c7c83fbcf0882045316fe9da739925f68b2855aed44c
diff --git a/dev-perl/CPAN-Mini-Inject/metadata.xml b/dev-perl/CPAN-Mini-Inject/metadata.xml
new file mode 100644
index 000000000000..5a30be3cf669
--- /dev/null
+++ b/dev-perl/CPAN-Mini-Inject/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>
+ <longdescription>Provides the binary mcpani for adding a module to the repository for later inclusion in the CPAN Mini mirror.</longdescription>
+ <upstream>
+ <remote-id type="cpan">CPAN-Mini-Inject</remote-id>
+ <remote-id type="cpan-module">CPAN::Mini::Inject</remote-id>
+ <remote-id type="cpan-module">CPAN::Mini::Inject::Config</remote-id>
+ </upstream>
+</pkgmetadata>