mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/Crypt-OpenSSL-Random: Bump to version 0.110.0
- EAPI - Fix bad description - Authortests removed. Upstream: - Use Dynaloader instead of XSLoader - Add more libressl support Keywording notes: - m68k, s390, sh and x86-fbsd are all unsatisfied for libressl Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m6mips nios2 ppc ppc64 riscv sparc sparc-fbsd x86"
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=RURBAN
|
||||
DIST_VERSION=0.11
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="OpenSSL/LibreSSL pseudo-random number generator access"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="libressl"
|
||||
|
||||
RDEPEND="
|
||||
!libressl? ( dev-libs/openssl:0 )
|
||||
libressl? ( dev-libs/libressl )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
export OPTIMIZE="${CFLAGS}"
|
||||
mydoc="ToDo"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/z_{kwalitee,manifest,meta,perl-minimum_version}.t \
|
||||
t/z_pod-coverage.t t/z_pod.t
|
||||
perl-module_src_test
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST Crypt-OpenSSL-Random-0.04.tar.gz 10679 SHA256 acf7eb81023cd1f40d8c60b893096d041513df2be2aefe145cc7ae1a3dcc78c7 SHA512 0c5121903dc16bb0ee7f0d6b9528ee43e68a47e1fd301d18fb70c02c9869a1fa7f03f5dd9cdb6ee3c005d8de123f6c1357b459c0dfecd28894874f946f885bea WHIRLPOOL 63128fdda4a7914c0e4b12dd34687d02fa6bac6e1f9629e040ba823a1c627b99d5560c2bc3e15d4442a5434ad8236f9cd1a5b8410d891ca156556fa566ca6928
|
||||
DIST Crypt-OpenSSL-Random-0.11.tar.gz 15161 SHA256 bb8c81c6a39b9b13a22d818ee9a746242f136f0fadceb6b9776ae615e7524c7a SHA512 c579cb2b586dbabd697a9c7c989a360ed4bd8e9b28d7c93ad99a86bd9bd680a89c3fa77f6315a1105fd41bfdfa18087ca4cd51fb320faad7a6be9b90e3e69b95 WHIRLPOOL 5b4d0f50c394f5f4a9dfc26d9218621e7d60e784f9d08b08e47d78fcafb8007ccd86ababe206b1b3fd8873539b3445d189b79a3503fcdf9976fe9d24b330b904
|
||||
|
||||
Reference in New Issue
Block a user