From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/
Date: Fri, 23 Sep 2022 02:09:24 +0000 (UTC) [thread overview]
Message-ID: <1663898931.03b43c2eee6467ff575f249edb007cb560d7cf10.sam@gentoo> (raw)
commit: 03b43c2eee6467ff575f249edb007cb560d7cf10
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 02:00:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 02:08:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b43c2e
dev-libs/libassuan: drop 2.5.3, 2.5.4
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libassuan/Manifest | 2 --
dev-libs/libassuan/libassuan-2.5.3.ebuild | 48 -------------------------------
dev-libs/libassuan/libassuan-2.5.4.ebuild | 48 -------------------------------
3 files changed, 98 deletions(-)
diff --git a/dev-libs/libassuan/Manifest b/dev-libs/libassuan/Manifest
index 29c8687e0d4e..6b903682dc78 100644
--- a/dev-libs/libassuan/Manifest
+++ b/dev-libs/libassuan/Manifest
@@ -1,3 +1 @@
-DIST libassuan-2.5.3.tar.bz2 572348 BLAKE2B ae3a5a9a03e85d62cf87271cd4a0718a2b89a4f90ea814837913e4b2bb6e5af9746e766d99685cc0cc3a801efaee597e491a2bc03d42ac26059580ea4680fd7a SHA512 e7ccb651ea75b07b2e687d48d86d0ab83cba8e2af7f30da2aec794808e13e6ec93f21d607db50d3431f1c23cb3a07a2793b71170e69fa2f5a82cffb81961f617
-DIST libassuan-2.5.4.tar.bz2 574039 BLAKE2B 2eec42c47840741a4726fc35c3ed04300e5fbcd37f808b121534aeaa04d0d0f609a30ad48cfbe33a81ee4b2ebbb822b9a48a5c602268f1b802bf5d7d19d72e9c SHA512 764993d5311c24f0c0f970016e903e1a16783a2050c42072dbc1bc4f350f119e53b0be17ed6df25a0086bc9f8c25ee4f3134330577968480997263f95e05594f
DIST libassuan-2.5.5.tar.bz2 572263 BLAKE2B 24952e97c757b97c387ab4c2c4bf7b040f2874e9326c129805c7f5326fa14d80e083b0842e336a635531a2c8d4a66d428c816bae6b175f1c4518add1ffa3554d SHA512 70117f77aa43bbbe0ed28da5ef23834c026780a74076a92ec775e30f851badb423e9a2cb9e8d142c94e4f6f8a794988c1b788fd4bd2271e562071adf0ab16403
diff --git a/dev-libs/libassuan/libassuan-2.5.3.ebuild b/dev-libs/libassuan/libassuan-2.5.3.ebuild
deleted file mode 100644
index 345ce33518f8..000000000000
--- a/dev-libs/libassuan/libassuan-2.5.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit libtool
-
-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"
-
-LICENSE="GPL-3 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Note: On each bump, update dep bounds on each version from configure.ac!
-RDEPEND=">=dev-libs/libgpg-error-1.8"
-DEPEND="${RDEPEND}"
-
-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=(
- --disable-static
- 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
-}
diff --git a/dev-libs/libassuan/libassuan-2.5.4.ebuild b/dev-libs/libassuan/libassuan-2.5.4.ebuild
deleted file mode 100644
index bdc2724f1d1c..000000000000
--- a/dev-libs/libassuan/libassuan-2.5.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit libtool
-
-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"
-
-LICENSE="GPL-3 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Note: On each bump, update dep bounds on each version from configure.ac!
-RDEPEND=">=dev-libs/libgpg-error-1.17"
-DEPEND="${RDEPEND}"
-
-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=(
- --disable-static
- 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
-}
next reply other threads:[~2022-09-23 2:09 UTC|newest]
Thread overview: 115+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-23 2:09 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-14 21:59 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/ 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-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=1663898931.03b43c2eee6467ff575f249edb007cb560d7cf10.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