commit:     65044f36470c4c310972c72520a7c3250266acfa
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 15:38:25 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 15:39:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65044f36

sys-apps/the_silver_searcher: remove old

 sys-apps/the_silver_searcher/Manifest              |  2 -
 .../files/the_silver_searcher-1.0.1-tests.patch    | 17 --------
 .../the_silver_searcher-1.0.2.ebuild               | 47 ----------------------
 .../the_silver_searcher-1.0.3.ebuild               | 45 ---------------------
 4 files changed, 111 deletions(-)

diff --git a/sys-apps/the_silver_searcher/Manifest 
b/sys-apps/the_silver_searcher/Manifest
index b534e29a933..58ba191ec75 100644
--- a/sys-apps/the_silver_searcher/Manifest
+++ b/sys-apps/the_silver_searcher/Manifest
@@ -1,4 +1,2 @@
-DIST the_silver_searcher-1.0.2.tar.gz 156870 SHA256 
4cb73a4436fccf2c2cae91479a0167bacaa968a4deca28f3ff9d5abd98f01009 SHA512 
58f06133907cf7d7f229b5153bef96b5e76ae6cbbcdaf7d00b52bd9d6595c006417365c2b8535254f943c2fd5559792953e14cc9ba1041d5dfbe0d5b4a3ba2c5
 WHIRLPOOL 
441613aebcbcf7119506d04020b7f9dd3c46b69e68868ea8db2c29267f4c2b678a0a26a62e55acb5bf3cf4836ef40220e1a3f24fca7fa494ffca1d7b42989bd4
-DIST the_silver_searcher-1.0.3.tar.gz 157093 SHA256 
ce45de7412ee0ae6f22d72e17b81425666e6130da8cb434d5ca8ea42185e514e SHA512 
15d6898c43a144289892d41d7c207bb16224d9f9f05bd237b803160aa04eb89f44239a0ee6ff7e955533ef5f6e11b73d13c1ec07e11ae2a5b3c44e3d5b53f137
 WHIRLPOOL 
ef0ac9b69867afc1423e121d05af1acd8a0de6e57a8f03557d173bbc9d39f82fd978c6d3e5b23e04478c2d37e203eb8eb25f4d17d7a8bed2d0717d8fe7b5ceb2
 DIST the_silver_searcher-2.0.0.tar.gz 160093 SHA256 
ff7243863f22ed73eeab6f7a6d17cfff585a7eaa41d5ab3ae4f5d6db97701d5f SHA512 
2587b9958fadcf5d95bc472f901904edb0d3d9bbc652dc6bb3801b77e7dfa744a97869bed4699776cc3fdcd7b0319fcecbe4b08ccfda617d1c2aa4ea8e9f990d
 WHIRLPOOL 
4c2ca9594d4d7d0cff4141e4bc76c6d150ff58ed301269a7b6348616c75ae33c525eb5ec2534af21e1cf07da5f12d0c121802d0c1a97dce6621e53f90d8508cf
 DIST the_silver_searcher-2.1.0.tar.gz 163139 SHA256 
cb416a0da7fe354a009c482ae709692ed567f8e7d2dad4d242e726dd7ca202f0 SHA512 
9b49b1666bbb915b122eae45dbe5dbdba18539257b59f1dee9ba9ec86dbe73c7c8ecde1eff9d3e06951295685161fc4594fcdbfa5d19d7b466f2a7f95021e631
 WHIRLPOOL 
374ce8e15e4e9eee2175390d9af3d53d88528ee31c57cb97e33b7624bb6c8e344c213ab1dec69228501f1feec10fbd18e28ebb5ee78d95d1b660cf1bd997642f

diff --git 
a/sys-apps/the_silver_searcher/files/the_silver_searcher-1.0.1-tests.patch 
b/sys-apps/the_silver_searcher/files/the_silver_searcher-1.0.1-tests.patch
deleted file mode 100644
index b281594732e..00000000000
--- a/sys-apps/the_silver_searcher/files/the_silver_searcher-1.0.1-tests.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Drop the last test since it has file sorting issues.
-
---- the_silver_searcher-1.0.1/tests/empty_match.t
-+++ the_silver_searcher-1.0.1/tests/empty_match.t
-@@ -11,12 +11,3 @@
- A genuine zero-length match should succeed:
-   $ ag "^" nonempty.txt
-   1:foo
--
--Empty files should be listed with --unrestricted --files-with-matches (-ul)
--  $ ag -lu --stats | sed '$d' # Remove the last line about timing which will 
differ
--  empty.txt
--  nonempty.txt
--  2 matches
--  2 files contained matches
--  2 files searched
--  4 bytes searched

diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-1.0.2.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-1.0.2.ebuild
deleted file mode 100644
index 9df59dc5451..00000000000
--- a/sys-apps/the_silver_searcher/the_silver_searcher-1.0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools bash-completion-r1
-
-DESCRIPTION="A code-searching tool similar to ack, but faster"
-HOMEPAGE="https://github.com/ggreer/the_silver_searcher";
-SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="lzma test zlib"
-
-RDEPEND="dev-libs/libpcre
-       lzma? ( app-arch/xz-utils )
-       zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       test? ( dev-util/cram )"
-
-DOCS="README.md"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.1-tests.patch )
-
-src_prepare() {
-       sed '/^dist_bashcomp/d' -i Makefile.am || die
-
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable lzma) \
-               $(use_enable zlib)
-}
-
-src_test() {
-       cram -v tests/*.t || die "tests failed"
-}
-
-src_install() {
-       default
-       newbashcomp ag.bashcomp.sh ag
-}

diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-1.0.3.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-1.0.3.ebuild
deleted file mode 100644
index 3f4a2aae03c..00000000000
--- a/sys-apps/the_silver_searcher/the_silver_searcher-1.0.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools bash-completion-r1
-
-DESCRIPTION="A code-searching tool similar to ack, but faster"
-HOMEPAGE="https://github.com/ggreer/the_silver_searcher";
-SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="lzma test zlib"
-
-RDEPEND="dev-libs/libpcre
-       lzma? ( app-arch/xz-utils )
-       zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       test? ( dev-util/cram )"
-
-DOCS="README.md"
-
-src_prepare() {
-       sed '/^dist_bashcomp/d' -i Makefile.am || die
-
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable lzma) \
-               $(use_enable zlib)
-}
-
-src_test() {
-       cram -v tests/*.t || die "tests failed"
-}
-
-src_install() {
-       default
-       newbashcomp ag.bashcomp.sh ag
-}

Reply via email to