summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 05:39:35 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 05:39:35 +0000
commit8151687a68dd07c2151ea4f8d277bfa0a7827e8c (patch)
treed3e889198afa4a9f376f49c4eddae67b1adbe46f /x11-plugins/wmmemmon
parentRespect Id tag in Javadocs source. (diff)
downloadhistorical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.tar.gz
historical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.tar.bz2
historical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.zip
Drop virtual/x11 references.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'x11-plugins/wmmemmon')
-rw-r--r--x11-plugins/wmmemmon/ChangeLog8
-rw-r--r--x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild16
2 files changed, 13 insertions, 11 deletions
diff --git a/x11-plugins/wmmemmon/ChangeLog b/x11-plugins/wmmemmon/ChangeLog
index a59b23d32ead..81f1851562b4 100644
--- a/x11-plugins/wmmemmon/ChangeLog
+++ b/x11-plugins/wmmemmon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmmemmon
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.16 2006/07/17 10:22:02 s4t4n Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.17 2007/07/22 04:52:21 dberkholz Exp $
+
+ 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ wmmemmon-1.0.1.ebuild:
+ Drop virtual/x11 references.
17 Jul 2006; Michele Noberasco <s4t4n@gentoo.org> wmmemmon-1.0.1.ebuild:
Fixed HOMEPAGE and SRC_URI. Closes bug #140294.
diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild
index f16e2aee668f..fdf78c10d8ad 100644
--- a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild
+++ b/x11-plugins/wmmemmon/wmmemmon-1.0.1.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/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.13 2006/07/17 10:22:02 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.14 2007/07/22 04:52:21 dberkholz Exp $
IUSE=""
DESCRIPTION="A program to monitor memory/swap usages."
@@ -11,14 +11,12 @@ LICENSE="GPL-2"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
SLOT="0"
-RDEPEND="|| ( (
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm )
- virtual/x11 )"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXpm"
DEPEND="${RDEPEND}
- || ( x11-proto/xextproto virtual/x11 )"
+ x11-proto/xextproto"
src_install () {