summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-12-21 00:43:07 +0000
committerTim Harder <radhermit@gentoo.org>2014-12-21 00:43:07 +0000
commitcb6dad62d641a28763891a1136e9b78bb1009efe (patch)
treeae91805db86488d3ffe2b2974304144b1acd899f /sys-apps/the_silver_searcher
parentStabilize for amd64 and x86. (diff)
downloadgentoo-2-cb6dad62d641a28763891a1136e9b78bb1009efe.tar.gz
gentoo-2-cb6dad62d641a28763891a1136e9b78bb1009efe.tar.bz2
gentoo-2-cb6dad62d641a28763891a1136e9b78bb1009efe.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r--sys-apps/the_silver_searcher/ChangeLog7
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild32
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.24.1.ebuild40
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.25.0.ebuild40
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.26.0.ebuild40
5 files changed, 6 insertions, 153 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog
index 218b7c3ff28c..d4ab8f3edb18 100644
--- a/sys-apps/the_silver_searcher/ChangeLog
+++ b/sys-apps/the_silver_searcher/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/the_silver_searcher
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.45 2014/12/21 00:42:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.46 2014/12/21 00:43:07 radhermit Exp $
+
+ 21 Dec 2014; Tim Harder <radhermit@gentoo.org>
+ -the_silver_searcher-0.18.ebuild, -the_silver_searcher-0.24.1.ebuild,
+ -the_silver_searcher-0.25.0.ebuild, -the_silver_searcher-0.26.0.ebuild:
+ Remove old.
21 Dec 2014; Tim Harder <radhermit@gentoo.org>
the_silver_searcher-0.27.0.ebuild:
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild
deleted file mode 100644
index 9319d75cd972..000000000000
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild
+++ /dev/null
@@ -1,32 +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.18.ebuild,v 1.3 2014/03/03 23:52:10 pacho 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 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="app-arch/xz-utils
- dev-libs/libpcre"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="README.md"
-
-src_prepare() {
- sed -i -e 's/ag\.bashcomp\.sh//' Makefile.am || die
- eautoreconf
-}
-
-src_install() {
- default
- newbashcomp ag.bashcomp.sh ag
-}
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.24.1.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.24.1.ebuild
deleted file mode 100644
index 5e56b5f9853b..000000000000
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.24.1.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.24.1.ebuild,v 1.1 2014/08/15 17:52:17 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.25.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.25.0.ebuild
deleted file mode 100644
index d08dff17cebd..000000000000
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.25.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.25.0.ebuild,v 1.1 2014/10/19 05:20:43 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.26.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.26.0.ebuild
deleted file mode 100644
index 1d9e962229eb..000000000000
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.26.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.26.0.ebuild,v 1.1 2014/10/28 00:36:15 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
-}