Gentoo Archives: gentoo-commits

From: Julian Ospald <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SSLeay/
Date: Sun, 20 Sep 2015 16:39:58
Message-Id: 1442767080.c7b3f939dd640413a2676a14387d67cd812ed65b.hasufell@gentoo
1 commit: c7b3f939dd640413a2676a14387d67cd812ed65b
2 Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 14:46:44 2015 +0000
4 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 16:38:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b3f939
7
8 dev-perl/Crypt-SSLeay: add libressl support
9
10 .../Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild | 42 ++++++++++++++++++++++
11 1 file changed, 42 insertions(+)
12
13 diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild
14 new file mode 100644
15 index 0000000..105138e
16 --- /dev/null
17 +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild
18 @@ -0,0 +1,42 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=5
24 +
25 +MODULE_AUTHOR=NANIS
26 +MODULE_VERSION=0.72
27 +inherit perl-module
28 +
29 +DESCRIPTION="OpenSSL support for LWP"
30 +
31 +LICENSE="Artistic-2"
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 +IUSE="libressl test"
35 +
36 +RDEPEND="
37 + !libressl? ( >=dev-libs/openssl-0.9.7c:0 )
38 + libressl? ( dev-libs/libressl )
39 + virtual/perl-MIME-Base64
40 +"
41 +DEPEND="${RDEPEND}
42 + virtual/perl-ExtUtils-MakeMaker
43 + >=virtual/perl-ExtUtils-CBuilder-0.280.205
44 + virtual/perl-Getopt-Long
45 + >=dev-perl/Path-Class-0.260.0
46 + >=dev-perl/Try-Tiny-0.190.0
47 + test? (
48 + >=virtual/perl-Test-Simple-0.190.0
49 + )
50 +"
51 +# PDEPEND: circular dependencies bug #144761
52 +PDEPEND="
53 + dev-perl/libwww-perl
54 + >=dev-perl/LWP-Protocol-https-6.20.0
55 +"
56 +
57 +export OPTIMIZE="${CFLAGS}"
58 +#myconf="--lib=${EPREFIX}/usr"
59 +
60 +SRC_TEST=do