From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C996F158041 for ; Mon, 11 Mar 2024 00:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A73E29B2; Mon, 11 Mar 2024 00:42:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56D39E29B2 for ; Mon, 11 Mar 2024 00:42:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41B3733BEF1 for ; Mon, 11 Mar 2024 00:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B6841514 for ; Mon, 11 Mar 2024 00:42:38 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1710096093.9d9c57f41f9b6afb32e1b46e26428e888335a98d.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/openssl/openssl-3.9.0.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 9d9c57f41f9b6afb32e1b46e26428e888335a98d X-VCS-Branch: master Date: Mon, 11 Mar 2024 00:42:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54b7ffa8-0df4-4e97-9ea4-b3229bc86f98 X-Archives-Hash: d741da480044f8497921f40f502a12ae commit: 9d9c57f41f9b6afb32e1b46e26428e888335a98d Author: orbea riseup net> AuthorDate: Sun Mar 10 17:52:10 2024 +0000 Commit: orbea riseup net> CommitDate: Sun Mar 10 18:41:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9d9c57f4 dev-libs/openssl: add 3.9.0 Signed-off-by: orbea riseup.net> dev-libs/openssl/openssl-3.9.0.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-libs/openssl/openssl-3.9.0.ebuild b/dev-libs/openssl/openssl-3.9.0.ebuild new file mode 100644 index 0000000..fc3e964 --- /dev/null +++ b/dev-libs/openssl/openssl-3.9.0.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/56" # .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}"