commit:     161be59ab1a15e6d61552c4b1474bc2f3ca6a9dc
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 21:37:55 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 21:37:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161be59a

app-crypt/easy-rsa: Remove old

Package-Manager: portage-2.2.27

 app-crypt/easy-rsa/Manifest                        |  1 -
 app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild        | 37 ----------------------
 .../easy-rsa/files/easy-rsa-2.0.0-pkcs11.patch     | 36 ---------------------
 app-crypt/easy-rsa/files/no-licenses.patch         | 14 --------
 4 files changed, 88 deletions(-)

diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
index f1fa3a8..6f2a55d 100644
--- a/app-crypt/easy-rsa/Manifest
+++ b/app-crypt/easy-rsa/Manifest
@@ -1,2 +1 @@
 DIST EasyRSA-2.2.2.tgz 10492 SHA256 
68da869085dde7c6a964e9c6104b86e4af91c4c592f8ec2a2f6cfc9d20808991 SHA512 
b09bd1a71c1bfeb3c2ff63f10b7781badf6d2b4888d97d917565436435b85fb90eebf7727db293bdc44039f23c7f3c3c4e762a22bf7d6e9ed7642a2f07e1ffe4
 WHIRLPOOL 
27b7d761a317d8787526dbdc1878e62326e6ca13730ddf9b50fe918f010c23d1535dfa4f6bfb76bf26bd005942105a0e862359579faf7b6fe803ad7ca53d627e
-DIST easy-rsa-2.2.0_master.tar.gz 80460 SHA256 
d23ddc3a764b40d03ada76f387c92ae4dcf4f5266da54c2bae130325b05eebe2 SHA512 
81b5d6e805c5d9fcadf6425dbc311b6a151d857cb837ce9b419b653ee546e5742d13864d25e9ab8caffee95e5116d1611323288e80c65c3c88730533919e2fb4
 WHIRLPOOL 
ff65ca8e3b47123aa3765937d508682afe51c9831e8dbc3e57cb5000088cc69ad5e086618e647e90677481c2d5e7d34733fd7ba50a067810e1a42c876d348823

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
deleted file mode 100644
index 59e09d6..0000000
--- a/app-crypt/easy-rsa/easy-rsa-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Small RSA key management package, based on OpenSSL"
-HOMEPAGE="http://openvpn.net/";
-SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/openssl-0.9.6:0"
-RDEPEND="${DEPEND}
-       !<net-misc/openvpn-2.3"
-
-S="${WORKDIR}/${P}_master"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-2.0.0-pkcs11.patch \
-               "${FILESDIR}"/no-licenses.patch
-}
-
-src_configure() {
-       econf --docdir="${EPREFIX}/usr/share/doc/${PF}"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
-}

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
deleted file mode 100644
index c7115cc..0000000
--- a/app-crypt/easy-rsa/files/easy-rsa-2.0.0-pkcs11.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/easy-rsa/2.0/openssl-0.9.8.cnf b/easy-rsa/2.0/openssl-0.9.8.cnf
-index 340b8af..89602a2 100755
---- a/easy-rsa/2.0/openssl-0.9.8.cnf
-+++ b/easy-rsa/2.0/openssl-0.9.8.cnf
-@@ -283,8 +283,8 @@ authorityKeyIdentifier=keyid:always,issuer:always
- #pkcs11 = pkcs11_section
- 
- [ pkcs11_section ]
--engine_id = pkcs11
--dynamic_path = /usr/lib/engines/engine_pkcs11.so
--MODULE_PATH = $ENV::PKCS11_MODULE_PATH
--PIN = $ENV::PKCS11_PIN
--init = 0
-+#engine_id = pkcs11
-+#dynamic_path = /usr/lib/engines/engine_pkcs11.so
-+#MODULE_PATH = $ENV::PKCS11_MODULE_PATH
-+#PIN = $ENV::PKCS11_PIN
-+#init = 0
-diff --git a/easy-rsa/2.0/openssl-1.0.0.cnf b/easy-rsa/2.0/openssl-1.0.0.cnf
-index fa258a5..527919d 100755
---- a/easy-rsa/2.0/openssl-1.0.0.cnf
-+++ b/easy-rsa/2.0/openssl-1.0.0.cnf
-@@ -278,8 +278,8 @@ authorityKeyIdentifier=keyid:always,issuer:always
- #pkcs11 = pkcs11_section
- 
- [ pkcs11_section ]
--engine_id = pkcs11
--dynamic_path = /usr/lib/engines/engine_pkcs11.so
--MODULE_PATH = $ENV::PKCS11_MODULE_PATH
--PIN = $ENV::PKCS11_PIN
--init = 0
-+#engine_id = pkcs11
-+#dynamic_path = /usr/lib/engines/engine_pkcs11.so
-+#MODULE_PATH = $ENV::PKCS11_MODULE_PATH
-+#PIN = $ENV::PKCS11_PIN
-+#init = 0

diff --git a/app-crypt/easy-rsa/files/no-licenses.patch 
b/app-crypt/easy-rsa/files/no-licenses.patch
deleted file mode 100644
index 40290cb..0000000
--- a/app-crypt/easy-rsa/files/no-licenses.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.in        2013-05-22 12:38:10.685814374 +0200
-+++ Makefile.in.new    2013-05-22 12:40:30.484539547 +0200
-@@ -186,10 +186,7 @@
- 
- EXTRA_DIST = easy-rsa
- SUBDIRS = doc distro
--dist_doc_DATA = \
--      COPYRIGHT.GPL \
--      COPYING
--
-+dist_doc_DATA = 
- dist_easyrsa_DATA = 
- all: all-recursive
- 

Reply via email to