summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-05-22 01:50:15 +0000
committerIan Leitch <port001@gentoo.org>2004-05-22 01:50:15 +0000
commit396f8716b410f945d6f13a48d117877adb42bcaa (patch)
treef95338891278898418f4b2ea56ee44fbe3ca7ec6 /x11-misc/xwrits
parentversion bump. depend fix on johntheripper-1.6-r3 (diff)
downloadhistorical-396f8716b410f945d6f13a48d117877adb42bcaa.tar.gz
historical-396f8716b410f945d6f13a48d117877adb42bcaa.tar.bz2
historical-396f8716b410f945d6f13a48d117877adb42bcaa.zip
Changed DEPEND to virtual/x11
Diffstat (limited to 'x11-misc/xwrits')
-rw-r--r--x11-misc/xwrits/ChangeLog8
-rw-r--r--x11-misc/xwrits/Manifest6
-rw-r--r--x11-misc/xwrits/xwrits-2.20.ebuild6
-rw-r--r--x11-misc/xwrits/xwrits-2.21.ebuild4
4 files changed, 15 insertions, 9 deletions
diff --git a/x11-misc/xwrits/ChangeLog b/x11-misc/xwrits/ChangeLog
index 338efedf3580..74e8042ce124 100644
--- a/x11-misc/xwrits/ChangeLog
+++ b/x11-misc/xwrits/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xwrits
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.7 2004/04/11 17:51:49 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/ChangeLog,v 1.8 2004/05/22 01:50:15 port001 Exp $
+
+*xwrits-2.20 (22 May 2004)
+
+ 22 May 2004; Ian Leitch <port001@gentoo.org> xwrits-2.20.ebuild,
+ xwrits-2.21.ebuild:
+ Changed DEPEND to virtual/x11
11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> xwrits-2.21.ebuild:
Ebuild fixups.
diff --git a/x11-misc/xwrits/Manifest b/x11-misc/xwrits/Manifest
index b14accb3a55d..c73fbfa2aac7 100644
--- a/x11-misc/xwrits/Manifest
+++ b/x11-misc/xwrits/Manifest
@@ -1,6 +1,6 @@
-MD5 1fb451e99d1beb441b42e154e351fdab xwrits-2.20.ebuild 835
-MD5 d09c94cc81f1933ba599c85d41394a57 ChangeLog 600
-MD5 8248026a257dad2e07a42e6f38befadb xwrits-2.21.ebuild 725
+MD5 1e2a3d26e1072828c1d7c7a9f7dfb62c xwrits-2.20.ebuild 833
+MD5 e52f92ae6e328db6ff3e6215b4004ba1 ChangeLog 750
+MD5 49f85ca60e1dc00c9cbf715bf99ccdb2 xwrits-2.21.ebuild 722
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
MD5 5866c3912c9fbcc5bdb7e0a5bdb97abc files/digest-xwrits-2.20 63
MD5 c1e7cf4f4f83a21c6734a497574be1a4 files/digest-xwrits-2.21 63
diff --git a/x11-misc/xwrits/xwrits-2.20.ebuild b/x11-misc/xwrits/xwrits-2.20.ebuild
index 8d40f0c7dc1e..0076e0e67ec8 100644
--- a/x11-misc/xwrits/xwrits-2.20.ebuild
+++ b/x11-misc/xwrits/xwrits-2.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.7 2003/02/13 17:21:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.20.ebuild,v 1.8 2004/05/22 01:50:15 port001 Exp $
S=${WORKDIR}/${P}
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc "
-DEPEND="x11-base/xfree"
+DEPEND="virtual/x11"
src_compile() {
diff --git a/x11-misc/xwrits/xwrits-2.21.ebuild b/x11-misc/xwrits/xwrits-2.21.ebuild
index 1bc1ca823809..c1b0ab901275 100644
--- a/x11-misc/xwrits/xwrits-2.21.ebuild
+++ b/x11-misc/xwrits/xwrits-2.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.7 2004/04/11 17:51:49 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.8 2004/05/22 01:50:15 port001 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/"
@@ -10,7 +10,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc "
-DEPEND="x11-base/xfree"
+DEPEND="virtual/x11"
src_compile() {
econf || die