diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-09-17 09:44:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-09-17 09:44:22 +0000 |
commit | 08c9521d135a4ba136bc534923736fbd38f63dd1 (patch) | |
tree | a68ed7b9807e3c3f29a9dddccef642a609bed488 /sys-apps/which | |
parent | old (diff) | |
download | gentoo-2-08c9521d135a4ba136bc534923736fbd38f63dd1.tar.gz gentoo-2-08c9521d135a4ba136bc534923736fbd38f63dd1.tar.bz2 gentoo-2-08c9521d135a4ba136bc534923736fbd38f63dd1.zip |
Version bump #237155 by Conrad Kostecki.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/which/which-2.20.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index b989c61f8254..9a18cf3d5165 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/which # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.31 2008/03/29 15:28:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.32 2008/09/17 09:44:22 vapier Exp $ + +*which-2.20 (17 Sep 2008) + + 17 Sep 2008; Mike Frysinger <vapier@gentoo.org> +which-2.20.ebuild: + Version bump #237155 by Conrad Kostecki. 29 Mar 2008; Brent Baude <ranger@gentoo.org> which-2.19.ebuild: stable ppc64, bug 215056 diff --git a/sys-apps/which/which-2.20.ebuild b/sys-apps/which/which-2.20.ebuild new file mode 100644 index 000000000000..aa40efddf255 --- /dev/null +++ b/sys-apps/which/which-2.20.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20.ebuild,v 1.1 2008/09/17 09:44:22 vapier Exp $ + +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" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS EXAMPLES NEWS README* +} |