summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 05:09:22 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 05:09:22 +0000
commita1772e20f0ca3055f754275847e594b297f905c0 (patch)
treeadd5fe65df724ac4aaaa07cce9e0fe656a6ebeed /x11-plugins/wmfire
parentDrop virtual/x11 references. (diff)
downloadgentoo-2-a1772e20f0ca3055f754275847e594b297f905c0.tar.gz
gentoo-2-a1772e20f0ca3055f754275847e594b297f905c0.tar.bz2
gentoo-2-a1772e20f0ca3055f754275847e594b297f905c0.zip
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmfire')
-rw-r--r--x11-plugins/wmfire/ChangeLog6
-rw-r--r--x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild14
2 files changed, 11 insertions, 9 deletions
diff --git a/x11-plugins/wmfire/ChangeLog b/x11-plugins/wmfire/ChangeLog
index 605b42b8331e..e8cea169f7b4 100644
--- a/x11-plugins/wmfire/ChangeLog
+++ b/x11-plugins/wmfire/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmfire
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.8 2007/02/06 02:01:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.9 2007/07/22 05:09:22 dberkholz Exp $
+
+ 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ wmfire-0.0.3.9_pre4.ebuild:
+ Drop virtual/x11 references.
06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild
index 65ae8d015b35..19b60ad0ff8f 100644
--- a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild
+++ b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.10 2006/01/24 23:15:49 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.11 2007/07/22 05:09:22 dberkholz Exp $
IUSE=""
@@ -11,13 +11,11 @@ DESCRIPTION="WindowMaker dockapp that displays cpu usage as a dancing flame"
SRC_URI="http://staff.xmms.org/zinx/misc/${MY_P}.tar.gz"
HOMEPAGE="http://staff.xmms.org/zinx/misc"
-RDEPEND="|| ( (
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm )
- virtual/x11 )"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
DEPEND="${RDEPEND}
- || ( x11-proto/xextproto virtual/x11 )"
+ x11-proto/xextproto"
SLOT="0"
LICENSE="GPL-2"