diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-22 13:49:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-22 13:49:58 +0300 |
commit | 17bd7dd96e69a0313f16cab87c9363b22676332d (patch) | |
tree | 5bc243456b626f5e65011e4f2d3f5a1bef893e6a /app-crypt/easy-rsa | |
parent | app-crypt/easy-rsa: mark stable (diff) | |
download | gentoo-17bd7dd96e69a0313f16cab87c9363b22676332d.tar.gz gentoo-17bd7dd96e69a0313f16cab87c9363b22676332d.tar.bz2 gentoo-17bd7dd96e69a0313f16cab87c9363b22676332d.zip |
app-crypt/easy-rsa: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/easy-rsa')
-rw-r--r-- | app-crypt/easy-rsa/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild | 34 | ||||
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild | 34 |
3 files changed, 0 insertions, 70 deletions
diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest index 337dfc59efcb..6dbd7e7b877c 100644 --- a/app-crypt/easy-rsa/Manifest +++ b/app-crypt/easy-rsa/Manifest @@ -1,3 +1 @@ -DIST EasyRSA-3.0.1.tgz 40960 BLAKE2B 8f1be521da9c57abc911b771188bd6e3e0732fa03445de2ca5815ac4d16cd59993e2dcc7c714c6bf1ff151ab9e95b5c9578504ece3787996d30ed37972ec6047 SHA512 d20f646e33ec803444dfcd446553f1d6001227fedec93280c212b34cccee11b184599f1b2ae6a3ce9cf6c9ac52f2b840ebb645536df6ddf55382fa25c22df81f -DIST EasyRSA-3.0.3.tgz 40960 BLAKE2B 1ada3a467bda797d35204d5a03b94a750e339a7ec8a7806007eee4b6b5442e76a2472a404fb7e963fefc42385474a0197eeaec8fa27c2b737f7f4ff55b4e2878 SHA512 c8cdc31d67e63f9e8338095fa4534bb141d857a8a9f510bef1af32270b8421952e569253bc8b7a51ebf1b443a6ad5c7cd011b258d7c9f56426ecd3f2b710b6f9 DIST EasyRSA-3.0.4.tgz 37721 BLAKE2B 84d81eb86dfee42f6de935cbd308262d36626170880a24d260dd8ae708d6340feb63866cb1704c9209675112eef4a251399e19948e88067e90b410c00707a770 SHA512 0bc145e510891af022c05427436c3ec7a29fce9d83e022954acd0cc470c88c43f5549af0b6263b46e8dc5fd167621a118cba0c01a514c51032cea8f1efbb9787 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 deleted file mode 100644 index a55b4861b7cf..000000000000 --- a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -MY_P="EasyRSA-${PV}" - -DESCRIPTION="Small RSA key management package, based on OpenSSL" -HOMEPAGE="https://openvpn.net/" -SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" -IUSE="libressl" - -DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 ) - libressl? ( dev-libs/libressl )" -RDEPEND="${DEPEND} - !<net-vpn/openvpn-2.3" - -S="${WORKDIR}/${MY_P}" - -src_install() { - exeinto /usr/share/easy-rsa - doexe easyrsa - insinto /usr/share/easy-rsa - doins -r vars.example openssl-1.0.cnf x509-types - dodoc README.quickstart.md ChangeLog - dodoc -r doc - doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa -} diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild deleted file mode 100644 index 5604cb713a69..000000000000 --- a/app-crypt/easy-rsa/easy-rsa-3.0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -MY_P="EasyRSA-${PV}" - -DESCRIPTION="Small RSA key management package, based on OpenSSL" -HOMEPAGE="https://openvpn.net/" -SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/v${PV}/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="libressl" - -DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 ) - libressl? ( dev-libs/libressl )" -RDEPEND="${DEPEND} - !<net-vpn/openvpn-2.3" - -S="${WORKDIR}/${MY_P}" - -src_install() { - exeinto /usr/share/easy-rsa - doexe easyrsa - insinto /usr/share/easy-rsa - doins -r vars.example openssl-1.0.cnf x509-types - dodoc README.quickstart.md ChangeLog - dodoc -r doc - doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa -} |