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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAD4D158042 for ; Tue, 15 Oct 2024 20:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3B07E07C9; Tue, 15 Oct 2024 20:09:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8049E07BA for ; Tue, 15 Oct 2024 20:09:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDB85342FEC for ; Tue, 15 Oct 2024 20:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B6811DD1 for ; Tue, 15 Oct 2024 20:09:00 +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: <1729022881.77d7d80dc4b037d2e66dccec933d6b1e6b2263c2.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-4.0.0.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 77d7d80dc4b037d2e66dccec933d6b1e6b2263c2 X-VCS-Branch: master Date: Tue, 15 Oct 2024 20:09:00 +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: a408f40b-a5ca-44d8-bdbf-e8ffc3eeb81d X-Archives-Hash: 12f906cb4d177edbf7ac5582c817c45b commit: 77d7d80dc4b037d2e66dccec933d6b1e6b2263c2 Author: orbea riseup net> AuthorDate: Tue Oct 15 15:51:36 2024 +0000 Commit: orbea riseup net> CommitDate: Tue Oct 15 20:08:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=77d7d80d dev-libs/openssl: add 4.0.0 Signed-off-by: orbea riseup.net> dev-libs/openssl/openssl-4.0.0.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-libs/openssl/openssl-4.0.0.ebuild b/dev-libs/openssl/openssl-4.0.0.ebuild new file mode 100644 index 0000000..08407b1 --- /dev/null +++ b/dev-libs/openssl/openssl-4.0.0.ebuild @@ -0,0 +1,21 @@ +# 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" + +S="${WORKDIR}" + +LICENSE="metapackage" + +SLOT="0/58" # .so version of libssl/libcrypto +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="+asm quic sslv3 static-libs test" +REQUIRED_USE="!quic !sslv3" +RESTRICT="!test? ( test )" + +DEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]"