summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 19:21:33 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 19:21:33 +0000
commitb2f6fddd170fd71fa7214687179a3c7cd79ab7d9 (patch)
tree6bd3a043e5b55474d16ff26e40c0ec54ca31e24d /app-admin/whowatch/whowatch-1.5.2.ebuild
parentdont install stupid COPYING file (diff)
downloadhistorical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.tar.gz
historical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.tar.bz2
historical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.zip
dont install stupid COPYING files among other things
Diffstat (limited to 'app-admin/whowatch/whowatch-1.5.2.ebuild')
-rw-r--r--app-admin/whowatch/whowatch-1.5.2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/app-admin/whowatch/whowatch-1.5.2.ebuild b/app-admin/whowatch/whowatch-1.5.2.ebuild
index 4c70a3d42358..a12b1b75c8e8 100644
--- a/app-admin/whowatch/whowatch-1.5.2.ebuild
+++ b/app-admin/whowatch/whowatch-1.5.2.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.19 2004/04/26 15:23:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.20 2004/05/31 19:21:33 vapier Exp $
inherit eutils
-DESCRIPTION="interactive who-like program that displays information about users currently logged on in real time."
-SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz"
+DESCRIPTION="interactive who-like program that displays information about users currently logged on in real time"
HOMEPAGE="http://wizard.ae.krakow.pl/~mike/"
+SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
+IUSE=""
DEPEND="sys-libs/ncurses"
@@ -27,5 +28,5 @@ src_compile() {
src_install() {
einstall
- dodoc AUTHORS ChangeLog COPYING KEYS NEWS README TODO VERSION
+ dodoc AUTHORS ChangeLog KEYS NEWS README TODO VERSION
}