diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 03:57:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 03:57:00 +0000 |
commit | ac19aee70ec0c7af02c2bb374d21efe7def59674 (patch) | |
tree | df27a0ab5c7d23009f7f2c15e4f93e47de05c3f9 | |
parent | QA - Add IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-ac19aee70ec0c7af02c2bb374d21efe7def59674.tar.gz gentoo-2-ac19aee70ec0c7af02c2bb374d21efe7def59674.tar.bz2 gentoo-2-ac19aee70ec0c7af02c2bb374d21efe7def59674.zip |
QA - Add IUSE, don't assign default S.
-rw-r--r-- | x11-plugins/asapm/asapm-2.10.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild | 4 |
2 files changed, 4 insertions, 7 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 diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild index 106892393eb3..45141c0e1c1e 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.7 2004/04/30 22:41:29 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.8 2004/06/19 03:57:00 kloeri Exp $ # to make this work in KDE, run it with the -b option :) -S=${WORKDIR}/${P} DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" SLOT="0" +IUSE="" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" |