From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-CRC32/
Date: Fri, 15 Apr 2016 19:56:37 +0000 (UTC) [thread overview]
Message-ID: <1460750131.677c2ac2f774df90ce5fc9ba19ad6c3c13585dc4.dilfridge@gentoo> (raw)
commit: 677c2ac2f774df90ce5fc9ba19ad6c3c13585dc4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 17:26:38 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:55:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677c2ac2
dev-perl/String-CRC32: Copy from dev-perl/string-crc32
Migrating to PN=Upstream
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64 amd64-fbsd arm arm64 mips nios2 ppc ppc64 riscv s390 sh sparc-fbsd"
dev-perl/String-CRC32/Manifest | 2 ++
dev-perl/String-CRC32/String-CRC32-1.400.0-r1.ebuild | 18 ++++++++++++++++++
dev-perl/String-CRC32/String-CRC32-1.500.0.ebuild | 18 ++++++++++++++++++
dev-perl/String-CRC32/metadata.xml | 12 ++++++++++++
4 files changed, 50 insertions(+)
diff --git a/dev-perl/String-CRC32/Manifest b/dev-perl/String-CRC32/Manifest
new file mode 100644
index 0000000..e65e6c7
--- /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/String-CRC32-1.400.0-r1.ebuild b/dev-perl/String-CRC32/String-CRC32-1.400.0-r1.ebuild
new file mode 100644
index 0000000..5912ae7
--- /dev/null
+++ b/dev-perl/String-CRC32/String-CRC32-1.400.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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 0000000..42d2382
--- /dev/null
+++ b/dev-perl/String-CRC32/String-CRC32-1.500.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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
diff --git a/dev-perl/String-CRC32/metadata.xml b/dev-perl/String-CRC32/metadata.xml
new file mode 100644
index 0000000..ca77c9d
--- /dev/null
+++ b/dev-perl/String-CRC32/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">String-CRC32</remote-id>
+ <remote-id type="cpan-module">String::CRC32</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-04-15 19:56 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-15 19:56 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-15 19:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/string-crc32/ Andreas Hüttel
2016-05-13 10:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-CRC32/ Agostino Sarubbo
2016-05-21 8:01 Markus Meier
2016-05-26 0:31 Matt Turner
2016-06-25 20:14 Agostino Sarubbo
2016-07-06 9:23 Agostino Sarubbo
2016-12-19 14:35 Agostino Sarubbo
2016-12-19 15:12 Agostino Sarubbo
2016-12-22 9:34 Agostino Sarubbo
2017-01-29 16:45 Fabian Groffen
2017-02-03 22:00 Jeroen Roovers
2017-02-04 17:33 Andreas Hüttel
2017-06-18 13:25 Alexis Ballier
2018-01-10 0:31 Kent Fredric
2018-07-29 14:04 Thomas Deutschmann
2018-07-30 21:28 Sergei Trofimovich
2018-07-30 21:42 Sergei Trofimovich
2018-07-30 22:08 Sergei Trofimovich
2018-07-31 8:33 Sergei Trofimovich
2018-08-04 0:01 Mikle Kolyada
2018-08-11 18:55 Sergei Trofimovich
2018-08-30 4:44 Markus Meier
2019-02-28 16:53 Mikle Kolyada
2019-04-23 0:13 Aaron Bauman
2020-04-15 14:29 Kent Fredric
2021-08-03 15:42 Marek Szuba
2021-10-11 3:10 Sam James
2021-10-11 4:18 Sam James
2021-10-11 4:20 Sam James
2021-10-11 5:15 Sam James
2021-10-11 15:25 Sam James
2021-10-12 7:10 Agostino Sarubbo
2021-12-06 15:13 Andreas K. Hüttel
2022-05-08 15:00 WANG Xuerui
2024-07-11 20:55 James Le Cuirot
2025-01-04 15:08 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460750131.677c2ac2f774df90ce5fc9ba19ad6c3c13585dc4.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox