diff options
Diffstat (limited to 'x11-plugins/asapm/asapm-2.10.ebuild')
-rw-r--r-- | x11-plugins/asapm/asapm-2.10.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-plugins/asapm/asapm-2.10.ebuild b/x11-plugins/asapm/asapm-2.10.ebuild index 8262151bc496..6e2fa1dfa2e5 100644 --- a/x11-plugins/asapm/asapm-2.10.ebuild +++ b/x11-plugins/asapm/asapm-2.10.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-2.10.ebuild,v 1.6 2004/04/27 21:10:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-2.10.ebuild,v 1.7 2004/06/19 03:53:14 kloeri Exp $ inherit eutils -S=${WORKDIR}/${P} - DESCRIPTION="APM monitor for AfterStep" - SRC_URI="http://www.tigr.net/afterstep/download/asapm/asapm-2.10.tar.gz" HOMEPAGE="http://www.tigr.net/afterstep/list.pl" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 sparc " DEPEND="virtual/glibc virtual/x11" @@ -24,7 +22,6 @@ src_compile() { } src_install () { - dodir usr/bin dodir usr/share/man/man1 |