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