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/libksba/
Date: Sat, 25 Jan 2025 17:24:30 +0000 (UTC)	[thread overview]
Message-ID: <1737825842.5200c1417b1d19a6eae58a2176072d05f218351f.sam@gentoo> (raw)

commit:     5200c1417b1d19a6eae58a2176072d05f218351f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 17:20:00 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 17:24:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5200c141

dev-libs/libksba: drop 1.6.5, 1.6.6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libksba/Manifest             |  4 ---
 dev-libs/libksba/libksba-1.6.5.ebuild | 62 -----------------------------------
 dev-libs/libksba/libksba-1.6.6.ebuild | 62 -----------------------------------
 3 files changed, 128 deletions(-)

diff --git a/dev-libs/libksba/Manifest b/dev-libs/libksba/Manifest
index 287f14a52a75..250b2f5895c3 100644
--- a/dev-libs/libksba/Manifest
+++ b/dev-libs/libksba/Manifest
@@ -1,6 +1,2 @@
-DIST libksba-1.6.5.tar.bz2 708400 BLAKE2B 934bde6412de6c1f3062b101930d7b2beac3f6e3f2fbeb5c964a6252b68a3b70c7cb3a48c7eac04b7f1d2ea3c717e1c7e164c1bc6113b46244b9dd130c64b540 SHA512 959312ac0bb2dabcdd22217266daccdf3938d62ff2936c767cade76888757ece1bb6fe79f2c679db03d1baf3919757265d0ded216fee8b8d235e94a70fcf05de
-DIST libksba-1.6.5.tar.bz2.sig 119 BLAKE2B 70f290ed44160af2882b5f2543965e3003dd0fd106ab6eaa1f7dfbb878d1f0402c16f3e802af6be589e501e17d0ead82c03afe73c8353b314c8cafb24e7d4a11 SHA512 e70f136edcf29bf931eccaf930e0ae644fd372e0a6f472599898d2fd5e44e64ab2cea63b0be2b1d9a468f73f607881dfdf06adfe6d1fc9ebd66b21e4c245f837
-DIST libksba-1.6.6.tar.bz2 708510 BLAKE2B 9985b16e946d6b407b5acbf005610cfb2f01d2a733ddff110e329dec8d95bd248cce6e9936d441676a4b06f031cc9122e26146a0f6d36cb343fb9ec16aef3627 SHA512 3b30bef9452ae0c52b4a52e9145fbd6dc57cf7a2b59302e3af063db6b45384e8ed7af62604efd7939b9e0cb5931e946b15609888e9699fafe4acbb0cbf138087
-DIST libksba-1.6.6.tar.bz2.sig 238 BLAKE2B 0d62b39821dee0a3f921e87190247cacec1fcde253d26773a378f3a55a61468feba7b79fc875b1b2b8735f9ff310467dc30d8e5b5b06f37bd1ef4744a3fbfeec SHA512 053b594044ea2d5ad90341e14cf9969e3d8695e4671586cbcdf12d33c7864bf258fcf4474ea09db9612677cb239cb629d6b61799f684a1d838a57c0b53e27bf8
 DIST libksba-1.6.7.tar.bz2 706437 BLAKE2B 95f51bc9a0a7ee14b91089aded3a420cf2f986a1599e39e36dc46fd0b71bef465af9c6576c19516d0aadae67399eca69ae0448239216ba486812884ebefa1ae7 SHA512 60cb9df9f502ca479818f45b78c4bc2b78f6f359be2b8da489ea98f8896a43ab2c20cf97526b79a3220fb32f1701e62a6481fe61e91e567186ecf4f33d8e64d3
 DIST libksba-1.6.7.tar.bz2.sig 119 BLAKE2B 74b3fd7682ae526c7430fe3792f873838c366ec0de1d80b699370a8cefdfdfc386f883b1d45df8df62e64d9de992f4bbfa7f74cfbb38419694f1a11ff1d3110a SHA512 97df523f0640f8fed0c3c7603218058021475d5b0e47a36610aa88312a6bb5f302e1e2016f5721a9077d0d27b35b28c7c96d9843866c957c965b2c580d3ee60b

diff --git a/dev-libs/libksba/libksba-1.6.5.ebuild b/dev-libs/libksba/libksba-1.6.5.ebuild
deleted file mode 100644
index 45f7d7ba863e..000000000000
--- a/dev-libs/libksba/libksba-1.6.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 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
-# in-source builds are not supported: https://dev.gnupg.org/T6313#166339
-inherit toolchain-funcs out-of-source verify-sig libtool
-
-DESCRIPTION="X.509 and CMS (PKCS#7) library"
-HOMEPAGE="https://www.gnupg.org/related_software/libksba"
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
-
-LICENSE="LGPL-3+ GPL-2+ GPL-3"
-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"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libgpg-error-1.33"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-alternatives/yacc
-	verify-sig? ( sec-keys/openpgp-keys-gnupg )
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.6.0-no-fgrep-ksba-config.patch
-)
-
-src_prepare() {
-	default
-
-	elibtoolize  # necessary on Solaris for shared lib support
-}
-
-my_src_configure() {
-	export CC_FOR_BUILD="$(tc-getBUILD_CC)"
-
-	local myeconfargs=(
-		--disable-valgrind-tests
-		$(use_enable static-libs static)
-
-		GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
-		LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config"
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-my_src_install() {
-	default
-
-	# People need to use ksba-config for --cflags and --libs
-	find "${ED}" -type f -name '*.la' -delete || die
-}

diff --git a/dev-libs/libksba/libksba-1.6.6.ebuild b/dev-libs/libksba/libksba-1.6.6.ebuild
deleted file mode 100644
index 45f7d7ba863e..000000000000
--- a/dev-libs/libksba/libksba-1.6.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 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
-# in-source builds are not supported: https://dev.gnupg.org/T6313#166339
-inherit toolchain-funcs out-of-source verify-sig libtool
-
-DESCRIPTION="X.509 and CMS (PKCS#7) library"
-HOMEPAGE="https://www.gnupg.org/related_software/libksba"
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
-
-LICENSE="LGPL-3+ GPL-2+ GPL-3"
-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"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libgpg-error-1.33"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-alternatives/yacc
-	verify-sig? ( sec-keys/openpgp-keys-gnupg )
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.6.0-no-fgrep-ksba-config.patch
-)
-
-src_prepare() {
-	default
-
-	elibtoolize  # necessary on Solaris for shared lib support
-}
-
-my_src_configure() {
-	export CC_FOR_BUILD="$(tc-getBUILD_CC)"
-
-	local myeconfargs=(
-		--disable-valgrind-tests
-		$(use_enable static-libs static)
-
-		GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
-		LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config"
-	)
-
-	econf "${myeconfargs[@]}"
-}
-
-my_src_install() {
-	default
-
-	# People need to use ksba-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: 141+ 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 --
2024-11-02  2:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libksba/ Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-07-23  5:02 Sam James
2024-06-23  1:49 Sam James
2024-04-24 10:45 Sam James
2024-03-19  3:42 Ionen Wolkens
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-03-04  4:17 Sam James
2024-02-27 22:06 Sam James
2024-02-27 22:06 Sam James
2024-01-03  2:20 Ionen Wolkens
2023-12-22  7:21 Arthur Zamarin
2023-12-21 16:01 Arthur Zamarin
2023-12-21 15:15 Sam James
2023-12-21 14:12 Arthur Zamarin
2023-12-21 12:56 Sam James
2023-12-21 12:56 Sam James
2023-12-21 11:55 Sam James
2023-12-01 19:47 Arthur Zamarin
2023-11-17  3:36 Sam James
2023-09-22 20:52 Sam James
2023-09-22 20:25 Sam James
2023-09-22 20:25 Sam James
2023-09-22 20:25 Sam James
2023-09-22 20:25 Sam James
2023-09-22 18:37 Arthur Zamarin
2023-08-21 19:39 Sam James
2023-08-04 20:20 Arthur Zamarin
2023-08-02  5:04 Arthur Zamarin
2023-07-24 12:07 Jakov Smolić
2023-06-19 21:28 Sam James
2023-06-07 19:34 Fabian Groffen
2023-05-04 12:05 Sam James
2022-12-21  2:23 Sam James
2022-12-20  9:38 Sam James
2022-12-20  9:14 Sam James
2022-12-20  9:11 Sam James
2022-12-20  9:11 Sam James
2022-12-20  9:11 Sam James
2022-12-20  9:11 Sam James
2022-12-20  8:57 Sam James
2022-12-20  8:57 Sam James
2022-12-20  8:15 Sam James
2022-10-20 10:56 Jakov Smolić
2022-10-18 10:23 Agostino Sarubbo
2022-10-18  5:42 Sam James
2022-10-17 19:23 Sam James
2022-10-17 17:38 Arthur Zamarin
2022-10-17 17:30 Arthur Zamarin
2022-10-17 17:26 Arthur Zamarin
2022-10-17 16:49 Sam James
2022-10-08 12:54 Sam James
2022-09-16 23:25 Sam James
2022-09-11 17:49 Sam James
2022-08-10 13:05 Sam James
2022-06-29  7:26 Sam James
2022-06-15  8:09 Agostino Sarubbo
2022-06-15  7:16 Agostino Sarubbo
2022-06-14 10:07 Agostino Sarubbo
2022-06-14  7:32 Agostino Sarubbo
2022-06-14  7:15 Agostino Sarubbo
2022-06-14  7:06 Jakov Smolić
2022-06-14  5:54 Jakov Smolić
2022-06-14  5:54 Jakov Smolić
2021-08-16 20:35 James Le Cuirot
2021-06-12 15:43 Sam James
2021-06-12 15:43 Sam James
2021-06-11 20:39 Sergei Trofimovich
2021-06-11  8:56 Agostino Sarubbo
2021-06-11  8:55 Agostino Sarubbo
2021-06-11  8:50 Agostino Sarubbo
2021-06-11  2:23 Sam James
2021-06-11  2:23 Sam James
2021-06-10 22:21 Sam James
2021-06-10 19:17 Lars Wendler
2021-04-07  6:42 Lars Wendler
2021-04-07  6:42 Lars Wendler
2021-03-27 16:04 Sam James
2021-03-26 18:36 Sam James
2021-03-26 15:14 Agostino Sarubbo
2021-03-26 12:08 Agostino Sarubbo
2021-03-26 11:34 Sam James
2021-03-26  0:08 Sam James
2021-03-26  0:08 Sam James
2021-03-25 23:42 Sam James
2021-03-25 17:52 Sergei Trofimovich
2020-12-27 14:21 Fabian Groffen
2020-11-19  9:36 Lars Wendler
2020-05-20 19:14 Lars Wendler
2020-01-13 12:52 Mikle Kolyada
2020-01-09 10:56 Kristian Fiskerstrand
2020-01-09  9:22 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-03 10:01 Mikle Kolyada
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-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-01-29 16:19 Fabian Groffen
2016-11-11 16:01 Alon Bar-Lev
2016-09-29 13:28 Agostino Sarubbo
2016-09-29 12:35 Agostino Sarubbo
2016-09-29  9:35 Agostino Sarubbo
2016-09-29  8:40 Agostino Sarubbo
2016-09-24 19:20 Markus Meier
2016-09-23  7:18 Alon Bar-Lev
2016-09-19 13:32 Jeroen Roovers
2016-09-16 17:15 Tobias Klausmann
2016-09-13 11:37 Agostino Sarubbo
2016-09-13  0:13 Thomas Deutschmann
2016-07-08 12:02 Agostino Sarubbo
2016-07-08 10:02 Agostino Sarubbo
2016-07-08  7:53 Agostino Sarubbo
2016-06-27  8:47 Agostino Sarubbo
2016-06-21 11:32 Jeroen Roovers
2016-06-10 13:01 Agostino Sarubbo
2016-06-07  6:33 Jeroen Roovers
2016-06-06  7:52 Tobias Klausmann
2016-05-11  9:27 Alon Bar-Lev

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=1737825842.5200c1417b1d19a6eae58a2176072d05f218351f.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