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/Readonly | |
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/Readonly')
-rw-r--r-- | dev-perl/Readonly/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Readonly/Readonly-1.30.0-r1.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Readonly/Readonly-2.0.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Readonly/metadata.xml | 12 |
4 files changed, 54 insertions, 0 deletions
diff --git a/dev-perl/Readonly/Manifest b/dev-perl/Readonly/Manifest new file mode 100644 index 000000000000..24c3e3b87d05 --- /dev/null +++ b/dev-perl/Readonly/Manifest @@ -0,0 +1,2 @@ +DIST Readonly-1.03.tar.gz 13677 SHA256 53c46815dea724e29ceabb5d39471b0e6f2ebbb3cf1fe2a23d881a2855f713ea SHA512 0655a37828f70058f136218d11f9c12c91eb9f365b4e9c7c2c6e22c5ec469a1bbd8196c40c17db09a26a3260e638148570c3859541d840348b6d9ddf3890e5c1 WHIRLPOOL e512f91f438e2622cf8495d11b556a185a96a6fee51a30d04fe1ceaf08397c4f167ac7f51525ee8c796251ee2b7cc9a0f9e59a7ccc9ada4d06f37a197f7f9875 +DIST Readonly-2.00.tar.gz 23673 SHA256 9bd0156e958842fdfd6c3bb27a23b47232d4737a407d81fabc4dc64b9363bf98 SHA512 293c3be4af0bee2390d5370132c17de31010443123321771dd124d3e285cd72abbdaa7b6f50a2c44102d03a5724636f2976016111efe09afd27149f6880c2bec WHIRLPOOL 3ffd3734f598c27dfa533e883b61fc597025b82cbc41c3a3dd9e3abb52c01b3d72c86401b30181fc2b8d42c8dd1063dbfeae4faf1980e52ea89683f5d0e4bf8e diff --git a/dev-perl/Readonly/Readonly-1.30.0-r1.ebuild b/dev-perl/Readonly/Readonly-1.30.0-r1.ebuild new file mode 100644 index 000000000000..c94297d26363 --- /dev/null +++ b/dev-perl/Readonly/Readonly-1.30.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ROODE +MODULE_VERSION=1.03 +inherit perl-module + +DESCRIPTION="Facility for creating read-only scalars, arrays, hashes" + +SLOT="0" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Readonly/Readonly-2.0.0.ebuild b/dev-perl/Readonly/Readonly-2.0.0.ebuild new file mode 100644 index 000000000000..3fc3b52b459a --- /dev/null +++ b/dev-perl/Readonly/Readonly-2.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SANKO +MODULE_VERSION=2.00 +inherit perl-module + +DESCRIPTION="Facility for creating read-only scalars, arrays, hashes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="test" + +DEPEND=" + virtual/perl-CPAN-Meta + >=dev-perl/Module-Build-0.380.0 + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do" diff --git a/dev-perl/Readonly/metadata.xml b/dev-perl/Readonly/metadata.xml new file mode 100644 index 000000000000..6cf12c0d0a24 --- /dev/null +++ b/dev-perl/Readonly/metadata.xml @@ -0,0 +1,12 @@ +<?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">Readonly</remote-id> + <remote-id type="cpan-module">Readonly</remote-id> + <remote-id type="cpan-module">Readonly::Array</remote-id> + <remote-id type="cpan-module">Readonly::Hash</remote-id> + <remote-id type="cpan-module">Readonly::Scalar</remote-id> + </upstream> +</pkgmetadata> |