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 EECA615800F for ; Fri, 3 Feb 2023 15:08:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4278E077F; Fri, 3 Feb 2023 15:08:44 +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 C5B76E077F for ; Fri, 3 Feb 2023 15:08:44 +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 C63E7340D6C for ; Fri, 3 Feb 2023 15:08:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7198D889 for ; Fri, 3 Feb 2023 15:08:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1675436721.975f59d8a0c7202beb7332be92c8cf97069e4990.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libretls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libretls/Manifest dev-libs/libretls/libretls-3.5.2-r1.ebuild X-VCS-Directories: dev-libs/libretls/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 975f59d8a0c7202beb7332be92c8cf97069e4990 X-VCS-Branch: master Date: Fri, 3 Feb 2023 15:08:41 +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: 24abb6dc-57b3-4b15-ba7e-cecf9cc4534c X-Archives-Hash: 5884832a36a474ffef00d232798aab2a commit: 975f59d8a0c7202beb7332be92c8cf97069e4990 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 3 15:05:21 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 3 15:05:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975f59d8 dev-libs/libretls: Remove old Signed-off-by: Michał Górny gentoo.org> dev-libs/libretls/Manifest | 1 - dev-libs/libretls/libretls-3.5.2-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-libs/libretls/Manifest b/dev-libs/libretls/Manifest index de98aa583b41..697118e47596 100644 --- a/dev-libs/libretls/Manifest +++ b/dev-libs/libretls/Manifest @@ -1,2 +1 @@ -DIST libretls-3.5.2.tar.gz 425404 BLAKE2B b975326c0bd9c2f4adb511f3a6ad4fc8cd9afccd24a3def0c82bf68473b73b93cd83b8b6b3ffb29fc5ba378a9d4fd902dda933f552a02fec374cd56e1690956e SHA512 62eed971cbacb4a50e5ebdad1ea1d57dd3b4f7520634393faf1fc141ef63b6e7d50acbe49747c956fca6b9f2dec8a79ab724df6e08a77858a1624b5a6e3cbe57 DIST libretls-3.7.0.tar.gz 427980 BLAKE2B 291e4da4038b1baf88694c9e38e31b8d656d8ecb2ab397e7ce6efe4cfd55d69ccf03cfbe84fd7858d7d64c2ebb00dd43102dfd2ff9e6a3f3df95924930d2e099 SHA512 18987d09ee804883e2c3cfae1209494b7020d976cc7137ba39540c18e0dc23d25034a46c6c64955201b425ca981e03cbe629f9ff979fd4a72d3dcfbd51efdf84 diff --git a/dev-libs/libretls/libretls-3.5.2-r1.ebuild b/dev-libs/libretls/libretls-3.5.2-r1.ebuild deleted file mode 100644 index 01c1e8509dda..000000000000 --- a/dev-libs/libretls/libretls-3.5.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Port of libtls from LibreSSL to OpenSSL" -HOMEPAGE="https://git.causal.agency/libretls/about/" -SRC_URI="https://causal.agency/libretls/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/22" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -DEPEND=" - dev-libs/openssl:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - virtual/pkgconfig -" - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}