app-text/sary: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 20:19:06 +0000 (21:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 20:19:41 +0000 (21:19 +0100)
Closes: https://bugs.gentoo.org/664498
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-text/sary/Manifest [deleted file]
app-text/sary/metadata.xml [deleted file]
app-text/sary/sary-1.2.0-r1.ebuild [deleted file]
profiles/package.mask

diff --git a/app-text/sary/Manifest b/app-text/sary/Manifest
deleted file mode 100644 (file)
index 4f68b79..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST sary-1.2.0.tar.gz 393787 BLAKE2B bcfb393dbae4b5edd51b35a9bb542a1988a4293a321a72f9e3fbce48abbd034bcb96bac915fb330166c5d8adcb2f2b572e808b76508c0411521aef722422c074 SHA512 0eeae82a384970b4d96f7a0ca3929e74d17b8b3ebc61459ec9fc7172e61c3835ffe2de8aaab7ebd64f54be24d39f6734949ebc98758c28cec299b3bd25020632
diff --git a/app-text/sary/metadata.xml b/app-text/sary/metadata.xml
deleted file mode 100644 (file)
index c7ef82c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>cjk@gentoo.org</email>
-               <name>Cjk</name>
-       </maintainer>
-       <longdescription>Sary is a suffix array library and tools. It provides
-fast full-text search facilities for text files on the order of 10 to
-100 MB using a data structure called a suffix array. It can also
-search specific fields in a text file by assigning index points to
-those fields.</longdescription>
-       <upstream>
-               <remote-id type="sourceforge">sary</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/app-text/sary/sary-1.2.0-r1.ebuild b/app-text/sary/sary-1.2.0-r1.ebuild
deleted file mode 100644 (file)
index bdf3a8a..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="Sary: suffix array library and tools"
-HOMEPAGE="http://sary.sourceforge.net/"
-SRC_URI="http://sary.sourceforge.net/${P}.tar.gz"
-IUSE="static-libs"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-SLOT="0"
-RESTRICT="test"
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       echo "libsary_la_LIBADD = @GLIB_LIBS@" >> sary/Makefile.am || die
-       sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
-       eautoreconf
-}
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       emake DESTDIR="${D}" \
-               docsdir="${EPREFIX}"/usr/share/doc/${PF}/html \
-               install
-
-       dodoc AUTHORS ChangeLog NEWS README TODO
-
-       if ! use static-libs ; then
-               find "${ED}" -name '*.la' -delete
-       fi
-
-}
index 213831124fceb33c5312259adde0464225c7563e..b1e8a135061c42ca3e9baa97268105c02279387c 100644 (file)
@@ -607,11 +607,6 @@ sci-visualization/gfsview
 app-misc/gourmet
 dev-python/python-poppler
 
-# David Seifert <soap@gentoo.org> (2020-01-21)
-# EAPI 4, last release in 2005, doesn't build, no revdeps.
-# Bug #664498. Removal in 30 days.
-app-text/sary
-
 # Michał Górny <mgorny@gentoo.org> (2020-01-16)
 # The new version loses Python 2 support but does not introduce any real
 # changes.  Let's mask it to reduce the noise, and hopefully try to get