public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2013-03-06  3:29 Jeff Horelick (jdhore)
  0 siblings, 0 replies; only message in thread
From: Jeff Horelick (jdhore) @ 2013-03-06  3:29 UTC (permalink / raw
  To: gentoo-commits

jdhore      13/03/06 03:29:45

  Modified:             ChangeLog
  Added:                the_silver_searcher-0.14.ebuild
  Removed:              the_silver_searcher-0.12.ebuild
                        the_silver_searcher-0.8.ebuild
  Log:
  Version bump and remove old
  
  (Portage version: 2.2.0_alpha166/cvs/Linux i686, signed Manifest commit with key 23E9E900)

Revision  Changes    Path
1.24                 sys-apps/the_silver_searcher/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	9 Feb 2013 20:02:49 -0000	1.23
+++ ChangeLog	6 Mar 2013 03:29:45 -0000	1.24
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/the_silver_searcher
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.23 2013/02/09 20:02:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.24 2013/03/06 03:29:45 jdhore Exp $
+
+*the_silver_searcher-0.14 (06 Mar 2013)
+
+  06 Mar 2013; Jeff Horelick <jdhore@gentoo.org>
+  +the_silver_searcher-0.14.ebuild, -the_silver_searcher-0.12.ebuild,
+  -the_silver_searcher-0.8.ebuild:
+  Version bump and remove old
 
   09 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
   the_silver_searcher-0.13.1.ebuild:



1.1                  sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild

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
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

Index: the_silver_searcher-0.14.ebuild
===================================================================
# Copyright 1999-2013 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.14.ebuild,v 1.1 2013/03/06 03:29:45 jdhore 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 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-06  3:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06  3:29 [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 Jeff Horelick (jdhore)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox