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 091DC1384B4 for ; Sun, 6 Dec 2015 20:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B95ECE08FB; Sun, 6 Dec 2015 20:07:52 +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 58905E08FB for ; Sun, 6 Dec 2015 20:07:47 +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 6271934072E for ; Sun, 6 Dec 2015 20:07:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2943AA91 for ; Sun, 6 Dec 2015 20:07:39 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1449432415.48f522ef0252dca88d842d7c5fddf01830f1081b.djc@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-2.2.2-r1.ebuild X-VCS-Directories: app-crypt/easy-rsa/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 48f522ef0252dca88d842d7c5fddf01830f1081b X-VCS-Branch: master Date: Sun, 6 Dec 2015 20:07:39 +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: d2fa572e-41ba-4144-9597-1c5a8d03767e X-Archives-Hash: 72bedcac91ec04d8472fa7c767a4740e commit: 48f522ef0252dca88d842d7c5fddf01830f1081b Author: Dirkjan Ochtman gentoo org> AuthorDate: Sun Dec 6 19:37:05 2015 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Sun Dec 6 20:06:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f522ef app-crypt/easy-rsa: add libressl support (fixes bug 565240) Package-Manager: portage-2.2.20.1 app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild new file mode 100644 index 0000000..a3cbd8c --- /dev/null +++ b/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 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} + !