diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:58:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:58:53 +0000 |
commit | 536cdb85278d5892cedde1624aabe8848ecb1b2e (patch) | |
tree | efdc8ac91a0bdeb7fb7e81b077d2437a7004b873 /x11-misc/xwrits | |
parent | sync IUSE (missing) (diff) | |
download | historical-536cdb85278d5892cedde1624aabe8848ecb1b2e.tar.gz historical-536cdb85278d5892cedde1624aabe8848ecb1b2e.tar.bz2 historical-536cdb85278d5892cedde1624aabe8848ecb1b2e.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'x11-misc/xwrits')
-rw-r--r-- | x11-misc/xwrits/xwrits-2.20.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-misc/xwrits/xwrits-2.20.ebuild b/x11-misc/xwrits/xwrits-2.20.ebuild index 3adbf4a2509f..553d132a94ab 100644 --- a/x11-misc/xwrits/xwrits-2.20.ebuild +++ b/x11-misc/xwrits/xwrits-2.20.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.20.ebuild,v 1.9 2004/06/24 22:46:54 agriffis Exp $ - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.20.ebuild,v 1.10 2004/07/15 00:58:53 agriffis Exp $ DESCRIPTION="Xwrits reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury. It pops up an X window when you should rest; you click on that window, then take a break" @@ -11,6 +9,7 @@ HOMEPAGE="http://www.lcdf.org/xwrits/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " +IUSE="" DEPEND="virtual/x11" @@ -29,4 +28,3 @@ src_install () { dodoc GESTURES NEWS README } - |