Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/the_silver_searcher: metadata.xml ChangeLog the_silver_searcher-0.19.2.ebuild
Date: Sat, 01 Mar 2014 08:09:01
Message-Id: 20140301080858.99F4B2004C@flycatcher.gentoo.org
1 radhermit 14/03/01 08:08:58
2
3 Modified: metadata.xml ChangeLog
4 Added: the_silver_searcher-0.19.2.ebuild
5 Log:
6 Version bump (bug #499588) and add myself as a maintainer.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.4 sys-apps/the_silver_searcher/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/metadata.xml?r1=1.3&r2=1.4
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/metadata.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- metadata.xml 4 Mar 2012 18:22:00 -0000 1.3
24 +++ metadata.xml 1 Mar 2014 08:08:58 -0000 1.4
25 @@ -5,4 +5,8 @@
26 <email>jdhore@g.o</email>
27 <name>Jeff Horelick</name>
28 </maintainer>
29 + <maintainer>
30 + <email>radhermit@g.o</email>
31 + <name>Tim Harder</name>
32 + </maintainer>
33 </pkgmetadata>
34
35
36
37 1.33 sys-apps/the_silver_searcher/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?rev=1.33&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?rev=1.33&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?r1=1.32&r2=1.33
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v
46 retrieving revision 1.32
47 retrieving revision 1.33
48 diff -u -r1.32 -r1.33
49 --- ChangeLog 24 Feb 2014 01:47:28 -0000 1.32
50 +++ ChangeLog 1 Mar 2014 08:08:58 -0000 1.33
51 @@ -1,6 +1,13 @@
52 # ChangeLog for sys-apps/the_silver_searcher
53 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.32 2014/02/24 01:47:28 phajdan.jr Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.33 2014/03/01 08:08:58 radhermit Exp $
56 +
57 +*the_silver_searcher-0.19.2 (01 Mar 2014)
58 +
59 + 01 Mar 2014; Tim Harder <radhermit@g.o>
60 + +the_silver_searcher-0.19.2.ebuild,
61 + +files/the_silver_searcher-0.19.2-automagic-lzma.patch, metadata.xml:
62 + Version bump (bug #499588) and add myself as a maintainer.
63
64 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@g.o>
65 the_silver_searcher-0.18.ebuild:
66
67
68
69 1.1 sys-apps/the_silver_searcher/the_silver_searcher-0.19.2.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.19.2.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.19.2.ebuild?rev=1.1&content-type=text/plain
73
74 Index: the_silver_searcher-0.19.2.ebuild
75 ===================================================================
76 # Copyright 1999-2014 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.19.2.ebuild,v 1.1 2014/03/01 08:08:58 radhermit Exp $
79
80 EAPI=5
81 inherit autotools bash-completion-r1 eutils
82
83 DESCRIPTION="A code-searching tool similar to ack, but faster"
84 HOMEPAGE="http://github.com/ggreer/the_silver_searcher"
85 SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
86
87 LICENSE="Apache-2.0"
88 SLOT="0"
89 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
90 IUSE="lzma"
91
92 RDEPEND="dev-libs/libpcre
93 sys-libs/zlib
94 lzma? ( app-arch/xz-utils )"
95 DEPEND="${RDEPEND}
96 virtual/pkgconfig"
97
98 DOCS="README.md"
99
100 src_prepare() {
101 epatch "${FILESDIR}"/${P}-automagic-lzma.patch
102 sed -i '/^dist_bashcomp/d' Makefile.am || die
103
104 eautoreconf
105 }
106
107 src_configure() {
108 econf $(use_enable lzma)
109 }
110
111 src_install() {
112 default
113 newbashcomp ag.bashcomp.sh ag
114 }