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/Digest-CRC | |
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/Digest-CRC')
-rw-r--r-- | dev-perl/Digest-CRC/Digest-CRC-0.180.0-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Digest-CRC/Digest-CRC-0.210.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Digest-CRC/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Digest-CRC/metadata.xml | 17 |
4 files changed, 62 insertions, 0 deletions
diff --git a/dev-perl/Digest-CRC/Digest-CRC-0.180.0-r1.ebuild b/dev-perl/Digest-CRC/Digest-CRC-0.180.0-r1.ebuild new file mode 100644 index 000000000000..b3c09982be9a --- /dev/null +++ b/dev-perl/Digest-CRC/Digest-CRC-0.180.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=OLIMAUL +MODULE_VERSION=0.18 +inherit perl-module + +DESCRIPTION="Generic CRC function" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0" + +SRC_TEST="do" diff --git a/dev-perl/Digest-CRC/Digest-CRC-0.210.0.ebuild b/dev-perl/Digest-CRC/Digest-CRC-0.210.0.ebuild new file mode 100644 index 000000000000..94fb29d8e641 --- /dev/null +++ b/dev-perl/Digest-CRC/Digest-CRC-0.210.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=OLIMAUL +MODULE_VERSION=0.21 +inherit perl-module + +DESCRIPTION="Generic CRC function" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST=do diff --git a/dev-perl/Digest-CRC/Manifest b/dev-perl/Digest-CRC/Manifest new file mode 100644 index 000000000000..7646afbb76b5 --- /dev/null +++ b/dev-perl/Digest-CRC/Manifest @@ -0,0 +1,2 @@ +DIST Digest-CRC-0.18.tar.gz 7721 SHA256 5c5329f37c46eb79835169508583da8767d9839350b69bb2b48ac6f594f70374 SHA512 bd41837c2ff8b79dff80ff25437f60b32e8c18945a67b1bb0238c3e0ecdfb704ae8e9213d3a1dbf5b46990f558839834e22a5aa0b1463a34f5c23b5b6a9130cc WHIRLPOOL f053014f704d54b63e06c94e1fe2ed9618a0616939686cc8b856b2776e933e61c071925101f5e81e7545a404840068d50cf930f24e30a0b2d86e8d5907941929 +DIST Digest-CRC-0.21.tar.gz 7924 SHA256 79a0ef8081767c324edb9da39f80835910ed7c5b0539ed106caf7f2467d1958f SHA512 65f81c6903a6bc41d0a2aaad000ba4827e919c5b3312e4bbf8de21f77ba79955f6fa5ff3827c1d9bd74b2a931d224795a443303248bb5e5d67b6e71b79da8d03 WHIRLPOOL 5e706b1c2731a63600999571feac914065d2a5d27bcb01b5ef75168416aa49163532f3cd77689f79e10093816dd77bd3e620e17af5733b3af1432ce806caac5d diff --git a/dev-perl/Digest-CRC/metadata.xml b/dev-perl/Digest-CRC/metadata.xml new file mode 100644 index 000000000000..91bf3307cb1f --- /dev/null +++ b/dev-perl/Digest-CRC/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>proxy-maintainers</herd> +<herd>perl</herd> +<maintainer> + <email>andreis.vinogradovs@gmail.com</email> +</maintainer> +<maintainer> + <email>maksbotan@gentoo.org</email> + <name>Maxim Koltsov</name> +</maintainer> +<upstream> + <remote-id type="cpan">Digest-CRC</remote-id> + <remote-id type="cpan-module">Digest::CRC</remote-id> +</upstream> +</pkgmetadata> |