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/namespace-autoclean | |
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/namespace-autoclean')
4 files changed, 74 insertions, 0 deletions
diff --git a/dev-perl/namespace-autoclean/Manifest b/dev-perl/namespace-autoclean/Manifest new file mode 100644 index 000000000000..9762381808a3 --- /dev/null +++ b/dev-perl/namespace-autoclean/Manifest @@ -0,0 +1,2 @@ +DIST namespace-autoclean-0.13.tar.gz 12954 SHA256 04d4708654016bfc157b0779e1f93362b38f7a4bccb3631b0649d19f5c9aa3f0 SHA512 9310f9d7081ac4cccecdc9ccb557b53b144f030d41acaf0aee08358bbf5cf52a348229deef6ade81e0a02b8fc1d0b8f8466c2b4a6875b5ecc09e2c4e9049b29a WHIRLPOOL 6938bc364423d6ae2717510ca14ff8bff9e223bd22eec84b9466a49f5390d49d98a2cf510c4d5f337eb1e8503e29562a3639db3ec767a8710d5653a23082805e +DIST namespace-autoclean-0.24.tar.gz 36241 SHA256 6069c95585cfd910f02592b0ef9aed5b3def014c413517b0ec3dae2fde7a4f57 SHA512 6fb224e27b631c8b8f14936812d40fe69a5a8e33a0afffd5a4a1e7bb26a2afacdf6179744621fa2eb5540d151676e81ad375de2d76d52c004252ff3304f4552c WHIRLPOOL d61de0bafc3b321d561d6ff888e46835dac80eecc111d15603420791920a896c8d130601d9f3786d59bbdd7abf90bb2f00a34b1ac7684615ecde73a9ffab8d7f diff --git a/dev-perl/namespace-autoclean/metadata.xml b/dev-perl/namespace-autoclean/metadata.xml new file mode 100644 index 000000000000..d2597ad3fff2 --- /dev/null +++ b/dev-perl/namespace-autoclean/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">namespace-autoclean</remote-id> + <remote-id type="cpan-module">namespace::autoclean</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.130.0-r1.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.130.0-r1.ebuild new file mode 100644 index 000000000000..5f1493642e8c --- /dev/null +++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.130.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=BOBTFISH +MODULE_VERSION=0.13 +inherit perl-module + +DESCRIPTION="Keep imports out of your namespace" + +SLOT="0" +KEYWORDS="amd64 ~arm ppc x86 ~x64-macos" +IUSE="test" + +RDEPEND=">=dev-perl/namespace-clean-0.200 + >=dev-perl/Moose-1.990 + >=dev-perl/B-Hooks-EndOfScope-0.07" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.31 + test? ( + >=dev-perl/Moose-0.56 + dev-perl/Sub-Name + )" + +SRC_TEST=do diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.240.0.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.240.0.ebuild new file mode 100644 index 000000000000..73a1681c5f55 --- /dev/null +++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.240.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=0.24 +inherit perl-module + +DESCRIPTION="Keep imports out of your namespace" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x64-macos" +IUSE="test" + +RDEPEND=" + >=dev-perl/B-Hooks-EndOfScope-0.120.0 + virtual/perl-Scalar-List-Utils + dev-perl/Sub-Identify + >=dev-perl/namespace-clean-0.200.0 +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.39.0 + test? ( + virtual/perl-Carp + virtual/perl-ExtUtils-MakeMaker + virtual/perl-File-Spec + virtual/perl-Scalar-List-Utils + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Requires + ) +" + +SRC_TEST=do +mytargets=install |