From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B72E1388C0 for ; Tue, 23 Feb 2016 23:18:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92EB021C00A; Tue, 23 Feb 2016 23:18:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A42F21C00A for ; Tue, 23 Feb 2016 23:18:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DDCB340B4D for ; Tue, 23 Feb 2016 23:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AB1016C5 for ; Tue, 23 Feb 2016 23:18:09 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1456268840.180631897af191efcb122d3de28b6ed04e71c042.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild X-VCS-Directories: app-crypt/easy-rsa/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 180631897af191efcb122d3de28b6ed04e71c042 X-VCS-Branch: master Date: Tue, 23 Feb 2016 23:18:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7310d3e4-befb-4a87-8024-d6b58da04021 X-Archives-Hash: 7b11f3d213d3b522c8f2bb3ab3d6de0a commit: 180631897af191efcb122d3de28b6ed04e71c042 Author: Manuel Rüger gentoo org> AuthorDate: Tue Feb 23 23:07:20 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Feb 23 23:07:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18063189 app-crypt/easy-rsa: Remove old Package-Manager: portage-2.2.27 app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild | 35 -------------------------------- 1 file changed, 35 deletions(-) diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild deleted file mode 100644 index 2143895..0000000 --- a/app-crypt/easy-rsa/easy-rsa-3.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -MY_P="EasyRSA-${PV}" - -DESCRIPTION="Small RSA key management package, based on OpenSSL" -HOMEPAGE="http://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} - !