summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-05-22 01:34:55 +0000
committerIan Leitch <port001@gentoo.org>2004-05-22 01:34:55 +0000
commit1a9be38c34785f9fef393cf08546983d422b933d (patch)
treed633cd7a0514a125e5da928d0ad92752b35e48b1 /x11-misc/xrootconsole
parentalpha1-r2 in stable, add alpha2. (diff)
downloadhistorical-1a9be38c34785f9fef393cf08546983d422b933d.tar.gz
historical-1a9be38c34785f9fef393cf08546983d422b933d.tar.bz2
historical-1a9be38c34785f9fef393cf08546983d422b933d.zip
Changed DEPEND to virtual/x11
Diffstat (limited to 'x11-misc/xrootconsole')
-rw-r--r--x11-misc/xrootconsole/ChangeLog6
-rw-r--r--x11-misc/xrootconsole/Manifest10
-rw-r--r--x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild4
-rw-r--r--x11-misc/xrootconsole/xrootconsole-0.4.ebuild4
4 files changed, 14 insertions, 10 deletions
diff --git a/x11-misc/xrootconsole/ChangeLog b/x11-misc/xrootconsole/ChangeLog
index b46409d0fddf..3cf9aa9a94c0 100644
--- a/x11-misc/xrootconsole/ChangeLog
+++ b/x11-misc/xrootconsole/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xrootconsole
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.10 2004/04/27 21:05:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.11 2004/05/22 01:34:55 port001 Exp $
+
+ 22 May 2004; Ian Leitch <port001@gentoo.org> xrootconsole-0.4-r1.ebuild,
+ xrootconsole-0.4.ebuild:
+ Changed DEPEND to virtual/x11
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xrootconsole-0.4-r1.ebuild:
Add inherit eutils
diff --git a/x11-misc/xrootconsole/Manifest b/x11-misc/xrootconsole/Manifest
index 6d31c0193e4c..4a30cd5c06f5 100644
--- a/x11-misc/xrootconsole/Manifest
+++ b/x11-misc/xrootconsole/Manifest
@@ -1,7 +1,7 @@
-MD5 2957af80ecd614616e624767dd186e2c ChangeLog 1179
-MD5 08c220d3b6d6d97e42d199edf860bfb8 xrootconsole-0.4.ebuild 639
+MD5 300b24edf1081958f7ccf999d3f1c69d xrootconsole-0.4.ebuild 636
+MD5 888a4347152ae99f2685f32cd2293727 xrootconsole-0.4-r1.ebuild 697
+MD5 12356a4a58730e09db539f3e4773c2ca ChangeLog 1313
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
-MD5 ea951fd55fb2d4fd01dfba79f077316c xrootconsole-0.4-r1.ebuild 701
-MD5 33a1c8a9645fbd7f65d7d85a8fb207cd files/digest-xrootconsole-0.4 67
-MD5 33a1c8a9645fbd7f65d7d85a8fb207cd files/digest-xrootconsole-0.4-r1 67
MD5 9130183d87016da6b4a53355f5c130d9 files/xrootconsole-0.4.parse-color.patch 840
+MD5 33a1c8a9645fbd7f65d7d85a8fb207cd files/digest-xrootconsole-0.4-r1 67
+MD5 33a1c8a9645fbd7f65d7d85a8fb207cd files/digest-xrootconsole-0.4 67
diff --git a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild
index efd951fee6cd..bc41852cd465 100644
--- a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild
+++ b/x11-misc/xrootconsole/xrootconsole-0.4-r1.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/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.4 2004/04/27 21:05:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.5 2004/05/22 01:34:55 port001 Exp $
inherit eutils
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc "
-DEPEND="x11-base/xfree"
+DEPEND="virtual/x11"
src_compile() {
epatch ${FILESDIR}/${P}.parse-color.patch
diff --git a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4.ebuild
index 723dacd78104..e7f32ad07b7a 100644
--- a/x11-misc/xrootconsole/xrootconsole-0.4.ebuild
+++ b/x11-misc/xrootconsole/xrootconsole-0.4.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/xrootconsole/xrootconsole-0.4.ebuild,v 1.9 2004/04/27 21:05:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4.ebuild,v 1.10 2004/05/22 01:34:55 port001 Exp $
DESCRIPTION="An utillity that displays its input in a text box on your root window"
HOMEPAGE="http://de-fac.to/bob/xrootconsole/"
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc "
-DEPEND="x11-base/xfree"
+DEPEND="virtual/x11"
src_compile() {
emake || die "emake failed"