diff options
author | Ian Leitch <port001@gentoo.org> | 2004-05-22 01:34:55 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-05-22 01:34:55 +0000 |
commit | 95906e2ed16b896ab613f36b75804587dcd5e353 (patch) | |
tree | a27f6d4167e2dce96cc93bf73a948ec28eadbe9f /x11-misc/xrootconsole | |
parent | alpha1-r2 in stable, add alpha2. (Manifest recommit) (diff) | |
download | gentoo-2-95906e2ed16b896ab613f36b75804587dcd5e353.tar.gz gentoo-2-95906e2ed16b896ab613f36b75804587dcd5e353.tar.bz2 gentoo-2-95906e2ed16b896ab613f36b75804587dcd5e353.zip |
Changed DEPEND to virtual/x11
Diffstat (limited to 'x11-misc/xrootconsole')
-rw-r--r-- | x11-misc/xrootconsole/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4.ebuild | 4 |
3 files changed, 9 insertions, 5 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/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" |