From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58A92138330 for ; Wed, 10 Jan 2018 00:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F53EE0C09; Wed, 10 Jan 2018 00:31:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F8A6E0C07 for ; Wed, 10 Jan 2018 00:31:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6DB0335C38 for ; Wed, 10 Jan 2018 00:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E21B1A9 for ; Wed, 10 Jan 2018 00:31:15 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1515542750.5c9246295aab396be6cb6d253faa2900738d93dc.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-CRC32/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/String-CRC32/Manifest dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild X-VCS-Directories: dev-perl/String-CRC32/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5c9246295aab396be6cb6d253faa2900738d93dc X-VCS-Branch: master Date: Wed, 10 Jan 2018 00:31:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a687bcb8-8dad-4f6b-bdcf-2aa0a9c7965d X-Archives-Hash: 0893c9d2c6e181c2d5ed0369716791a2 commit: 5c9246295aab396be6cb6d253faa2900738d93dc Author: Kent Fredric gentoo org> AuthorDate: Tue Jan 9 20:34:29 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Jan 10 00:05:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c924629 dev-perl/String-CRC32: Bump to version 1.600.0 - EAPI6 Upstream: - Packaging fixes Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/String-CRC32/Manifest | 1 + dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-perl/String-CRC32/Manifest b/dev-perl/String-CRC32/Manifest index f7bc8b8d07b..40f96a74a33 100644 --- a/dev-perl/String-CRC32/Manifest +++ b/dev-perl/String-CRC32/Manifest @@ -1 +1,2 @@ DIST String-CRC32-1.5.tar.gz 6990 BLAKE2B 41a50b6c9898737c2c5d0cb8b879fbcad4af82a5573d182e2d356886470808011076625c6f604d233f4c23738aa2d940f9e8c1f70d9fb4c24757fad837021c22 SHA512 dacde8a8618dedc1107394ab06db5ab421d025ebef1626c3f6a8e35261256d0017c7165a56d6463e3f0481cae2b408502713fa3b77f8f041a6bf8fc1f48e8707 +DIST String-CRC32-1.6.tar.gz 7713 BLAKE2B 9b976be73e7781beccada0c2c0bf535f5d23ada71840fce82f1915bbf0f2c5ddeb9d4ec50b89e396b9ef373826961fc4f78e9a0e5df38823a482d939bf35e769 SHA512 e8915066edca5407de5c42cf6ec6367cfc8662d3c353ee7b9150e372fccbca136946a8e30ec18f4ccba3a08d4864387f3cad01b3b0117e019927b72c9081fe39 diff --git a/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild b/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild new file mode 100644 index 00000000000..4a2831c6ee9 --- /dev/null +++ b/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=LEEJO +DIST_VERSION=1.6 +inherit perl-module + +DESCRIPTION="Perl interface for cyclic redundancy check generation" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE=""