public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libretls/
Date: Sat, 18 Dec 2021 18:27:30 +0000 (UTC)	[thread overview]
Message-ID: <1639852047.19bf5d18a03dde62b54bca58edc0ac8517aeeb34.mgorny@gentoo> (raw)

commit:     19bf5d18a03dde62b54bca58edc0ac8517aeeb34
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 18 18:26:26 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 18 18:27:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bf5d18

dev-libs/libretls: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libretls/Manifest              |  2 --
 dev-libs/libretls/libretls-3.3.3.ebuild | 30 ------------------------------
 dev-libs/libretls/libretls-3.3.4.ebuild | 30 ------------------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-libs/libretls/Manifest b/dev-libs/libretls/Manifest
index 3cf76ee442de..0ae0e65d0208 100644
--- a/dev-libs/libretls/Manifest
+++ b/dev-libs/libretls/Manifest
@@ -1,3 +1 @@
-DIST libretls-3.3.3.tar.gz 434208 BLAKE2B 74dd3d4e0a1aff8295b4c5023c2736006c2a8a0dab1e82457c5ec9d4c27ae57816557810b3a714bb5bbb9a560eb0dd5667af1097f1727878b1844a3e8bfa4323 SHA512 21128107ce833690f43400b11c2a841373bbe1f045a6db5ad6cbcbee181ddf97c173bb05ba41805ee0324d7435a52ad3027551f20083df9a3d052956a412bccd
-DIST libretls-3.3.4.tar.gz 434605 BLAKE2B 08f85c420952599375ab3905238bb3fac474b2b97b6359517201dc85e5bf2d5dc9825c0ca186560435cf2a6ea5a6733e39d772116a892904ed0cc6f08e0f3f3f SHA512 ae6f1b7bf9f61948e88ce87c93921b2b27652d85a95062f38abe7dfbb30d40c974c79b7d6faab43b3a987abff5e761b5c2a1982af8cc1511fb3136c580a0e3d6
 DIST libretls-3.4.1.tar.gz 435404 BLAKE2B 11b828f5c058b929d1d4bc0cd3c53f17592c113f10f6bb73f8b7e672b5ab376e768e33893c4fcf5c0b447bc5cd30012c8aaaf5b639cb4962f4e0849ac3ee6cf1 SHA512 5d8b8d6cafd4b3c7e97eb417dad35a415bd69d599e9ee720f5598452a6750589b570ffa52718062d2ae3477df81b2316064577a25d2c68fa673082bb766b16ad

diff --git a/dev-libs/libretls/libretls-3.3.3.ebuild b/dev-libs/libretls/libretls-3.3.3.ebuild
deleted file mode 100644
index abfa537f5063..000000000000
--- a/dev-libs/libretls/libretls-3.3.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal
-
-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"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-DEPEND="dev-libs/openssl:="
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-multilib_src_configure() {
-	local myconf=(
-		--disable-static
-	)
-	ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libretls/libretls-3.3.4.ebuild b/dev-libs/libretls/libretls-3.3.4.ebuild
deleted file mode 100644
index 6ffcd1305e5b..000000000000
--- a/dev-libs/libretls/libretls-3.3.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-minimal
-
-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"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-DEPEND="dev-libs/openssl:="
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-multilib_src_configure() {
-	local myconf=(
-		--disable-static
-	)
-	ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2021-12-18 18:27 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-18 18:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28  1:59 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libretls/ Sam James
2024-05-28  1:59 Sam James
2024-01-17  5:33 Sam James
2023-11-12  3:59 Michał Górny
2023-11-11 21:03 Arthur Zamarin
2023-11-11 20:02 Sam James
2023-10-12  4:23 Michał Górny
2023-02-03 15:08 Michał Górny
2023-02-03 12:46 Sam James
2023-02-03 12:34 Sam James
2023-02-03 12:33 Sam James
2023-02-03 12:31 Arthur Zamarin
2023-02-03 12:26 Arthur Zamarin
2023-02-03 12:20 Sam James
2022-12-24  7:41 Michał Górny
2022-09-19  6:42 Michał Górny
2022-09-05 17:43 Michał Górny
2022-09-05 14:03 Agostino Sarubbo
2022-09-04 21:49 Jakov Smolić
2022-09-04 18:43 Arthur Zamarin
2022-09-04 18:21 Arthur Zamarin
2022-09-04 18:21 Arthur Zamarin
2022-09-04 17:45 Sam James
2022-07-14 18:02 Fabian Groffen
2022-06-30  9:07 Marek Szuba
2022-05-14  7:28 Michał Górny
2022-04-27 20:17 Michał Górny
2022-04-27 19:17 Arthur Zamarin
2022-04-27 19:02 Arthur Zamarin
2022-04-27 18:31 Arthur Zamarin
2022-04-27 18:20 Sam James
2022-04-27 18:20 Sam James
2022-04-27 18:16 Arthur Zamarin
2022-03-26 19:24 Michał Górny
2022-03-26 19:11 Arthur Zamarin
2022-03-25  7:48 Agostino Sarubbo
2022-03-25  7:47 Agostino Sarubbo
2022-03-25  7:46 Agostino Sarubbo
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-03-22  6:35 Michał Górny
2022-02-28  8:28 Michał Górny
2022-01-17  2:19 Anthony G. Basile
2021-12-18 18:10 Sam James
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-11-06 19:56 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:33 Sam James
2021-11-05 10:04 Agostino Sarubbo
2021-11-05  2:20 Sam James
2021-10-17 11:01 Michał Górny
2021-09-25 15:17 Anthony G. Basile
2021-07-06  7:58 Michał Górny
2021-07-06  1:48 Sam James
2021-07-03  6:22 Agostino Sarubbo
2021-07-03  6:20 Agostino Sarubbo
2021-07-03  1:32 Sam James
2021-07-03  1:30 Sam James
2021-07-03  1:28 Sam James
2021-05-26  8:19 Michał Górny
2021-05-03 17:09 Mikle Kolyada
2021-02-25  9:53 Sam James
2021-02-25  7:31 Sam James
2021-02-25  2:50 Sam James
2021-02-24 20:25 Sam James
2021-02-24 20:24 Sam James
2021-02-23 18:13 Sergei Trofimovich
2021-02-21  8:30 Joshua Kinard
2021-02-18  7:27 Sam James
2021-01-19 14:25 Sam James
2021-01-19  2:24 Sam James
2021-01-10 15:50 Sergei Trofimovich
2021-01-09 19:09 Sam James
2021-01-09 19:09 Sam James
2021-01-08  7:24 Sergei Trofimovich
2021-01-06 17:35 Sergei Trofimovich
2020-12-31  3:43 Mike Gilbert
2020-12-29 18:29 Anthony G. Basile
2020-12-29 18:25 Anthony G. Basile
2020-12-29 12:15 Michał Górny
2020-12-29 12:11 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1639852047.19bf5d18a03dde62b54bca58edc0ac8517aeeb34.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox