summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-03-13 01:05:23 +0000
committerTim Harder <radhermit@gentoo.org>2014-03-13 01:05:23 +0000
commitff6170a92a8a8e066482278deb5dbc0a35f78ded (patch)
tree8084494715c49a2b7ebc17c421a27016638201d6 /sys-apps
parentVersion bump, add zlib use flag. (diff)
downloadgentoo-2-ff6170a92a8a8e066482278deb5dbc0a35f78ded.tar.gz
gentoo-2-ff6170a92a8a8e066482278deb5dbc0a35f78ded.tar.bz2
gentoo-2-ff6170a92a8a8e066482278deb5dbc0a35f78ded.zip
Drop unused eutils eclass.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/the_silver_searcher/ChangeLog6
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.20.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog
index 51f049f1c4ea..5adc55ad285f 100644
--- a/sys-apps/the_silver_searcher/ChangeLog
+++ b/sys-apps/the_silver_searcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/the_silver_searcher
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.35 2014/03/13 01:04:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.36 2014/03/13 01:05:23 radhermit Exp $
+
+ 13 Mar 2014; Tim Harder <radhermit@gentoo.org>
+ the_silver_searcher-0.20.0.ebuild:
+ Drop unused eutils eclass.
*the_silver_searcher-0.20.0 (13 Mar 2014)
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.20.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.20.0.ebuild
index af5189b2b9a4..f5cf6e3b447e 100644
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.20.0.ebuild
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.20.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 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.20.0.ebuild,v 1.1 2014/03/13 01:04:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.20.0.ebuild,v 1.2 2014/03/13 01:05:23 radhermit Exp $
EAPI=5
-inherit autotools bash-completion-r1 eutils
+inherit autotools bash-completion-r1
DESCRIPTION="A code-searching tool similar to ack, but faster"
HOMEPAGE="http://github.com/ggreer/the_silver_searcher"