dev-perl/String-CRC32: Bump to version 1.600.0
authorKent Fredric <kentnl@gentoo.org>
Tue, 9 Jan 2018 20:34:29 +0000 (09:34 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 10 Jan 2018 00:05:50 +0000 (13:05 +1300)
- EAPI6

Upstream:
- Packaging fixes

Package-Manager: Portage-2.3.18, Repoman-2.3.6

dev-perl/String-CRC32/Manifest
dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild [new file with mode: 0644]

index f7bc8b8d07bc83fd25903ec4b66b6a2e2b90c554..40f96a74a331dada344bea8cd8c413749c323a13 100644 (file)
@@ -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 (file)
index 0000000..4a2831c
--- /dev/null
@@ -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=""