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/string-crc32
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/string-crc32')
-rw-r--r--dev-perl/string-crc32/Manifest2
-rw-r--r--dev-perl/string-crc32/metadata.xml9
-rw-r--r--dev-perl/string-crc32/string-crc32-1.400.0-r1.ebuild19
-rw-r--r--dev-perl/string-crc32/string-crc32-1.500.0.ebuild19
4 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/string-crc32/Manifest b/dev-perl/string-crc32/Manifest
new file mode 100644
index 000000000000..e65e6c7bd844
--- /dev/null
+++ b/dev-perl/string-crc32/Manifest
@@ -0,0 +1,2 @@
+DIST String-CRC32-1.4.tar.gz 6976 SHA256 14a9f6cede715b415c662344c2e7173fd3b667ad03f76b38fbfca9fe35698351 SHA512 db1a97c53dbedfc9c944392a678b3ddec8c4c52e08867970f62f06ca92f0a91cee5b9eb251df2008d37363b80bfe06c6328d542bb89d27674cdfe1a06a9c27fd WHIRLPOOL d4cd4759224352dc9d914a8dc66696afa876916a6f0827552a2fcaeab205700714682cccf2dee7f3263bcf5fcb3d2d5272e1ba83c3e02c8c762489f33ecc1d2f
+DIST String-CRC32-1.5.tar.gz 6990 SHA256 5a812f1a7b08330fe49f64cd479970cbc2193285c8bb6951f4dd4291c4947054 SHA512 dacde8a8618dedc1107394ab06db5ab421d025ebef1626c3f6a8e35261256d0017c7165a56d6463e3f0481cae2b408502713fa3b77f8f041a6bf8fc1f48e8707 WHIRLPOOL 0704c4271bdd68314066ef82f08dc2b14cb7a81483ef374c5897cad17408e4fbce149e04c2b830e8d886a59b1803ea0f2e4817ecf6a3c8a356217e88689e2637
diff --git a/dev-perl/string-crc32/metadata.xml b/dev-perl/string-crc32/metadata.xml
new file mode 100644
index 000000000000..c2250391070d
--- /dev/null
+++ b/dev-perl/string-crc32/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">String-CRC32</remote-id>
+ <remote-id type="cpan-module">String::CRC32</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-perl/string-crc32/string-crc32-1.400.0-r1.ebuild b/dev-perl/string-crc32/string-crc32-1.400.0-r1.ebuild
new file mode 100644
index 000000000000..b92b588df722
--- /dev/null
+++ b/dev-perl/string-crc32/string-crc32-1.400.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=String-CRC32
+MODULE_AUTHOR=SOENKE
+MODULE_VERSION=1.4
+inherit perl-module
+
+DESCRIPTION="Perl interface for cyclic redundancy check generation"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+SRC_TEST=do
diff --git a/dev-perl/string-crc32/string-crc32-1.500.0.ebuild b/dev-perl/string-crc32/string-crc32-1.500.0.ebuild
new file mode 100644
index 000000000000..1cc21be1d142
--- /dev/null
+++ b/dev-perl/string-crc32/string-crc32-1.500.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=String-CRC32
+MODULE_AUTHOR=SOENKE
+MODULE_VERSION=1.5
+inherit perl-module
+
+DESCRIPTION="Perl interface for cyclic redundancy check generation"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+SRC_TEST=do