Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libgpg-error/, dev-libs/libgpg-error/files/
Date: Sat, 26 Dec 2020 21:37:39
Message-Id: 1609017859.13a3bb74203e8ba3c13020d751e58ecbfb40e0a5.sam@gentoo
1 commit: 13a3bb74203e8ba3c13020d751e58ecbfb40e0a5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 21:24:19 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 21:24:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=13a3bb74
7
8 dev-libs/libgpg-error: move to ::gentoo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libgpg-error/Manifest | 2 -
13 .../libgpg-error-1.37-remove_broken_check.patch | 22 -------
14 dev-libs/libgpg-error/libgpg-error-1.39.ebuild | 67 --------------------
15 dev-libs/libgpg-error/libgpg-error-1.41.ebuild | 73 ----------------------
16 dev-libs/libgpg-error/metadata.xml | 11 ----
17 5 files changed, 175 deletions(-)
18
19 diff --git a/dev-libs/libgpg-error/Manifest b/dev-libs/libgpg-error/Manifest
20 deleted file mode 100644
21 index 5aae586e29..0000000000
22 --- a/dev-libs/libgpg-error/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST libgpg-error-1.39.tar.bz2 961676 BLAKE2B 8753a9295ca57ba79142ffbc7fa01a986addcdd6a8860cf80c9e1bf9f6f9dfce874f804205a5cdd956e026eb006f2662110c63e7ed52c7a42ee0c45923ae52be SHA512 b28be183ac3d3920363558c4b5b2c24f9074a302799915cc076674bb349dcfb6f09160bec1d3fb62e04047c3ce432d345f36b0905100a88cc730b53d4eb78e42
26 -DIST libgpg-error-1.41.tar.bz2 967117 BLAKE2B 9dc95bc09f55915d904e0f956ecf9281615028b8b8d876dbc786b752068fefea56adfb5dd5db65bad656ab664d567e56541e44a584c7f8672c30537ed05c4db0 SHA512 578d1d8090b9f6e6cbe59d9aeebec7df81aae492f75ec343f8df530950d30866fa0a7903ca050bf7bf721413f7b2708abe34f7467e2b208cc1447ffc9bd5b9a5
27
28 diff --git a/dev-libs/libgpg-error/files/libgpg-error-1.37-remove_broken_check.patch b/dev-libs/libgpg-error/files/libgpg-error-1.37-remove_broken_check.patch
29 deleted file mode 100644
30 index 2919a9d73b..0000000000
31 --- a/dev-libs/libgpg-error/files/libgpg-error-1.37-remove_broken_check.patch
32 +++ /dev/null
33 @@ -1,22 +0,0 @@
34 -This breaks our multilib builds:
35 -
36 - Confirm gpg-error-config works... no
37 - *** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log
38 -
39 ---- libgpg-error-1.37/src/Makefile.am
40 -+++ libgpg-error-1.37/src/Makefile.am
41 -@@ -338,14 +338,6 @@
42 - cp gpg-error.h gpgrt.h
43 -
44 - gpg-error-config: gpgrt-config gpg-error-config-old
45 -- @echo $(ECHO_N) "Confirm gpg-error-config works... $(ECHO_C)"
46 -- @if ./gpg-error-config-test.sh --old-new; then \
47 -- echo "good"; \
48 -- else \
49 -- echo "no"; \
50 -- echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
51 -- exit 1; \
52 -- fi
53 - cp gpg-error-config-old $@
54 -
55 - install-data-local:
56
57 diff --git a/dev-libs/libgpg-error/libgpg-error-1.39.ebuild b/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
58 deleted file mode 100644
59 index 567d65a509..0000000000
60 --- a/dev-libs/libgpg-error/libgpg-error-1.39.ebuild
61 +++ /dev/null
62 @@ -1,67 +0,0 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=7
67 -
68 -inherit autotools libtool multilib-minimal toolchain-funcs prefix
69 -
70 -DESCRIPTION="Contains error handling functions used by GnuPG software"
71 -HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error"
72 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
73 -
74 -LICENSE="GPL-2 LGPL-2.1"
75 -SLOT="0"
76 -KEYWORDS="~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
77 -IUSE="common-lisp nls static-libs"
78 -
79 -RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
80 -DEPEND="${RDEPEND}"
81 -BDEPEND="nls? ( sys-devel/gettext )"
82 -
83 -MULTILIB_CHOST_TOOLS=(
84 - /usr/bin/gpg-error-config
85 -)
86 -MULTILIB_WRAPPED_HEADERS=(
87 - /usr/include/gpg-error.h
88 - /usr/include/gpgrt.h
89 -)
90 -
91 -PATCHES=( "${FILESDIR}/${PN}-1.37-remove_broken_check.patch" )
92 -
93 -src_prepare() {
94 - default
95 -
96 - # don't hardcode /usr/xpg4/bin/sh as shell on Solaris
97 - sed -i -e 's/solaris\*/disabled/' configure.ac || die
98 -
99 - # only necessary for as long as we run eautoreconf, configure.ac
100 - # uses ./autogen.sh to generate PACKAGE_VERSION, but autogen.sh is
101 - # not a pure /bin/sh script, so it fails on some hosts
102 - hprefixify -w 1 autogen.sh
103 - eautoreconf
104 -
105 - # upstream seems not interested in trying to understand (#584330)
106 - # https://lists.gnupg.org/pipermail/gnupg-devel/2017-March/032671.html
107 - # again reported as https://dev.gnupg.org/T4474
108 - einfo "Forcing -no-undefined libtool flag ..."
109 - sed -i -e 's/\$(no_undefined)/-no-undefined/' src/Makefile.in
110 - eend $? || die
111 -}
112 -
113 -multilib_src_configure() {
114 - local myeconfargs=(
115 - $(multilib_is_native_abi || echo --disable-languages)
116 - $(use_enable common-lisp languages)
117 - $(use_enable nls)
118 - $(use_enable static-libs static)
119 - --enable-threads
120 - CC_FOR_BUILD="$(tc-getBUILD_CC)"
121 - $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
122 - )
123 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
124 -}
125 -
126 -multilib_src_install_all() {
127 - einstalldocs
128 - find "${ED}" -type f -name '*.la' -delete || die
129 -}
130
131 diff --git a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild
132 deleted file mode 100644
133 index be7802c9db..0000000000
134 --- a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild
135 +++ /dev/null
136 @@ -1,73 +0,0 @@
137 -# Copyright 1999-2020 Gentoo Authors
138 -# Distributed under the terms of the GNU General Public License v2
139 -
140 -EAPI=7
141 -
142 -inherit autotools libtool multilib-minimal toolchain-funcs prefix
143 -
144 -DESCRIPTION="Contains error handling functions used by GnuPG software"
145 -HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error"
146 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
147 -
148 -LICENSE="GPL-2 LGPL-2.1"
149 -SLOT="0"
150 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
151 -IUSE="common-lisp nls"
152 -
153 -RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"
154 -DEPEND="${RDEPEND}"
155 -BDEPEND="nls? ( sys-devel/gettext )"
156 -
157 -MULTILIB_CHOST_TOOLS=(
158 - /usr/bin/gpg-error-config
159 -)
160 -MULTILIB_WRAPPED_HEADERS=(
161 - /usr/include/gpg-error.h
162 - /usr/include/gpgrt.h
163 -)
164 -
165 -PATCHES=(
166 - "${FILESDIR}/${PN}-1.37-remove_broken_check.patch"
167 -)
168 -
169 -src_prepare() {
170 - default
171 -
172 - if use prefix ; then
173 - # don't hardcode /usr/xpg4/bin/sh as shell on Solaris
174 - sed -i -e 's/solaris\*/disabled/' configure.ac || die
175 - fi
176 -
177 - # only necessary for as long as we run eautoreconf, configure.ac
178 - # uses ./autogen.sh to generate PACKAGE_VERSION, but autogen.sh is
179 - # not a pure /bin/sh script, so it fails on some hosts
180 - hprefixify -w 1 autogen.sh
181 - eautoreconf
182 -
183 - if use prefix ; then
184 - # upstream seems not interested in trying to understand (#584330)
185 - # https://lists.gnupg.org/pipermail/gnupg-devel/2017-March/032671.html
186 - # again reported as https://dev.gnupg.org/T4474
187 - einfo "Forcing -no-undefined libtool flag ..."
188 - sed -i -e 's/\$(no_undefined)/-no-undefined/' src/Makefile.in
189 - eend $? || die
190 - fi
191 -}
192 -
193 -multilib_src_configure() {
194 - local myeconfargs=(
195 - $(multilib_is_native_abi || echo --disable-languages)
196 - $(use_enable common-lisp languages)
197 - $(use_enable nls)
198 - --disable-static
199 - --enable-threads
200 - CC_FOR_BUILD="$(tc-getBUILD_CC)"
201 - $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
202 - )
203 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
204 -}
205 -
206 -multilib_src_install_all() {
207 - einstalldocs
208 - find "${ED}" -type f -name '*.la' -delete || die
209 -}
210
211 diff --git a/dev-libs/libgpg-error/metadata.xml b/dev-libs/libgpg-error/metadata.xml
212 deleted file mode 100644
213 index 89e984954f..0000000000
214 --- a/dev-libs/libgpg-error/metadata.xml
215 +++ /dev/null
216 @@ -1,11 +0,0 @@
217 -<?xml version="1.0" encoding="UTF-8"?>
218 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
219 -<pkgmetadata>
220 - <maintainer type="project">
221 - <email>crypto@g.o</email>
222 - <name>Crypto</name>
223 - </maintainer>
224 - <use>
225 - <flag name="common-lisp">Install common-lisp files</flag>
226 - </use>
227 -</pkgmetadata>