public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/
Date: Sat, 25 Jan 2025 17:24:30 +0000 (UTC)	[thread overview]
Message-ID: <1737825844.e2f4867c7659270d19e1a3de839bca2f0d12e02e.sam@gentoo> (raw)

commit:     e2f4867c7659270d19e1a3de839bca2f0d12e02e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 17:21:26 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 17:24:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f4867c

dev-libs/libassuan: drop 2.5.6

I've deliberately kept 2.5.7 for now as the last version before the 3.x
SONAME mess.

Bug: https://bugs.gentoo.org/935028
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libassuan/Manifest               |  2 --
 dev-libs/libassuan/libassuan-2.5.6.ebuild | 56 -------------------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-libs/libassuan/Manifest b/dev-libs/libassuan/Manifest
index 80682a2ca2b8..a1f97e92bfa0 100644
--- a/dev-libs/libassuan/Manifest
+++ b/dev-libs/libassuan/Manifest
@@ -1,5 +1,3 @@
-DIST libassuan-2.5.6.tar.bz2 577012 BLAKE2B 462af1eab69e157f65f8134a492cde01dd1e0ee00609f2c2585e742fb9c5532b3fd96054b4fb7449e305690f70aa7a120085db42e2de2e3b0ef8b1603e7e5846 SHA512 dcca942d222a2c226a7e34ba7988ee0c3c55bd6032166eb472caf2053db89aeeea7a40e93d8c2887c7ee73c5f838e8b0725e8cfb595accc1606646559362f7ee
-DIST libassuan-2.5.6.tar.bz2.sig 119 BLAKE2B 379c6566b2369550bfc4b4616fb71ebdbd9947c183488e2af2261db79be3fc34c5691918f3c560b46c20e02e1aa46c44ee31c1fa3727d191f5801831d34e6721 SHA512 c7765530618128a12f1118278d35d8c33d32b560073dbd691cb92c0d94b75fd5fde65cd3f5db717ddfb907b266fdddc1e7a1e2b15b1b89b7470941dbde8162e3
 DIST libassuan-2.5.7.tar.bz2 605076 BLAKE2B 67cb01b7ed9be13a52a37db439666bb8eb709cc63204fe250ff57854459aa8b36655479e887b285fe9ad799c49e66f176f971ab3a871e114cfb217a1f2968d16 SHA512 ca33bd0325bbebccb63b6a84cc0aa5c85b25c6275a68df83aeb3f3729b2cd38220198a941c3479bd461f16b7ddb6b558c0664697ca3153c7fb430544303d773f
 DIST libassuan-2.5.7.tar.bz2.sig 238 BLAKE2B c30005d67cac32857a0dd59dc8a2b9d0d166c6cd6a413742a1d3117c050e9b1b2b96cc4c470fc3e5693ce4c5a422e2cb008b40ef7883a7d039dc9a2234229265 SHA512 b7a798da0e1252acecf8b58b9cc30a5f10fa432d2581c190e4fb064fcf10e9a1b9e07e86c73ee16f0f25ad0e782fac21142875a06487f612268be7f1a09cc1a9
 DIST libassuan-3.0.0.tar.bz2 592353 BLAKE2B c86f7d62413c6f7a228deb47abe0388790a7c0e3c89b5ee7a7a72f72bea6502d5cbe199b10f06efc885af6fefab358dbe0e61a6f798493dcfcc63df0cfacdb55 SHA512 7c5c95c1b85bef2d4890c068a5a8ea8a1fe0d8def6ab09e5f34fc2746d8808bbb0fc168e3bd66d52ee5ed799dcf9f258f4125cda98c8384f6411bcad8d8b3139

diff --git a/dev-libs/libassuan/libassuan-2.5.6.ebuild b/dev-libs/libassuan/libassuan-2.5.6.ebuild
deleted file mode 100644
index e659cd5964e8..000000000000
--- a/dev-libs/libassuan/libassuan-2.5.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Maintainers should:
-# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/
-# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159
-# (find the one for the current release then subscribe to it +
-# any subsequent ones linked within so you're covered for a while.)
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnupg.asc
-inherit libtool verify-sig
-
-DESCRIPTION="IPC library used by GnuPG and GPGME"
-HOMEPAGE="https://www.gnupg.org/related_software/libassuan/index.en.html"
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
-
-LICENSE="GPL-3 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-# Note: On each bump, update dep bounds on each version from configure.ac!
-RDEPEND=">=dev-libs/libgpg-error-1.33"
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-gnupg )"
-
-src_prepare() {
-	default
-
-	if [[ ${CHOST} == *-solaris* ]] ; then
-		elibtoolize
-
-		# fix standards conflict
-		sed -i \
-			-e '/_XOPEN_SOURCE/s/500/600/' \
-			-e 's/_XOPEN_SOURCE_EXTENDED/_NO&/' \
-			-e 's/__EXTENSIONS__/_NO&/' \
-			configure || die
-	fi
-}
-
-src_configure() {
-	local myeconfargs=(
-		GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
-		$("${S}/configure" --help | grep -o -- '--without-.*-prefix')
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	# ppl need to use libassuan-config for --cflags and --libs
-	find "${ED}" -type f -name '*.la' -delete || die
-}


             reply	other threads:[~2025-01-25 17:24 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-25 17:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25  3:40 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/ Matt Turner
2024-10-14 21:59 Sam James
2024-10-10 11:04 Arthur Zamarin
2024-10-09  0:06 Jakov Smolić
2024-10-05 14:30 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 11:48 Arthur Zamarin
2024-07-29 19:47 Fabian Groffen
2024-07-28 13:45 Fabian Groffen
2024-06-25  2:34 Sam James
2024-06-25  1:56 Sam James
2024-06-23  1:49 Sam James
2024-06-01  3:46 Ionen Wolkens
2024-04-29  8:12 Arthur Zamarin
2024-04-29  8:05 Arthur Zamarin
2024-03-07 17:28 Sam James
2024-03-07 17:28 Sam James
2023-08-02 11:22 Arthur Zamarin
2023-08-01 18:27 Arthur Zamarin
2023-07-24 10:05 Jakov Smolić
2023-06-20  1:55 Sam James
2023-06-20  1:54 Sam James
2023-02-24 17:37 Sam James
2022-09-23  2:09 Sam James
2022-06-29  7:26 Sam James
2021-11-29 20:48 Sam James
2021-08-16 20:35 James Le Cuirot
2021-06-13 10:46 Sergei Trofimovich
2021-06-13  6:04 Sam James
2021-06-13  6:04 Sam James
2021-06-12 16:07 Sam James
2021-06-12 15:58 Sam James
2021-06-12 15:56 Sam James
2021-06-12 13:46 Sam James
2021-06-12 13:46 Sam James
2021-06-12 13:46 Sam James
2021-03-28 11:29 Sergei Trofimovich
2021-03-28 10:17 Mikle Kolyada
2021-03-28 10:02 Agostino Sarubbo
2021-03-26 20:39 Agostino Sarubbo
2021-03-26 15:31 Agostino Sarubbo
2021-03-26 14:26 Agostino Sarubbo
2021-03-26 13:40 Agostino Sarubbo
2021-03-25 17:52 Sergei Trofimovich
2021-03-22 19:57 Lars Wendler
2021-02-17 22:11 Sam James
2020-10-24 17:17 Lars Wendler
2020-10-24 13:59 Lars Wendler
2020-09-20 13:36 Mikle Kolyada
2020-09-20 13:36 Mikle Kolyada
2020-08-29 20:00 Sam James
2020-01-13 12:52 Mikle Kolyada
2020-01-09 10:56 Kristian Fiskerstrand
2020-01-09  8:58 Lars Wendler
2019-11-01 10:16 Mikle Kolyada
2019-11-01 10:16 Mikle Kolyada
2019-10-09 18:21 Sergei Trofimovich
2019-10-06  5:50 Matt Turner
2019-10-04 13:15 Agostino Sarubbo
2019-10-02 19:08 Agostino Sarubbo
2019-10-02 18:53 Agostino Sarubbo
2019-09-29 21:00 Sergei Trofimovich
2019-09-29 20:54 Sergei Trofimovich
2019-09-29 19:26 Sergei Trofimovich
2019-09-29  9:11 Sergei Trofimovich
2019-08-19 11:30 Lars Wendler
2019-08-19 11:30 Lars Wendler
2019-05-04 18:29 Andreas K. Hüttel
2018-10-29  8:50 Alon Bar-Lev
2018-10-06  0:32 Alon Bar-Lev
2018-10-05 19:27 Alon Bar-Lev
2018-06-18 18:31 Sergei Trofimovich
2018-06-03 10:01 Mikle Kolyada
2018-03-18  8:15 Matt Turner
2018-03-15 16:00 Mikle Kolyada
2018-03-02 20:35 Mart Raudsepp
2018-01-08 22:50 Thomas Deutschmann
2018-01-07 17:38 Mikle Kolyada
2018-01-06 21:38 Sergei Trofimovich
2018-01-06 21:33 Sergei Trofimovich
2018-01-06 20:24 Sergei Trofimovich
2017-12-20 14:22 Kristian Fiskerstrand
2017-04-11  6:52 Alon Bar-Lev
2017-04-11  6:43 Jeroen Roovers
2017-03-25 18:11 Alon Bar-Lev
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 11:31 Michael Weber
2017-03-21 10:01 Alon Bar-Lev
2017-03-20 12:28 Agostino Sarubbo
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  6:17 Matt Turner
2017-03-20  1:05 Matt Turner
2017-02-24  4:16 Mike Frysinger
2017-02-06 20:11 Fabian Groffen
2017-01-29 16:08 Fabian Groffen
2017-01-18 14:52 Alon Bar-Lev
2016-11-28 23:06 Thomas Deutschmann
2016-09-27 18:41 Markus Meier
2016-09-25 20:07 Jeroen Roovers
2016-09-21 17:48 Tobias Klausmann
2016-07-14 18:01 Kristian Fiskerstrand
2016-06-26 18:31 Markus Meier
2016-06-20 10:43 Tobias Klausmann
2016-01-19 21:23 Manuel Rüger
2015-11-27 18:28 Kristian Fiskerstrand
2015-11-10 11:50 Agostino Sarubbo
2015-11-10 11:50 Agostino Sarubbo
2015-09-27  9:00 Markus Meier
2015-09-16  8:43 Tobias Klausmann
2015-09-12  8:25 Agostino Sarubbo
2015-09-08  4:26 Jeroen Roovers
2015-09-07 20:39 Kristian Fiskerstrand
2015-09-05 16:51 Mikle Kolyada

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=1737825844.e2f4867c7659270d19e1a3de839bca2f0d12e02e.sam@gentoo \
    --to=sam@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