diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-05-11 06:59:29 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-05-11 06:59:29 +0000 |
commit | 0d90a3e9cc5a2c8d8e3e54c018a0149b17ca887e (patch) | |
tree | b1b39c605bb9e2f70f13d94dd18b302fda769346 /x11-misc/xwrits | |
parent | App license status is unclear, removed LICENSE line until situation becomes (diff) | |
download | gentoo-2-0d90a3e9cc5a2c8d8e3e54c018a0149b17ca887e.tar.gz gentoo-2-0d90a3e9cc5a2c8d8e3e54c018a0149b17ca887e.tar.bz2 gentoo-2-0d90a3e9cc5a2c8d8e3e54c018a0149b17ca887e.zip |
Quick update to the new version.
Diffstat (limited to 'x11-misc/xwrits')
-rw-r--r-- | x11-misc/xwrits/ChangeLog | 12 | ||||
-rw-r--r-- | x11-misc/xwrits/files/digest-xwrits-2.21 | 1 | ||||
-rw-r--r-- | x11-misc/xwrits/xwrits-2.21.ebuild | 26 |
3 files changed, 31 insertions, 8 deletions
diff --git a/x11-misc/xwrits/ChangeLog b/x11-misc/xwrits/ChangeLog index c0d51358db7d..756317e1c75d 100644 --- a/x11-misc/xwrits/ChangeLog +++ b/x11-misc/xwrits/ChangeLog @@ -1,13 +1,9 @@ # ChangeLog for x11-misc/xwrits # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.2 2002/05/11 06:59:29 agenkin Exp $ -*xwrits-2.18 (1 Feb 2002) +*xwrits-2.21 (11 May 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + 11 May 2002; Arcady Genkin <agenkin@thpoon.com> xwrits-2.21.ebuild : - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. + Updated to the new version.
\ No newline at end of file diff --git a/x11-misc/xwrits/files/digest-xwrits-2.21 b/x11-misc/xwrits/files/digest-xwrits-2.21 new file mode 100644 index 000000000000..5960b28b7850 --- /dev/null +++ b/x11-misc/xwrits/files/digest-xwrits-2.21 @@ -0,0 +1 @@ +MD5 cb51e789f0e0c1e6ca147caee8e537da xwrits-2.21.tar.gz 133755 diff --git a/x11-misc/xwrits/xwrits-2.21.ebuild b/x11-misc/xwrits/xwrits-2.21.ebuild new file mode 100644 index 000000000000..9d4b6d000ae4 --- /dev/null +++ b/x11-misc/xwrits/xwrits-2.21.ebuild @@ -0,0 +1,26 @@ +# 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 $ + +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/" + +SRC_URI="http://www.lcdf.org/xwrits/${P}.tar.gz" +S=${WORKDIR}/${P} + +DEPEND="x11-base/xfree" + +src_compile() { + + ./configure --prefix=/usr \ + --host=${CHOST} \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc GESTURES NEWS README +} |