Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/
Date: Sat, 22 Sep 2018 10:50:22
Message-Id: 1537613398.17bd7dd96e69a0313f16cab87c9363b22676332d.zlogene@gentoo
1 commit: 17bd7dd96e69a0313f16cab87c9363b22676332d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 22 10:49:58 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 22 10:49:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17bd7dd9
7
8 app-crypt/easy-rsa: Drop old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 app-crypt/easy-rsa/Manifest | 2 --
13 app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild | 34 -----------------------------
14 app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild | 34 -----------------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
18 index 337dfc59efc..6dbd7e7b877 100644
19 --- a/app-crypt/easy-rsa/Manifest
20 +++ b/app-crypt/easy-rsa/Manifest
21 @@ -1,3 +1 @@
22 -DIST EasyRSA-3.0.1.tgz 40960 BLAKE2B 8f1be521da9c57abc911b771188bd6e3e0732fa03445de2ca5815ac4d16cd59993e2dcc7c714c6bf1ff151ab9e95b5c9578504ece3787996d30ed37972ec6047 SHA512 d20f646e33ec803444dfcd446553f1d6001227fedec93280c212b34cccee11b184599f1b2ae6a3ce9cf6c9ac52f2b840ebb645536df6ddf55382fa25c22df81f
23 -DIST EasyRSA-3.0.3.tgz 40960 BLAKE2B 1ada3a467bda797d35204d5a03b94a750e339a7ec8a7806007eee4b6b5442e76a2472a404fb7e963fefc42385474a0197eeaec8fa27c2b737f7f4ff55b4e2878 SHA512 c8cdc31d67e63f9e8338095fa4534bb141d857a8a9f510bef1af32270b8421952e569253bc8b7a51ebf1b443a6ad5c7cd011b258d7c9f56426ecd3f2b710b6f9
24 DIST EasyRSA-3.0.4.tgz 37721 BLAKE2B 84d81eb86dfee42f6de935cbd308262d36626170880a24d260dd8ae708d6340feb63866cb1704c9209675112eef4a251399e19948e88067e90b410c00707a770 SHA512 0bc145e510891af022c05427436c3ec7a29fce9d83e022954acd0cc470c88c43f5549af0b6263b46e8dc5fd167621a118cba0c01a514c51032cea8f1efbb9787
25
26 diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild
27 deleted file mode 100644
28 index a55b4861b7c..00000000000
29 --- a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit eutils
38 -
39 -MY_P="EasyRSA-${PV}"
40 -
41 -DESCRIPTION="Small RSA key management package, based on OpenSSL"
42 -HOMEPAGE="https://openvpn.net/"
43 -SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
48 -IUSE="libressl"
49 -
50 -DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )
51 - libressl? ( dev-libs/libressl )"
52 -RDEPEND="${DEPEND}
53 - !<net-vpn/openvpn-2.3"
54 -
55 -S="${WORKDIR}/${MY_P}"
56 -
57 -src_install() {
58 - exeinto /usr/share/easy-rsa
59 - doexe easyrsa
60 - insinto /usr/share/easy-rsa
61 - doins -r vars.example openssl-1.0.cnf x509-types
62 - dodoc README.quickstart.md ChangeLog
63 - dodoc -r doc
64 - doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
65 -}
66
67 diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild
68 deleted file mode 100644
69 index 5604cb713a6..00000000000
70 --- a/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild
71 +++ /dev/null
72 @@ -1,34 +0,0 @@
73 -# Copyright 1999-2018 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -
78 -inherit eutils
79 -
80 -MY_P="EasyRSA-${PV}"
81 -
82 -DESCRIPTION="Small RSA key management package, based on OpenSSL"
83 -HOMEPAGE="https://openvpn.net/"
84 -SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/v${PV}/${MY_P}.tgz"
85 -
86 -LICENSE="GPL-2"
87 -SLOT="0"
88 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
89 -IUSE="libressl"
90 -
91 -DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )
92 - libressl? ( dev-libs/libressl )"
93 -RDEPEND="${DEPEND}
94 - !<net-vpn/openvpn-2.3"
95 -
96 -S="${WORKDIR}/${MY_P}"
97 -
98 -src_install() {
99 - exeinto /usr/share/easy-rsa
100 - doexe easyrsa
101 - insinto /usr/share/easy-rsa
102 - doins -r vars.example openssl-1.0.cnf x509-types
103 - dodoc README.quickstart.md ChangeLog
104 - dodoc -r doc
105 - doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
106 -}