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-SMIME/
Date: Sun, 20 Sep 2015 16:39:59
Message-Id: 1442767078.59c8b0862e761d7625fbf5a02fa0cd8c0f58c3c9.hasufell@gentoo
1 commit: 59c8b0862e761d7625fbf5a02fa0cd8c0f58c3c9
2 Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 14:43:08 2015 +0000
4 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 16:37:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c8b086
7
8 dev-perl/Crypt-SMIME: add libressl support
9
10 dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild | 36 ++++++++++++++++++++++
11 1 file changed, 36 insertions(+)
12
13 diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
14 new file mode 100644
15 index 0000000..22f8f24
16 --- /dev/null
17 +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
18 @@ -0,0 +1,36 @@
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=MIKAGE
26 +MODULE_VERSION=0.15
27 +inherit perl-module
28 +
29 +DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
30 +
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE="libressl test"
34 +
35 +RDEPEND="
36 + !libressl? ( dev-libs/openssl:0 )
37 + libressl? ( dev-libs/libressl )
38 + virtual/perl-XSLoader
39 +"
40 +DEPEND="${RDEPEND}
41 + virtual/perl-ExtUtils-MakeMaker
42 + dev-perl/extutils-pkgconfig
43 + dev-perl/ExtUtils-CChecker
44 + test? (
45 + dev-perl/Test-Exception
46 + virtual/perl-Test-Simple
47 + >=dev-perl/Test-Taint-1.60.0
48 + dev-perl/Test-Dependencies
49 + >=dev-perl/Test-Pod-1.140.0
50 + >=dev-perl/Test-Pod-Coverage-1.40.0
51 + )
52 +"
53 +
54 +SRC_TEST=do