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 9A140158042 for ; Wed, 13 Nov 2024 02:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7C5BE082F; Wed, 13 Nov 2024 02:31:01 +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 CD6C5E082F for ; Wed, 13 Nov 2024 02:31:01 +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 CB2CB342FDE for ; Wed, 13 Nov 2024 02:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3759B1E65 for ; Wed, 13 Nov 2024 02:30:59 +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: <1731465010.3542651f5b0a7fe8f99812d6fc2d33b49218cb71.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.8.1.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 3542651f5b0a7fe8f99812d6fc2d33b49218cb71 X-VCS-Branch: master Date: Wed, 13 Nov 2024 02:30:59 +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: 04f169b9-3a21-4f8f-ae7b-e07895eb10b8 X-Archives-Hash: c6564d90576756091602b7255af46322 commit: 3542651f5b0a7fe8f99812d6fc2d33b49218cb71 Author: orbea riseup net> AuthorDate: Wed Nov 13 02:30:10 2024 +0000 Commit: orbea riseup net> CommitDate: Wed Nov 13 02:30:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=3542651f dev-libs/openssl: drop 3.8.1 Signed-off-by: orbea riseup.net> dev-libs/openssl/openssl-3.8.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-libs/openssl/openssl-3.8.1.ebuild b/dev-libs/openssl/openssl-3.8.1.ebuild deleted file mode 100644 index d60bdeb..0000000 --- a/dev-libs/openssl/openssl-3.8.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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/55" # .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}]"