Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/
Date: Fri, 23 Sep 2022 02:09:28
Message-Id: 1663898931.03b43c2eee6467ff575f249edb007cb560d7cf10.sam@gentoo
1 commit: 03b43c2eee6467ff575f249edb007cb560d7cf10
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 02:00:03 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 02:08:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b43c2e
7
8 dev-libs/libassuan: drop 2.5.3, 2.5.4
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libassuan/Manifest | 2 --
13 dev-libs/libassuan/libassuan-2.5.3.ebuild | 48 -------------------------------
14 dev-libs/libassuan/libassuan-2.5.4.ebuild | 48 -------------------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/dev-libs/libassuan/Manifest b/dev-libs/libassuan/Manifest
18 index 29c8687e0d4e..6b903682dc78 100644
19 --- a/dev-libs/libassuan/Manifest
20 +++ b/dev-libs/libassuan/Manifest
21 @@ -1,3 +1 @@
22 -DIST libassuan-2.5.3.tar.bz2 572348 BLAKE2B ae3a5a9a03e85d62cf87271cd4a0718a2b89a4f90ea814837913e4b2bb6e5af9746e766d99685cc0cc3a801efaee597e491a2bc03d42ac26059580ea4680fd7a SHA512 e7ccb651ea75b07b2e687d48d86d0ab83cba8e2af7f30da2aec794808e13e6ec93f21d607db50d3431f1c23cb3a07a2793b71170e69fa2f5a82cffb81961f617
23 -DIST libassuan-2.5.4.tar.bz2 574039 BLAKE2B 2eec42c47840741a4726fc35c3ed04300e5fbcd37f808b121534aeaa04d0d0f609a30ad48cfbe33a81ee4b2ebbb822b9a48a5c602268f1b802bf5d7d19d72e9c SHA512 764993d5311c24f0c0f970016e903e1a16783a2050c42072dbc1bc4f350f119e53b0be17ed6df25a0086bc9f8c25ee4f3134330577968480997263f95e05594f
24 DIST libassuan-2.5.5.tar.bz2 572263 BLAKE2B 24952e97c757b97c387ab4c2c4bf7b040f2874e9326c129805c7f5326fa14d80e083b0842e336a635531a2c8d4a66d428c816bae6b175f1c4518add1ffa3554d SHA512 70117f77aa43bbbe0ed28da5ef23834c026780a74076a92ec775e30f851badb423e9a2cb9e8d142c94e4f6f8a794988c1b788fd4bd2271e562071adf0ab16403
25
26 diff --git a/dev-libs/libassuan/libassuan-2.5.3.ebuild b/dev-libs/libassuan/libassuan-2.5.3.ebuild
27 deleted file mode 100644
28 index 345ce33518f8..000000000000
29 --- a/dev-libs/libassuan/libassuan-2.5.3.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit libtool
38 -
39 -DESCRIPTION="IPC library used by GnuPG and GPGME"
40 -HOMEPAGE="https://www.gnupg.org/related_software/libassuan/index.en.html"
41 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-3 LGPL-2.1"
44 -SLOT="0"
45 -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"
46 -
47 -# Note: On each bump, update dep bounds on each version from configure.ac!
48 -RDEPEND=">=dev-libs/libgpg-error-1.8"
49 -DEPEND="${RDEPEND}"
50 -
51 -src_prepare() {
52 - default
53 -
54 - if [[ ${CHOST} == *-solaris* ]] ; then
55 - elibtoolize
56 -
57 - # fix standards conflict
58 - sed -i \
59 - -e '/_XOPEN_SOURCE/s/500/600/' \
60 - -e 's/_XOPEN_SOURCE_EXTENDED/_NO&/' \
61 - -e 's/__EXTENSIONS__/_NO&/' \
62 - configure || die
63 - fi
64 -}
65 -
66 -src_configure() {
67 - local myeconfargs=(
68 - --disable-static
69 - GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
70 - $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
71 - )
72 - econf "${myeconfargs[@]}"
73 -}
74 -
75 -src_install() {
76 - default
77 - # ppl need to use libassuan-config for --cflags and --libs
78 - find "${ED}" -type f -name '*.la' -delete || die
79 -}
80
81 diff --git a/dev-libs/libassuan/libassuan-2.5.4.ebuild b/dev-libs/libassuan/libassuan-2.5.4.ebuild
82 deleted file mode 100644
83 index bdc2724f1d1c..000000000000
84 --- a/dev-libs/libassuan/libassuan-2.5.4.ebuild
85 +++ /dev/null
86 @@ -1,48 +0,0 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -
92 -inherit libtool
93 -
94 -DESCRIPTION="IPC library used by GnuPG and GPGME"
95 -HOMEPAGE="https://www.gnupg.org/related_software/libassuan/index.en.html"
96 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
97 -
98 -LICENSE="GPL-3 LGPL-2.1"
99 -SLOT="0"
100 -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"
101 -
102 -# Note: On each bump, update dep bounds on each version from configure.ac!
103 -RDEPEND=">=dev-libs/libgpg-error-1.17"
104 -DEPEND="${RDEPEND}"
105 -
106 -src_prepare() {
107 - default
108 -
109 - if [[ ${CHOST} == *-solaris* ]] ; then
110 - elibtoolize
111 -
112 - # fix standards conflict
113 - sed -i \
114 - -e '/_XOPEN_SOURCE/s/500/600/' \
115 - -e 's/_XOPEN_SOURCE_EXTENDED/_NO&/' \
116 - -e 's/__EXTENSIONS__/_NO&/' \
117 - configure || die
118 - fi
119 -}
120 -
121 -src_configure() {
122 - local myeconfargs=(
123 - --disable-static
124 - GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
125 - $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
126 - )
127 - econf "${myeconfargs[@]}"
128 -}
129 -
130 -src_install() {
131 - default
132 - # ppl need to use libassuan-config for --cflags and --libs
133 - find "${ED}" -type f -name '*.la' -delete || die
134 -}