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 F1109158041 for ; Fri, 5 Apr 2024 01:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD951E2A2C; Fri, 5 Apr 2024 01:28:21 +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 A0A8FE2A2C for ; Fri, 5 Apr 2024 01:28:21 +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 88858343247 for ; Fri, 5 Apr 2024 01:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 276B2167E for ; Fri, 5 Apr 2024 01:28:19 +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: <1712280435.62b14f75168c4c7781c4eb2f2d88a15570e25c43.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.6.3.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 62b14f75168c4c7781c4eb2f2d88a15570e25c43 X-VCS-Branch: master Date: Fri, 5 Apr 2024 01:28:19 +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: 80c64061-80c9-422f-ba62-6c77c26475cd X-Archives-Hash: 0582eeb274fcb4bfc5207ca24b3dd59e commit: 62b14f75168c4c7781c4eb2f2d88a15570e25c43 Author: orbea riseup net> AuthorDate: Fri Apr 5 01:27:15 2024 +0000 Commit: orbea riseup net> CommitDate: Fri Apr 5 01:27:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=62b14f75 dev-libs/openssl: drop 3.6.3 Signed-off-by: orbea riseup.net> dev-libs/openssl/openssl-3.6.3.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-libs/openssl/openssl-3.6.3.ebuild b/dev-libs/openssl/openssl-3.6.3.ebuild deleted file mode 100644 index 8561085..0000000 --- a/dev-libs/openssl/openssl-3.6.3.ebuild +++ /dev/null @@ -1,20 +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" -LICENSE="metapackage" - -SLOT="0/53" # .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}"