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 63DBA1388C1 for ; Tue, 23 Feb 2016 23:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DCE1E07FE; Tue, 23 Feb 2016 23:18:13 +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 CDEB0E07FE for ; Tue, 23 Feb 2016 23:18:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B59B3340B4D for ; Tue, 23 Feb 2016 23:18:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 385D015FB 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: <1456268791.dd57c2b5821911b1491b7bcf880cb87d24a594ae.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-r1.ebuild X-VCS-Directories: app-crypt/easy-rsa/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: dd57c2b5821911b1491b7bcf880cb87d24a594ae 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: c3716b74-bfb2-4ae0-90fd-a0e4cfa095d2 X-Archives-Hash: 18701e6f73e30786db5dbd9c8ecd56c5 commit: dd57c2b5821911b1491b7bcf880cb87d24a594ae Author: Manuel Rüger gentoo org> AuthorDate: Tue Feb 23 23:06:31 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Feb 23 23:06:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd57c2b5 app-crypt/easy-rsa: Add missed -r option on doins. Thanks to Matt Whitlock. Gentoo-Bug: 575440 Package-Manager: portage-2.2.27 app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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 new file mode 100644 index 0000000..1ff2124 --- /dev/null +++ b/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild @@ -0,0 +1,35 @@ +# 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} + !