diff options
Diffstat (limited to 'sys-apps/which/which-2.13.ebuild')
-rw-r--r-- | sys-apps/which/which-2.13.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/which/which-2.13.ebuild b/sys-apps/which/which-2.13.ebuild index 7a053c000c16..9de87dc68678 100644 --- a/sys-apps/which/which-2.13.ebuild +++ b/sys-apps/which/which-2.13.ebuild @@ -1,10 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.13.ebuild,v 1.2 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.13.ebuild,v 1.3 2002/07/14 19:20:20 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Prints out location of specified executables that are in your path" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/which/${P}.tar.gz" +HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/glibc sys-apps/texinfo" |