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/
Date: Tue, 23 Feb 2016 23:18:15
Message-Id: 1456268840.180631897af191efcb122d3de28b6ed04e71c042.mrueg@gentoo
1 commit: 180631897af191efcb122d3de28b6ed04e71c042
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 23:07:20 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 23:07:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18063189
7
8 app-crypt/easy-rsa: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild | 35 --------------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild
16 deleted file mode 100644
17 index 2143895..0000000
18 --- a/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit eutils
28 -
29 -MY_P="EasyRSA-${PV}"
30 -
31 -DESCRIPTION="Small RSA key management package, based on OpenSSL"
32 -HOMEPAGE="http://openvpn.net/"
33 -SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
38 -IUSE="libressl"
39 -
40 -DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )
41 - libressl? ( dev-libs/libressl )"
42 -RDEPEND="${DEPEND}
43 - !<net-misc/openvpn-2.3"
44 -
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -src_install() {
48 - exeinto /usr/share/easy-rsa
49 - doexe easyrsa
50 - insinto /usr/share/easy-rsa
51 - doins vars.example openssl-1.0.cnf x509-types
52 - dodoc README.quickstart.md ChangeLog
53 - dodoc -r doc
54 - doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
55 -}