Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sary/, profiles/
Date: Fri, 21 Feb 2020 20:20:00
Message-Id: 1582316381.034b6a22c26cbb8b05e5affd6f4b1c2be872d7d8.mgorny@gentoo
1 commit: 034b6a22c26cbb8b05e5affd6f4b1c2be872d7d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 20:19:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 20:19:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034b6a22
7
8 app-text/sary: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/664498
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-text/sary/Manifest | 1 -
14 app-text/sary/metadata.xml | 16 ---------------
15 app-text/sary/sary-1.2.0-r1.ebuild | 41 --------------------------------------
16 profiles/package.mask | 5 -----
17 4 files changed, 63 deletions(-)
18
19 diff --git a/app-text/sary/Manifest b/app-text/sary/Manifest
20 deleted file mode 100644
21 index 4f68b792fa7..00000000000
22 --- a/app-text/sary/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST sary-1.2.0.tar.gz 393787 BLAKE2B bcfb393dbae4b5edd51b35a9bb542a1988a4293a321a72f9e3fbce48abbd034bcb96bac915fb330166c5d8adcb2f2b572e808b76508c0411521aef722422c074 SHA512 0eeae82a384970b4d96f7a0ca3929e74d17b8b3ebc61459ec9fc7172e61c3835ffe2de8aaab7ebd64f54be24d39f6734949ebc98758c28cec299b3bd25020632
26
27 diff --git a/app-text/sary/metadata.xml b/app-text/sary/metadata.xml
28 deleted file mode 100644
29 index c7ef82c510d..00000000000
30 --- a/app-text/sary/metadata.xml
31 +++ /dev/null
32 @@ -1,16 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>cjk@g.o</email>
38 - <name>Cjk</name>
39 - </maintainer>
40 - <longdescription>Sary is a suffix array library and tools. It provides
41 -fast full-text search facilities for text files on the order of 10 to
42 -100 MB using a data structure called a suffix array. It can also
43 -search specific fields in a text file by assigning index points to
44 -those fields.</longdescription>
45 - <upstream>
46 - <remote-id type="sourceforge">sary</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/app-text/sary/sary-1.2.0-r1.ebuild b/app-text/sary/sary-1.2.0-r1.ebuild
51 deleted file mode 100644
52 index bdf3a8a93f1..00000000000
53 --- a/app-text/sary/sary-1.2.0-r1.ebuild
54 +++ /dev/null
55 @@ -1,41 +0,0 @@
56 -# Copyright 1999-2020 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=4
60 -inherit autotools
61 -
62 -DESCRIPTION="Sary: suffix array library and tools"
63 -HOMEPAGE="http://sary.sourceforge.net/"
64 -SRC_URI="http://sary.sourceforge.net/${P}.tar.gz"
65 -IUSE="static-libs"
66 -
67 -LICENSE="LGPL-2.1"
68 -KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
69 -SLOT="0"
70 -RESTRICT="test"
71 -
72 -RDEPEND="dev-libs/glib:2"
73 -DEPEND="${RDEPEND}
74 - virtual/pkgconfig"
75 -
76 -src_prepare() {
77 - echo "libsary_la_LIBADD = @GLIB_LIBS@" >> sary/Makefile.am || die
78 - sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
79 - eautoreconf
80 -}
81 -src_configure() {
82 - econf $(use_enable static-libs static)
83 -}
84 -
85 -src_install() {
86 - emake DESTDIR="${D}" \
87 - docsdir="${EPREFIX}"/usr/share/doc/${PF}/html \
88 - install
89 -
90 - dodoc AUTHORS ChangeLog NEWS README TODO
91 -
92 - if ! use static-libs ; then
93 - find "${ED}" -name '*.la' -delete
94 - fi
95 -
96 -}
97
98 diff --git a/profiles/package.mask b/profiles/package.mask
99 index 213831124fc..b1e8a135061 100644
100 --- a/profiles/package.mask
101 +++ b/profiles/package.mask
102 @@ -607,11 +607,6 @@ sci-visualization/gfsview
103 app-misc/gourmet
104 dev-python/python-poppler
105
106 -# David Seifert <soap@g.o> (2020-01-21)
107 -# EAPI 4, last release in 2005, doesn't build, no revdeps.
108 -# Bug #664498. Removal in 30 days.
109 -app-text/sary
110 -
111 # Michał Górny <mgorny@g.o> (2020-01-16)
112 # The new version loses Python 2 support but does not introduce any real
113 # changes. Let's mask it to reduce the noise, and hopefully try to get