Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-i18n/libtabe/, app-i18n/libtabe/files/
Date: Thu, 02 Sep 2021 20:37:21
Message-Id: 1630614926.a4463a826f283632855e83cecbe7de8c17a8f022.jsmolic@gentoo
1 commit: a4463a826f283632855e83cecbe7de8c17a8f022
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 19:48:21 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 20:35:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4463a82
7
8 app-i18n/libtabe: Remove last-rited package
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-i18n/libtabe/Manifest | 2 -
13 app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch | 24 --------
14 app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch | 57 -----------------
15 app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild | 71 ----------------------
16 app-i18n/libtabe/metadata.xml | 8 ---
17 profiles/package.mask | 6 --
18 6 files changed, 168 deletions(-)
19
20 diff --git a/app-i18n/libtabe/Manifest b/app-i18n/libtabe/Manifest
21 deleted file mode 100644
22 index ef4285baf21..00000000000
23 --- a/app-i18n/libtabe/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST libtabe_0.2.6-1.2.diff.gz 74362 BLAKE2B d09e91bad9e9e3240cdc261140012977f318436af420564692152a8b7a99cd7c427433a6180c1f9490995b43cd95200318ffb5dab68fc18561d7ced58fd00bd6 SHA512 011a76f3c8a1c13a6cfd0e96eb41557a8bfbf1aca8cb79daee0f0941b920d25614df5e0479368bf7075cb511851cab4c9113b30656d55b4d29128eb7312d0ef1
27 -DIST libtabe_0.2.6.orig.tar.gz 1792199 BLAKE2B fec2259678a57b144eccf49ba459d2930f89f871873b3547040fd570a0f8510bc84e27609b1ca2d82596d5a025f0bd7251870655f4a83758be806f75db5abb48 SHA512 88f1cb279ccf487de5d0f8a1e9eede8d5ca16e4507b59db0b66241d0cdae609ed0b04093a82eabe0569f885aa397c1d5fa3f0ae3c3270a348ce045d73e01fbc7
28
29 diff --git a/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch b/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch
30 deleted file mode 100644
31 index 79964602e75..00000000000
32 --- a/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch
33 +++ /dev/null
34 @@ -1,24 +0,0 @@
35 - * QA Notice: Package has poor programming practices which may compile
36 - * fine but exhibit random runtime failures.
37 - * tabe_tsi.c:385: warning: incompatible implicit declaration of built-in function ‘fabs’
38 - * tabe_tsi.c:437: warning: incompatible implicit declaration of built-in function ‘fabs’
39 - * tabe_tsi.c:496: warning: incompatible implicit declaration of built-in function ‘fabs’
40 - * Please do not file a Gentoo bug and instead report the above QA
41 - * issues directly to the upstream developers of this software.
42 - * Homepage: https://packages.qa.debian.org/libt/libtabe.html
43 -
44 -diff -NrU5 libtabe-0.2.6.orig.really/src/tabe_tsi.c libtabe-0.2.6.orig/src/tabe_tsi.c
45 ---- libtabe-0.2.6.orig.really/src/tabe_tsi.c 2008-04-20 01:35:56.000000000 +0200
46 -+++ libtabe-0.2.6.orig/src/tabe_tsi.c 2008-04-20 01:36:46.000000000 +0200
47 -@@ -12,10 +12,11 @@
48 - #endif
49 -
50 - #include <stdio.h>
51 - #include <stdlib.h>
52 - #include <string.h>
53 -+#include <math.h>
54 -
55 - #include "tabe.h"
56 -
57 - struct TsiInfo *
58 - tabeTsiInfoNew(char *str)
59
60 diff --git a/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch b/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch
61 deleted file mode 100644
62 index 0f51b19b71f..00000000000
63 --- a/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch
64 +++ /dev/null
65 @@ -1,57 +0,0 @@
66 -diff --git a/src/Makefile.in b/src/Makefile.in
67 -index ada3dca..6acd71c 100644
68 ---- a/src/Makefile.in
69 -+++ b/src/Makefile.in
70 -@@ -10,7 +10,7 @@ CPPFLAGS = @CPPFLAGS@
71 - DEFS = @DEFS@
72 - RANLIB = @RANLIB@
73 - LN_S = @LN_S@
74 --LDFLAGS = @with_db_lib@
75 -+LDFLAGS = @with_db_lib@ @LDFLAGS@
76 - INC = @with_db_inc@
77 - INSTALL = @INSTALL@
78 - INSTALL_PROGRAM = @INSTALL_PROGRAM@
79 -@@ -55,7 +55,7 @@ all: $(LIBNAME) @build_supports@
80 -
81 - $(LIBNAME): $(LIBOBJS)
82 - $(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
83 -- -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
84 -+ -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) $(LDFLAGS)
85 -
86 - bims:
87 - (cd supports/bims; $(MAKE))
88 -diff --git a/src/supports/bims/Makefile.in b/src/supports/bims/Makefile.in
89 -index dc2534d..0e3041b 100644
90 ---- a/src/supports/bims/Makefile.in
91 -+++ b/src/supports/bims/Makefile.in
92 -@@ -10,7 +10,7 @@ CPPFLAGS = @CPPFLAGS@
93 - DEFS = @DEFS@
94 - RANLIB = @RANLIB@
95 - LN_S = @LN_S@
96 --LDFLAGS = @with_db_lib@
97 -+LDFLAGS = @with_db_lib@ @LDFLAGS@
98 - INC = -I../..
99 - INSTALL = @INSTALL@
100 - INSTALL_PROGRAM = @INSTALL_PROGRAM@
101 -@@ -45,7 +45,7 @@ all: $(LIBNAME)
102 -
103 - $(LIBNAME): $(LIBOBJS)
104 - $(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
105 -- -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
106 -+ -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) $(LDFLAGS)
107 -
108 - bims.lo: bims.c bims.h
109 - $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(DEFS) $(INC) -o $@ bims.c
110 -diff --git a/util/Makefile.in b/util/Makefile.in
111 -index cb82736..16425d1 100644
112 ---- a/util/Makefile.in
113 -+++ b/util/Makefile.in
114 -@@ -10,7 +10,7 @@ CPPFLAGS = @CPPFLAGS@
115 - DEFS = @DEFS@
116 - RANLIB = @RANLIB@
117 - LN_S = @LN_S@
118 --LDFLAGS = ../src/libtabe.la @with_db_lib@
119 -+LDFLAGS = ../src/libtabe.la @with_db_lib@ @LDFLAGS@
120 - INC = -I../src @with_db_inc@
121 - INSTALL = @INSTALL@
122 - INSTALL_PROGRAM = @INSTALL_PROGRAM@
123
124 diff --git a/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild b/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild
125 deleted file mode 100644
126 index 62e347d8caf..00000000000
127 --- a/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild
128 +++ /dev/null
129 @@ -1,71 +0,0 @@
130 -# Copyright 1999-2019 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=7
134 -
135 -WANT_AUTOMAKE=1.11
136 -
137 -inherit autotools
138 -
139 -DEBIAN_PV=$(ver_rs 3 '-')
140 -DEBIAN_PATCH=${PN}_${DEBIAN_PV}.diff
141 -ORIG_PV=${DEBIAN_PV%-*}
142 -ORIG_P=${PN}-${ORIG_PV}
143 -
144 -DESCRIPTION="Libtabe provides bimsphone support for xcin-2.5+"
145 -HOMEPAGE="https://packages.qa.debian.org/libt/libtabe.html"
146 -SRC_URI="
147 - mirror://debian/pool/main/${PN:0:4}/${PN}/${PN}_${ORIG_PV}.orig.tar.gz
148 - mirror://debian/pool/main/${PN:0:4}/libtabe/${DEBIAN_PATCH}.gz"
149 -
150 -LICENSE="BSD"
151 -SLOT="0"
152 -KEYWORDS="amd64 ppc x86"
153 -IUSE="debug"
154 -
155 -RDEPEND=">=sys-libs/db-4.5:="
156 -DEPEND="
157 - ${RDEPEND}
158 - x11-libs/libX11"
159 -
160 -S=${WORKDIR}/${ORIG_P}.orig
161 -
162 -PATCHES=(
163 - "${WORKDIR}"/${DEBIAN_PATCH}
164 - "${FILESDIR}"/${ORIG_P}-fabs.patch
165 - "${FILESDIR}"/${ORIG_P}-ldflags.patch
166 -)
167 -
168 -src_prepare() {
169 - default
170 -
171 - ln -s script/configure.in configure.ac || die
172 - eautoreconf
173 -}
174 -
175 -src_configure() {
176 - econf \
177 - --with-db-inc="${EPREFIX}"/usr/include \
178 - --with-db-lib="${EPREFIX}"/usr/$(get_libdir) \
179 - --with-db-bin="${EPREFIX}"/usr/bin \
180 - --with-db-name=db \
181 - --enable-shared \
182 - --disable-static \
183 - $(use_enable debug)
184 -}
185 -
186 -src_compile() {
187 - # We execute this serially because the Makefiles don't handle
188 - # proper cross-directory references.
189 - emake -C src
190 - emake -C util
191 - emake -C tsi-src
192 -}
193 -
194 -src_install() {
195 - default
196 - dodoc -r doc/.
197 -
198 - # no static archives
199 - find "${D}" -name '*.la' -delete || die
200 -}
201
202 diff --git a/app-i18n/libtabe/metadata.xml b/app-i18n/libtabe/metadata.xml
203 deleted file mode 100644
204 index c921b96adf6..00000000000
205 --- a/app-i18n/libtabe/metadata.xml
206 +++ /dev/null
207 @@ -1,8 +0,0 @@
208 -<?xml version="1.0" encoding="UTF-8"?>
209 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
210 -<pkgmetadata>
211 -<maintainer type="project">
212 - <email>cjk@g.o</email>
213 - <name>Cjk</name>
214 -</maintainer>
215 -</pkgmetadata>
216
217 diff --git a/profiles/package.mask b/profiles/package.mask
218 index c826e5a4c81..28980a02dbc 100644
219 --- a/profiles/package.mask
220 +++ b/profiles/package.mask
221 @@ -221,12 +221,6 @@ dev-util/pkgconfig
222 # Bug #586586, removal in 30 days.
223 media-libs/memphis
224
225 -# David Seifert <soap@g.o> (2021-08-04)
226 -# Last release 16 years ago, multiple build failures, unmaintained,
227 -# upstream disappeared, last distro that still packages this.
228 -# Bug #722376, #742938, #742941, removal in 30 days.
229 -app-i18n/libtabe
230 -
231 # Andreas Sturmlechner <asturm@g.o> (2021-08-02)
232 # Two years after the tracker was opened it is time to mask dev-qt/qtwebkit
233 # for good. No commits to upstream repository for >9 months, latest available