Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/the_silver_searcher: the_silver_searcher-0.18.ebuild ChangeLog the_silver_searcher-0.15.ebuild
Date: Thu, 31 Oct 2013 01:21:27
Message-Id: 20131031012120.9A90320047@flycatcher.gentoo.org
1 jdhore 13/10/31 01:21:20
2
3 Modified: ChangeLog
4 Added: the_silver_searcher-0.18.ebuild
5 Removed: the_silver_searcher-0.15.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 23E9E900)
10
11 Revision Changes Path
12 1.31 sys-apps/the_silver_searcher/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?rev=1.31&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?rev=1.31&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?r1=1.30&r2=1.31
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v
21 retrieving revision 1.30
22 retrieving revision 1.31
23 diff -u -r1.30 -r1.31
24 --- ChangeLog 2 Sep 2013 00:13:39 -0000 1.30
25 +++ ChangeLog 31 Oct 2013 01:21:20 -0000 1.31
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-apps/the_silver_searcher
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.30 2013/09/02 00:13:39 jdhore Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.31 2013/10/31 01:21:20 jdhore Exp $
31 +
32 +*the_silver_searcher-0.18 (31 Oct 2013)
33 +
34 + 31 Oct 2013; Jeff Horelick <jdhore@g.o>
35 + +the_silver_searcher-0.18.ebuild, -the_silver_searcher-0.15.ebuild:
36 + Version bump, remove old.
37
38 *the_silver_searcher-0.15 (02 Sep 2013)
39
40
41
42
43 1.1 sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild?rev=1.1&content-type=text/plain
47
48 Index: the_silver_searcher-0.18.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild,v 1.1 2013/10/31 01:21:20 jdhore Exp $
53
54 EAPI=5
55 inherit autotools bash-completion-r1
56
57 DESCRIPTION="A code-searching tool similar to ack, but faster"
58 HOMEPAGE="http://github.com/ggreer/the_silver_searcher"
59 SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
60
61 LICENSE="Apache-2.0"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
64 IUSE=""
65
66 RDEPEND="app-arch/xz-utils
67 dev-libs/libpcre"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig"
70
71 DOCS="README.md"
72
73 src_prepare() {
74 sed -i -e 's/ag\.bashcomp\.sh//' Makefile.am || die
75 eautoreconf
76 }
77
78 src_install() {
79 default
80 newbashcomp ag.bashcomp.sh ag
81 }