commit:     a4463a826f283632855e83cecbe7de8c17a8f022
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  2 19:48:21 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep  2 20:35:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4463a82

app-i18n/libtabe: Remove last-rited package

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-i18n/libtabe/Manifest                          |  2 -
 app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch    | 24 --------
 app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch | 57 -----------------
 app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild          | 71 ----------------------
 app-i18n/libtabe/metadata.xml                      |  8 ---
 profiles/package.mask                              |  6 --
 6 files changed, 168 deletions(-)

diff --git a/app-i18n/libtabe/Manifest b/app-i18n/libtabe/Manifest
deleted file mode 100644
index ef4285baf21..00000000000
--- a/app-i18n/libtabe/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libtabe_0.2.6-1.2.diff.gz 74362 BLAKE2B 
d09e91bad9e9e3240cdc261140012977f318436af420564692152a8b7a99cd7c427433a6180c1f9490995b43cd95200318ffb5dab68fc18561d7ced58fd00bd6
 SHA512 
011a76f3c8a1c13a6cfd0e96eb41557a8bfbf1aca8cb79daee0f0941b920d25614df5e0479368bf7075cb511851cab4c9113b30656d55b4d29128eb7312d0ef1
-DIST libtabe_0.2.6.orig.tar.gz 1792199 BLAKE2B 
fec2259678a57b144eccf49ba459d2930f89f871873b3547040fd570a0f8510bc84e27609b1ca2d82596d5a025f0bd7251870655f4a83758be806f75db5abb48
 SHA512 
88f1cb279ccf487de5d0f8a1e9eede8d5ca16e4507b59db0b66241d0cdae609ed0b04093a82eabe0569f885aa397c1d5fa3f0ae3c3270a348ce045d73e01fbc7

diff --git a/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch 
b/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch
deleted file mode 100644
index 79964602e75..00000000000
--- a/app-i18n/libtabe/files/libtabe-0.2.6-fabs.patch
+++ /dev/null
@@ -1,24 +0,0 @@
- * QA Notice: Package has poor programming practices which may compile
- *            fine but exhibit random runtime failures.
- *     tabe_tsi.c:385: warning: incompatible implicit declaration of built-in 
function ‘fabs’
- *     tabe_tsi.c:437: warning: incompatible implicit declaration of built-in 
function ‘fabs’
- *     tabe_tsi.c:496: warning: incompatible implicit declaration of built-in 
function ‘fabs’
- * Please do not file a Gentoo bug and instead report the above QA
- * issues directly to the upstream developers of this software.
- * Homepage: https://packages.qa.debian.org/libt/libtabe.html
-
-diff -NrU5 libtabe-0.2.6.orig.really/src/tabe_tsi.c 
libtabe-0.2.6.orig/src/tabe_tsi.c
---- libtabe-0.2.6.orig.really/src/tabe_tsi.c   2008-04-20 01:35:56.000000000 
+0200
-+++ libtabe-0.2.6.orig/src/tabe_tsi.c  2008-04-20 01:36:46.000000000 +0200
-@@ -12,10 +12,11 @@
- #endif
- 
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <math.h>
- 
- #include "tabe.h"
- 
- struct TsiInfo *
- tabeTsiInfoNew(char *str)

diff --git a/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch 
b/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch
deleted file mode 100644
index 0f51b19b71f..00000000000
--- a/app-i18n/libtabe/files/libtabe-0.2.6-ldflags.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff --git a/src/Makefile.in b/src/Makefile.in
-index ada3dca..6acd71c 100644
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -10,7 +10,7 @@ CPPFLAGS        = @CPPFLAGS@
- DEFS            = @DEFS@
- RANLIB          = @RANLIB@
- LN_S            = @LN_S@
--LDFLAGS               = @with_db_lib@
-+LDFLAGS               = @with_db_lib@ @LDFLAGS@
- INC           = @with_db_inc@
- INSTALL         = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -55,7 +55,7 @@ all: $(LIBNAME) @build_supports@
- 
- $(LIBNAME): $(LIBOBJS)
-       $(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
--              -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
-+              -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) 
$(LDFLAGS)
- 
- bims:
-       (cd supports/bims; $(MAKE))
-diff --git a/src/supports/bims/Makefile.in b/src/supports/bims/Makefile.in
-index dc2534d..0e3041b 100644
---- a/src/supports/bims/Makefile.in
-+++ b/src/supports/bims/Makefile.in
-@@ -10,7 +10,7 @@ CPPFLAGS        = @CPPFLAGS@
- DEFS            = @DEFS@
- RANLIB          = @RANLIB@
- LN_S            = @LN_S@
--LDFLAGS         = @with_db_lib@
-+LDFLAGS         = @with_db_lib@ @LDFLAGS@
- INC             = -I../..
- INSTALL         = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -45,7 +45,7 @@ all: $(LIBNAME)
- 
- $(LIBNAME): $(LIBOBJS)
-       $(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
--              -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
-+              -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) 
$(LDFLAGS)
- 
- bims.lo: bims.c bims.h
-       $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(DEFS) $(INC) -o $@ bims.c
-diff --git a/util/Makefile.in b/util/Makefile.in
-index cb82736..16425d1 100644
---- a/util/Makefile.in
-+++ b/util/Makefile.in
-@@ -10,7 +10,7 @@ CPPFLAGS        = @CPPFLAGS@
- DEFS            = @DEFS@
- RANLIB          = @RANLIB@
- LN_S            = @LN_S@
--LDFLAGS         = ../src/libtabe.la @with_db_lib@
-+LDFLAGS         = ../src/libtabe.la @with_db_lib@ @LDFLAGS@
- INC             = -I../src @with_db_inc@
- INSTALL               = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@

diff --git a/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild 
b/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild
deleted file mode 100644
index 62e347d8caf..00000000000
--- a/app-i18n/libtabe/libtabe-0.2.6.1.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WANT_AUTOMAKE=1.11
-
-inherit autotools
-
-DEBIAN_PV=$(ver_rs 3 '-')
-DEBIAN_PATCH=${PN}_${DEBIAN_PV}.diff
-ORIG_PV=${DEBIAN_PV%-*}
-ORIG_P=${PN}-${ORIG_PV}
-
-DESCRIPTION="Libtabe provides bimsphone support for xcin-2.5+"
-HOMEPAGE="https://packages.qa.debian.org/libt/libtabe.html";
-SRC_URI="
-       mirror://debian/pool/main/${PN:0:4}/${PN}/${PN}_${ORIG_PV}.orig.tar.gz
-       mirror://debian/pool/main/${PN:0:4}/libtabe/${DEBIAN_PATCH}.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-
-RDEPEND=">=sys-libs/db-4.5:="
-DEPEND="
-       ${RDEPEND}
-       x11-libs/libX11"
-
-S=${WORKDIR}/${ORIG_P}.orig
-
-PATCHES=(
-       "${WORKDIR}"/${DEBIAN_PATCH}
-       "${FILESDIR}"/${ORIG_P}-fabs.patch
-       "${FILESDIR}"/${ORIG_P}-ldflags.patch
-)
-
-src_prepare() {
-       default
-
-       ln -s script/configure.in configure.ac || die
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --with-db-inc="${EPREFIX}"/usr/include \
-               --with-db-lib="${EPREFIX}"/usr/$(get_libdir) \
-               --with-db-bin="${EPREFIX}"/usr/bin \
-               --with-db-name=db \
-               --enable-shared \
-               --disable-static \
-               $(use_enable debug)
-}
-
-src_compile() {
-       # We execute this serially because the Makefiles don't handle
-       # proper cross-directory references.
-       emake -C src
-       emake -C util
-       emake -C tsi-src
-}
-
-src_install() {
-       default
-       dodoc -r doc/.
-
-       # no static archives
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/app-i18n/libtabe/metadata.xml b/app-i18n/libtabe/metadata.xml
deleted file mode 100644
index c921b96adf6..00000000000
--- a/app-i18n/libtabe/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>c...@gentoo.org</email>
-       <name>Cjk</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index c826e5a4c81..28980a02dbc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -221,12 +221,6 @@ dev-util/pkgconfig
 # Bug #586586, removal in 30 days.
 media-libs/memphis
 
-# David Seifert <s...@gentoo.org> (2021-08-04)
-# Last release 16 years ago, multiple build failures, unmaintained,
-# upstream disappeared, last distro that still packages this.
-# Bug #722376, #742938, #742941, removal in 30 days.
-app-i18n/libtabe
-
 # Andreas Sturmlechner <ast...@gentoo.org> (2021-08-02)
 # Two years after the tracker was opened it is time to mask dev-qt/qtwebkit
 # for good. No commits to upstream repository for >9 months, latest available

Reply via email to