diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-10-20 14:33:43 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-10-20 14:33:43 +0000 |
commit | 81dccbdde8d0e7e062cbf34f6696a7b342ba2082 (patch) | |
tree | b69b84761bb6fa68ce95a56d5deb988a57af4946 | |
parent | Stable for HPPA (bug #434480). (diff) | |
download | gentoo-2-81dccbdde8d0e7e062cbf34f6696a7b342ba2082.tar.gz gentoo-2-81dccbdde8d0e7e062cbf34f6696a7b342ba2082.tar.bz2 gentoo-2-81dccbdde8d0e7e062cbf34f6696a7b342ba2082.zip |
Version bump
(Portage version: 2.2.0_alpha141/cvs/Linux i686, signed Manifest commit with key 23E9E900)
-rw-r--r-- | sys-apps/the_silver_searcher/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-0.12.ebuild (renamed from sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog index 994a85c5f066..6707a23d8eb7 100644 --- a/sys-apps/the_silver_searcher/ChangeLog +++ b/sys-apps/the_silver_searcher/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/the_silver_searcher # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.19 2012/10/17 03:32:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.20 2012/10/20 14:33:43 jdhore Exp $ + +*the_silver_searcher-0.12 (20 Oct 2012) + + 20 Oct 2012; Jeff Horelick <jdhore@gentoo.org> + +the_silver_searcher-0.12.ebuild, -the_silver_searcher-0.7.1.ebuild: + Version bump 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> the_silver_searcher-0.8.ebuild: diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.12.ebuild index 395f6cfe677d..be26537140a4 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 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.7.1.ebuild,v 1.4 2012/06/20 05:43:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.12.ebuild,v 1.1 2012/10/20 14:33:43 jdhore Exp $ -EAPI=4 +EAPI=5 inherit autotools DESCRIPTION="A code-searching tool similar to ack, but faster" @@ -11,7 +11,7 @@ SRC_URI="mirror://github/ggreer/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-libs/libpcre" |