diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
commit | 3dd20ecffd7edee54d103bca0944d29e3a1dd83b (patch) | |
tree | 9510fa8b502331de9245f68688791b237c024810 /x11-misc/xwrits | |
parent | Updated both the old and new version of mon with dependency changes; cleaned ... (diff) | |
download | historical-3dd20ecffd7edee54d103bca0944d29e3a1dd83b.tar.gz historical-3dd20ecffd7edee54d103bca0944d29e3a1dd83b.tar.bz2 historical-3dd20ecffd7edee54d103bca0944d29e3a1dd83b.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-misc/xwrits')
-rw-r--r-- | x11-misc/xwrits/xwrits-2.20.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/xwrits/xwrits-2.21.ebuild | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11-misc/xwrits/xwrits-2.20.ebuild b/x11-misc/xwrits/xwrits-2.20.ebuild index f9d180d7c2c3..e7727a5c6788 100644 --- a/x11-misc/xwrits/xwrits-2.20.ebuild +++ b/x11-misc/xwrits/xwrits-2.20.ebuild @@ -4,6 +4,9 @@ DESCRIPTION="Xwrits reminds you to take wrist breaks, which will hopefully help SRC_URI="http://www.lcdf.org/xwrits/xwrits-2.20.tar.gz" HOMEPAGE="http://www.lcdf.org/xwrits/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" DEPEND="x11-base/xfree" diff --git a/x11-misc/xwrits/xwrits-2.21.ebuild b/x11-misc/xwrits/xwrits-2.21.ebuild index 9d4b6d000ae4..d3a7b8257ce1 100644 --- a/x11-misc/xwrits/xwrits-2.21.ebuild +++ b/x11-misc/xwrits/xwrits-2.21.ebuild @@ -1,9 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.1 2002/05/11 06:59:29 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.2 2002/07/08 21:31:08 aliz 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" HOMEPAGE="http://www.lcdf.org/xwrits/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" SRC_URI="http://www.lcdf.org/xwrits/${P}.tar.gz" S=${WORKDIR}/${P} |