commit:     a27ab489b629a6463954df7cd5ba88cc09985354
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 02:31:18 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 02:31:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27ab489

dev-perl/Crypt-Rijndael: Bump to version 1.150.0

Upstream:
- Use stdint.h's uint8_t and uint32_t instead of the DIY Arch
  specific handling, as this has been standardized libc interface for
  a long time, and DIY breaks deployment on musl/uclibc

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild   | 29 ++++++++++++++++++++++
 dev-perl/Crypt-Rijndael/Manifest                   |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild 
b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
new file mode 100644
index 00000000000..972fe722dda
--- /dev/null
+++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=1.15
+inherit perl-module
+
+DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-Test-Simple
+       )
+"
+src_compile() {
+       mymake=(
+               "OPTIMIZE=${CFLAGS}"
+       )
+       perl-module_src_compile
+}

diff --git a/dev-perl/Crypt-Rijndael/Manifest b/dev-perl/Crypt-Rijndael/Manifest
index 969988e41a6..08310d0bdb6 100644
--- a/dev-perl/Crypt-Rijndael/Manifest
+++ b/dev-perl/Crypt-Rijndael/Manifest
@@ -1 +1,2 @@
 DIST Crypt-Rijndael-1.14.tar.gz 71759 BLAKE2B 
2d3d9d4126fe8d6bb22fa9bd86fd05c186459453b605176f403e89c23f51d671ac26eac7ae9dc0d3bff065e1e95684731e783a4bf192781ca8f71c59399958d6
 SHA512 
a3c419142954dc2b430422f532b5349d0fb902a704335ba0708504a6a4a5d617835409916b76bc1b8dc8669c0f03356dab3ef90e5f7ea530b5fcc70bd1bf4eff
+DIST Crypt-Rijndael-1.15.tar.gz 71407 BLAKE2B 
8f2ca89b80ea68b9874092941520e566c7ea43eaf52c15acfd1f0a03e9d4efbd0c83259f36abccb77fa38b41f74acd1fa79d1d231e970f80545126fbb86ebc41
 SHA512 
ea4dbbd731483132274752bdb78a7e7cc012bc18d9f88c073f23e6903d05c1cad1e83ad00cf7f593c15e543c5c53e7a68e5fdd064a9c260c444105d47f468308

Reply via email to