Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/, app-crypt/easy-rsa/files/
Date: Tue, 02 Feb 2016 21:38:14
Message-Id: 1454449075.161be59ab1a15e6d61552c4b1474bc2f3ca6a9dc.mrueg@gentoo
1 commit: 161be59ab1a15e6d61552c4b1474bc2f3ca6a9dc
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 21:37:55 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 21:37:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161be59a
7
8 app-crypt/easy-rsa: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 app-crypt/easy-rsa/Manifest | 1 -
13 app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild | 37 ----------------------
14 .../easy-rsa/files/easy-rsa-2.0.0-pkcs11.patch | 36 ---------------------
15 app-crypt/easy-rsa/files/no-licenses.patch | 14 --------
16 4 files changed, 88 deletions(-)
17
18 diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
19 index f1fa3a8..6f2a55d 100644
20 --- a/app-crypt/easy-rsa/Manifest
21 +++ b/app-crypt/easy-rsa/Manifest
22 @@ -1,2 +1 @@
23 DIST EasyRSA-2.2.2.tgz 10492 SHA256 68da869085dde7c6a964e9c6104b86e4af91c4c592f8ec2a2f6cfc9d20808991 SHA512 b09bd1a71c1bfeb3c2ff63f10b7781badf6d2b4888d97d917565436435b85fb90eebf7727db293bdc44039f23c7f3c3c4e762a22bf7d6e9ed7642a2f07e1ffe4 WHIRLPOOL 27b7d761a317d8787526dbdc1878e62326e6ca13730ddf9b50fe918f010c23d1535dfa4f6bfb76bf26bd005942105a0e862359579faf7b6fe803ad7ca53d627e
24 -DIST easy-rsa-2.2.0_master.tar.gz 80460 SHA256 d23ddc3a764b40d03ada76f387c92ae4dcf4f5266da54c2bae130325b05eebe2 SHA512 81b5d6e805c5d9fcadf6425dbc311b6a151d857cb837ce9b419b653ee546e5742d13864d25e9ab8caffee95e5116d1611323288e80c65c3c88730533919e2fb4 WHIRLPOOL ff65ca8e3b47123aa3765937d508682afe51c9831e8dbc3e57cb5000088cc69ad5e086618e647e90677481c2d5e7d34733fd7ba50a067810e1a42c876d348823
25
26 diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild
27 deleted file mode 100644
28 index 59e09d6..0000000
29 --- a/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=4
37 -
38 -inherit eutils
39 -
40 -DESCRIPTION="Small RSA key management package, based on OpenSSL"
41 -HOMEPAGE="http://openvpn.net/"
42 -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
47 -IUSE=""
48 -
49 -DEPEND=">=dev-libs/openssl-0.9.6:0"
50 -RDEPEND="${DEPEND}
51 - !<net-misc/openvpn-2.3"
52 -
53 -S="${WORKDIR}/${P}_master"
54 -
55 -src_prepare() {
56 - epatch \
57 - "${FILESDIR}"/${PN}-2.0.0-pkcs11.patch \
58 - "${FILESDIR}"/no-licenses.patch
59 -}
60 -
61 -src_configure() {
62 - econf --docdir="${EPREFIX}/usr/share/doc/${PF}"
63 -}
64 -
65 -src_install() {
66 - emake DESTDIR="${D}" install
67 - doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
68 -}
69
70 diff --git a/app-crypt/easy-rsa/files/easy-rsa-2.0.0-pkcs11.patch b/app-crypt/easy-rsa/files/easy-rsa-2.0.0-pkcs11.patch
71 deleted file mode 100644
72 index c7115cc..0000000
73 --- a/app-crypt/easy-rsa/files/easy-rsa-2.0.0-pkcs11.patch
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -diff --git a/easy-rsa/2.0/openssl-0.9.8.cnf b/easy-rsa/2.0/openssl-0.9.8.cnf
77 -index 340b8af..89602a2 100755
78 ---- a/easy-rsa/2.0/openssl-0.9.8.cnf
79 -+++ b/easy-rsa/2.0/openssl-0.9.8.cnf
80 -@@ -283,8 +283,8 @@ authorityKeyIdentifier=keyid:always,issuer:always
81 - #pkcs11 = pkcs11_section
82 -
83 - [ pkcs11_section ]
84 --engine_id = pkcs11
85 --dynamic_path = /usr/lib/engines/engine_pkcs11.so
86 --MODULE_PATH = $ENV::PKCS11_MODULE_PATH
87 --PIN = $ENV::PKCS11_PIN
88 --init = 0
89 -+#engine_id = pkcs11
90 -+#dynamic_path = /usr/lib/engines/engine_pkcs11.so
91 -+#MODULE_PATH = $ENV::PKCS11_MODULE_PATH
92 -+#PIN = $ENV::PKCS11_PIN
93 -+#init = 0
94 -diff --git a/easy-rsa/2.0/openssl-1.0.0.cnf b/easy-rsa/2.0/openssl-1.0.0.cnf
95 -index fa258a5..527919d 100755
96 ---- a/easy-rsa/2.0/openssl-1.0.0.cnf
97 -+++ b/easy-rsa/2.0/openssl-1.0.0.cnf
98 -@@ -278,8 +278,8 @@ authorityKeyIdentifier=keyid:always,issuer:always
99 - #pkcs11 = pkcs11_section
100 -
101 - [ pkcs11_section ]
102 --engine_id = pkcs11
103 --dynamic_path = /usr/lib/engines/engine_pkcs11.so
104 --MODULE_PATH = $ENV::PKCS11_MODULE_PATH
105 --PIN = $ENV::PKCS11_PIN
106 --init = 0
107 -+#engine_id = pkcs11
108 -+#dynamic_path = /usr/lib/engines/engine_pkcs11.so
109 -+#MODULE_PATH = $ENV::PKCS11_MODULE_PATH
110 -+#PIN = $ENV::PKCS11_PIN
111 -+#init = 0
112
113 diff --git a/app-crypt/easy-rsa/files/no-licenses.patch b/app-crypt/easy-rsa/files/no-licenses.patch
114 deleted file mode 100644
115 index 40290cb..0000000
116 --- a/app-crypt/easy-rsa/files/no-licenses.patch
117 +++ /dev/null
118 @@ -1,14 +0,0 @@
119 ---- Makefile.in 2013-05-22 12:38:10.685814374 +0200
120 -+++ Makefile.in.new 2013-05-22 12:40:30.484539547 +0200
121 -@@ -186,10 +186,7 @@
122 -
123 - EXTRA_DIST = easy-rsa
124 - SUBDIRS = doc distro
125 --dist_doc_DATA = \
126 -- COPYRIGHT.GPL \
127 -- COPYING
128 --
129 -+dist_doc_DATA =
130 - dist_easyrsa_DATA =
131 - all: all-recursive
132 -