summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-09-14 13:35:23 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-09-14 13:35:23 +0000
commit03fad2a7c3d373af860e809755c06658e755064d (patch)
treee413d7894b99a98f627327a03c8561b31859d24f /sys-apps/which
parentrevbump -> EAPI 5, remove old (diff)
downloadgentoo-2-03fad2a7c3d373af860e809755c06658e755064d.tar.gz
gentoo-2-03fad2a7c3d373af860e809755c06658e755064d.tar.bz2
gentoo-2-03fad2a7c3d373af860e809755c06658e755064d.zip
Whitespace
(Portage version: 2.2.4/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/which')
-rw-r--r--sys-apps/which/ChangeLog5
-rw-r--r--sys-apps/which/which-2.20-r1.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog
index a64cf9d0add1..da81b0fba5d4 100644
--- a/sys-apps/which/ChangeLog
+++ b/sys-apps/which/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/which
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.45 2013/09/14 10:44:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.46 2013/09/14 13:35:23 patrick Exp $
+
+ 14 Sep 2013; Patrick Lauer <patrick@gentoo.org> which-2.20-r1.ebuild:
+ Whitespace
14 Sep 2013; Markos Chandras <hwoarang@gentoo.org> which-2.20-r1.ebuild:
Fix my last commit to use tc-export instead
diff --git a/sys-apps/which/which-2.20-r1.ebuild b/sys-apps/which/which-2.20-r1.ebuild
index eb50815630c6..25c2aa879bf4 100644
--- a/sys-apps/which/which-2.20-r1.ebuild
+++ b/sys-apps/which/which-2.20-r1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.3 2013/09/14 10:44:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.4 2013/09/14 13:35:23 patrick Exp $
EAPI="4"
inherit flag-o-matic toolchain-funcs
-
DESCRIPTION="Prints out location of specified executables that are in your path"
HOMEPAGE="http://www.xs4all.nl/~carlo17/which/"
SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz"