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 AB885158094 for ; Tue, 26 Jul 2022 21:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2CBE0D3C; Tue, 26 Jul 2022 21:42:40 +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 62084E0D37 for ; Tue, 26 Jul 2022 21:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B1B3A33D3C5 for ; Tue, 26 Jul 2022 21:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5898C525 for ; Tue, 26 Jul 2022 21:42:37 +0000 (UTC) From: "Quentin Retornaz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quentin Retornaz" Message-ID: <1658871652.9b64869ea228c3915feb5027f95a6292d94896eb.quentin@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-2.9.2.ebuild dev-libs/openssl/openssl-3.1.3.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: quentin X-VCS-Committer-Name: Quentin Retornaz X-VCS-Revision: 9b64869ea228c3915feb5027f95a6292d94896eb X-VCS-Branch: master Date: Tue, 26 Jul 2022 21:42:37 +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: 67fd0fcf-2f95-4803-a16f-10f34ec6ce58 X-Archives-Hash: a3601a6d0c86b2a6fe3df03813dcc610 commit: 9b64869ea228c3915feb5027f95a6292d94896eb Author: orbea riseup net> AuthorDate: Sun Jul 24 03:51:22 2022 +0000 Commit: Quentin Retornaz retornaz com> CommitDate: Tue Jul 26 21:40:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=9b64869e dev-libs/openssl: Remove old versions Signed-off-by: orbea riseup.net> Signed-off-by: Quentin Retornaz retornaz.com> dev-libs/openssl/openssl-2.9.2.ebuild | 18 ------------------ dev-libs/openssl/openssl-3.1.3.ebuild | 19 ------------------- 2 files changed, 37 deletions(-) diff --git a/dev-libs/openssl/openssl-2.9.2.ebuild b/dev-libs/openssl/openssl-2.9.2.ebuild deleted file mode 100644 index c971c7f..0000000 --- a/dev-libs/openssl/openssl-2.9.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit multilib-minimal - -DESCRIPTION="dummy package for dev-libs/libressl" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL" -LICENSE="metapackage" - -SLOT="0/47" # .so version of libssl/libcrypto -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="+asm bindist static-libs test" - -RDEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]" - -S="${WORKDIR}" diff --git a/dev-libs/openssl/openssl-3.1.3.ebuild b/dev-libs/openssl/openssl-3.1.3.ebuild deleted file mode 100644 index faa9236..0000000 --- a/dev-libs/openssl/openssl-3.1.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit multilib-minimal - -DESCRIPTION="dummy package for dev-libs/libressl" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL" -LICENSE="metapackage" - -SLOT="0/48" # .so version of libssl/libcrypto -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="+asm bindist sslv3 static-libs test" -REQUIRED_USE="!sslv3" - -RDEPEND="dev-libs/libressl:${SLOT}[asm=,static-libs=,test=,${MULTILIB_USEDEP}]" - -S="${WORKDIR}"