commit:     820a08f769b6ff1aba3011c6f95c0299bb6045b3
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Thu Aug 31 23:26:16 2023 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Thu Aug 31 23:26:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=820a08f7

dev-libs/openssl: add 3.8.1

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-libs/openssl/openssl-3.8.1.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-libs/openssl/openssl-3.8.1.ebuild 
b/dev-libs/openssl/openssl-3.8.1.ebuild
new file mode 100644
index 0000000..017f858
--- /dev/null
+++ b/dev-libs/openssl/openssl-3.8.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="dummy package for dev-libs/libressl"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL";
+LICENSE="metapackage"
+
+SLOT="0/55" # .so version of libssl/libcrypto
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="+asm sslv3 static-libs test"
+REQUIRED_USE="!sslv3"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]"
+
+S="${WORKDIR}"

Reply via email to