Gentoo Archives: gentoo-commits

From: Sam Jorna <wraeth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/the_silver_searcher/
Date: Sat, 17 Apr 2021 02:05:13
Message-Id: 1618625005.ce7494f5ee070276b56622d45e00befb043ca1e9.wraeth@gentoo
1 commit: ce7494f5ee070276b56622d45e00befb043ca1e9
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 02:03:25 2021 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 02:03:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7494f5
7
8 sys-apps/the_silver_searcher: clean old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org>
12
13 sys-apps/the_silver_searcher/Manifest | 2 -
14 .../the_silver_searcher-2.0.0.ebuild | 51 --------------------
15 .../the_silver_searcher-2.1.0.ebuild | 54 ----------------------
16 3 files changed, 107 deletions(-)
17
18 diff --git a/sys-apps/the_silver_searcher/Manifest b/sys-apps/the_silver_searcher/Manifest
19 index 1ae01b0415d..d98c5b32ad2 100644
20 --- a/sys-apps/the_silver_searcher/Manifest
21 +++ b/sys-apps/the_silver_searcher/Manifest
22 @@ -1,3 +1 @@
23 -DIST the_silver_searcher-2.0.0.tar.gz 160093 BLAKE2B 1955772c6f71cf7839270cdcaf73f917a69966afa69e781a81ff1926946d9e61a7229e5eb4981b21879b6d2ad46232563285b083de77b8fbf42d3070792b26bd SHA512 2587b9958fadcf5d95bc472f901904edb0d3d9bbc652dc6bb3801b77e7dfa744a97869bed4699776cc3fdcd7b0319fcecbe4b08ccfda617d1c2aa4ea8e9f990d
24 -DIST the_silver_searcher-2.1.0.tar.gz 163139 BLAKE2B 0112489e9e8c965708f2526aa5141bc700cb86bc1bc5a63ad9b2505234595f673b6e163546fdec7e5066d00789042ab1acdf02db926170bb823112847f304944 SHA512 9b49b1666bbb915b122eae45dbe5dbdba18539257b59f1dee9ba9ec86dbe73c7c8ecde1eff9d3e06951295685161fc4594fcdbfa5d19d7b466f2a7f95021e631
25 DIST the_silver_searcher-2.2.0.tar.gz 163686 BLAKE2B ca81f701336ff463b6dc783ac8bc615a05e048c35b653a80c3fb74b053bb71f4822990b699a9e3741c7ffdd2581b65faa5439824189a9d8e36025d248201f814 SHA512 b635165fa3259475027986dd49c0786545cc2e3037695aec70f6ee54eaa768ab0e25af78d4bfd3754c4eb8352464cebf64324ed4a68a4b3de60a6889473da26e
26
27 diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild
28 deleted file mode 100644
29 index 6e62890da07..00000000000
30 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit autotools bash-completion-r1
38 -
39 -DESCRIPTION="A code-searching tool similar to ack, but faster"
40 -HOMEPAGE="https://github.com/ggreer/the_silver_searcher"
41 -SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86"
46 -IUSE="lzma test zlib"
47 -RESTRICT="!test? ( test )"
48 -
49 -RDEPEND="dev-libs/libpcre
50 - lzma? ( app-arch/xz-utils )
51 - zlib? ( sys-libs/zlib )"
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig
54 - test? (
55 - dev-util/cram
56 - dev-vcs/git
57 - )"
58 -
59 -DOCS="README.md"
60 -
61 -PATCHES=( "${FILESDIR}"/${PN}-fno-common.patch )
62 -
63 -src_prepare() {
64 - sed '/^dist_bashcomp/d' -i Makefile.am || die
65 -
66 - default
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - econf \
72 - $(use_enable lzma) \
73 - $(use_enable zlib)
74 -}
75 -
76 -src_test() {
77 - cram -v tests/*.t || die "tests failed"
78 -}
79 -
80 -src_install() {
81 - default
82 - newbashcomp ag.bashcomp.sh ag
83 -}
84
85 diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild
86 deleted file mode 100644
87 index 9643faccd4a..00000000000
88 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.1.0.ebuild
89 +++ /dev/null
90 @@ -1,54 +0,0 @@
91 -# Copyright 1999-2020 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -inherit autotools bash-completion-r1
96 -
97 -DESCRIPTION="A code-searching tool similar to ack, but faster"
98 -HOMEPAGE="https://github.com/ggreer/the_silver_searcher"
99 -SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
100 -
101 -LICENSE="Apache-2.0"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
104 -IUSE="lzma test zlib"
105 -RESTRICT="!test? ( test )"
106 -
107 -RDEPEND="dev-libs/libpcre
108 - lzma? ( app-arch/xz-utils )
109 - zlib? ( sys-libs/zlib )"
110 -DEPEND="${RDEPEND}
111 - virtual/pkgconfig
112 - test? (
113 - dev-util/cram
114 - dev-vcs/git
115 - )"
116 -
117 -DOCS="README.md"
118 -
119 -PATCHES=(
120 - "${FILESDIR}"/${PN}-2.1.0-lzma.patch
121 - "${FILESDIR}"/${PN}-fno-common.patch
122 -)
123 -
124 -src_prepare() {
125 - sed '/^dist_bashcomp/d' -i Makefile.am || die
126 -
127 - default
128 - eautoreconf
129 -}
130 -
131 -src_configure() {
132 - econf \
133 - $(use_enable lzma) \
134 - $(use_enable zlib)
135 -}
136 -
137 -src_test() {
138 - cram -v tests/*.t || die "tests failed"
139 -}
140 -
141 -src_install() {
142 - default
143 - newbashcomp ag.bashcomp.sh ag
144 -}