diff options
author | Guido Bakker <guidob@gentoo.org> | 2002-05-06 09:03:23 +0000 |
---|---|---|
committer | Guido Bakker <guidob@gentoo.org> | 2002-05-06 09:03:23 +0000 |
commit | d381790207f63e1f961d17fe889f86d16235e4f1 (patch) | |
tree | eafdbbd38ff4aa78c093da85953befe98ae1afd2 /x11-misc/xwrits | |
parent | NASM 0.98.30: various fixes & enhancements (diff) | |
download | gentoo-2-d381790207f63e1f961d17fe889f86d16235e4f1.tar.gz gentoo-2-d381790207f63e1f961d17fe889f86d16235e4f1.tar.bz2 gentoo-2-d381790207f63e1f961d17fe889f86d16235e4f1.zip |
bugfix release
Diffstat (limited to 'x11-misc/xwrits')
-rw-r--r-- | x11-misc/xwrits/files/digest-xwrits-2.18 | 1 | ||||
-rw-r--r-- | x11-misc/xwrits/files/digest-xwrits-2.19 | 1 | ||||
-rw-r--r-- | x11-misc/xwrits/files/digest-xwrits-2.20 | 1 | ||||
-rw-r--r-- | x11-misc/xwrits/xwrits-2.18.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/xwrits/xwrits-2.20.ebuild (renamed from x11-misc/xwrits/xwrits-2.19.ebuild) | 5 |
5 files changed, 2 insertions, 36 deletions
diff --git a/x11-misc/xwrits/files/digest-xwrits-2.18 b/x11-misc/xwrits/files/digest-xwrits-2.18 deleted file mode 100644 index f7a0a02c994b..000000000000 --- a/x11-misc/xwrits/files/digest-xwrits-2.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 68a08bfbdbf314aea399abdc2b6f2c2e xwrits-2.18.tar.gz 129649 diff --git a/x11-misc/xwrits/files/digest-xwrits-2.19 b/x11-misc/xwrits/files/digest-xwrits-2.19 deleted file mode 100644 index 686d9c494f8a..000000000000 --- a/x11-misc/xwrits/files/digest-xwrits-2.19 +++ /dev/null @@ -1 +0,0 @@ -MD5 a00b2b1673155cc6dd5a55334e438d3d xwrits-2.19.tar.gz 130987 diff --git a/x11-misc/xwrits/files/digest-xwrits-2.20 b/x11-misc/xwrits/files/digest-xwrits-2.20 new file mode 100644 index 000000000000..44f330642fe7 --- /dev/null +++ b/x11-misc/xwrits/files/digest-xwrits-2.20 @@ -0,0 +1 @@ +MD5 9b905b15fcec97dc2a87599273636343 xwrits-2.20.tar.gz 132402 diff --git a/x11-misc/xwrits/xwrits-2.18.ebuild b/x11-misc/xwrits/xwrits-2.18.ebuild deleted file mode 100644 index d26122c2582c..000000000000 --- a/x11-misc/xwrits/xwrits-2.18.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Mikael Hallendal <hallski@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.18.ebuild,v 1.1 2002/01/10 09:35:08 hallski Exp $ - -S=${WORKDIR}/${P} - -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" - -SRC_URI="http://www.lcdf.org/xwrits/xwrits-2.18.tar.gz" -HOMEPAGE="http://www.lcdf.org/xwrits/" - -DEPEND="x11-base/xfree" - -src_compile() { - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - assert - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc GESTURES NEWS README -} - diff --git a/x11-misc/xwrits/xwrits-2.19.ebuild b/x11-misc/xwrits/xwrits-2.20.ebuild index 38cfd5152e3d..f9d180d7c2c3 100644 --- a/x11-misc/xwrits/xwrits-2.19.ebuild +++ b/x11-misc/xwrits/xwrits-2.20.ebuild @@ -1,11 +1,8 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later - S=${WORKDIR}/${P} 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" -SRC_URI="http://www.lcdf.org/xwrits/xwrits-2.19.tar.gz" +SRC_URI="http://www.lcdf.org/xwrits/xwrits-2.20.tar.gz" HOMEPAGE="http://www.lcdf.org/xwrits/" DEPEND="x11-base/xfree" |