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