diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-06 18:49:03 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-06 18:49:03 +0000 |
commit | 1f7d0cd84aca449a991cf3a39e251c2a38837c18 (patch) | |
tree | 0d18dbef4cb6385bde6cf59735f1d4461de5c3c7 /app-admin/whowatch | |
parent | Fixed bug 3038 and added back gpm support for vim. (diff) | |
download | historical-1f7d0cd84aca449a991cf3a39e251c2a38837c18.tar.gz historical-1f7d0cd84aca449a991cf3a39e251c2a38837c18.tar.bz2 historical-1f7d0cd84aca449a991cf3a39e251c2a38837c18.zip |
applied LICENSE fix patch from Daniel Ahlberg :)
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r-- | app-admin/whowatch/whowatch-1.5.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/whowatch/whowatch-1.5.2.ebuild b/app-admin/whowatch/whowatch-1.5.2.ebuild index 4b15a7c96e0b..8378bc6e8b55 100644 --- a/app-admin/whowatch/whowatch-1.5.2.ebuild +++ b/app-admin/whowatch/whowatch-1.5.2.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.3 2001/11/10 02:30:19 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.4 2002/07/06 18:49:03 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="an interactive who-like program that displays information about the users currently logged on to the machine, in real time." SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz" HOMEPAGE="http://wizard.ae.krakow.pl/~mike/" +LICENSE="GPL-2" DEPEND="virtual/glibc sys-libs/ncurses" |