summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r--sys-apps/the_silver_searcher/ChangeLog6
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.27.0.ebuild40
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.28.0.ebuild40
3 files changed, 5 insertions, 81 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog
index 12e88cdcdbc9..9a0b9b558f72 100644
--- a/sys-apps/the_silver_searcher/ChangeLog
+++ b/sys-apps/the_silver_searcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/the_silver_searcher
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.49 2015/03/21 06:47:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.50 2015/03/21 06:47:55 radhermit Exp $
+
+ 21 Mar 2015; Tim Harder <radhermit@gentoo.org>
+ -the_silver_searcher-0.27.0.ebuild, -the_silver_searcher-0.28.0.ebuild:
+ Remove old.
21 Mar 2015; Tim Harder <radhermit@gentoo.org>
the_silver_searcher-0.29.1.ebuild:
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.27.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.27.0.ebuild
deleted file mode 100644
index bdb80b951292..000000000000
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.27.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.27.0.ebuild,v 1.2 2014/12/21 00:42:24 radhermit Exp $
-
-EAPI=5
-inherit autotools bash-completion-r1
-
-DESCRIPTION="A code-searching tool similar to ack, but faster"
-HOMEPAGE="http://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 zlib"
-
-RDEPEND="dev-libs/libpcre
- lzma? ( app-arch/xz-utils )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="README.md"
-
-src_prepare() {
- sed -i '/^dist_bashcomp/d' Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable lzma) \
- $(use_enable zlib)
-}
-
-src_install() {
- default
- newbashcomp ag.bashcomp.sh ag
-}
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.28.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.28.0.ebuild
deleted file mode 100644
index 287dea72b050..000000000000
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.28.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.28.0.ebuild,v 1.1 2015/01/04 01:44:10 radhermit Exp $
-
-EAPI=5
-inherit autotools bash-completion-r1
-
-DESCRIPTION="A code-searching tool similar to ack, but faster"
-HOMEPAGE="http://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 zlib"
-
-RDEPEND="dev-libs/libpcre
- lzma? ( app-arch/xz-utils )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="README.md"
-
-src_prepare() {
- sed -i '/^dist_bashcomp/d' Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable lzma) \
- $(use_enable zlib)
-}
-
-src_install() {
- default
- newbashcomp ag.bashcomp.sh ag
-}