summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 03:09:01 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-07-22 03:09:01 +0000
commit76b2dd252a4b15d135564d23d353eccf7859f7e6 (patch)
treee0c588c13cd7787ed9c2482092b4170096f09731 /x11-libs
parentDrop virtual/x11 references. (diff)
downloadgentoo-2-76b2dd252a4b15d135564d23d353eccf7859f7e6.tar.gz
gentoo-2-76b2dd252a4b15d135564d23d353eccf7859f7e6.tar.bz2
gentoo-2-76b2dd252a4b15d135564d23d353eccf7859f7e6.zip
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/xclass/ChangeLog6
-rw-r--r--x11-libs/xclass/xclass-0.8.2-r1.ebuild8
-rw-r--r--x11-libs/xclass/xclass-0.8.2-r2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog
index 1a236505e876..2ef5a665ff03 100644
--- a/x11-libs/xclass/ChangeLog
+++ b/x11-libs/xclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/xclass
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.18 2007/05/11 18:23:15 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.19 2007/07/22 03:09:01 dberkholz Exp $
+
+ 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ xclass-0.8.2-r1.ebuild, xclass-0.8.2-r2.ebuild:
+ Drop virtual/x11 references.
11 May 2007; Thilo Bangert <bangert@gentoo.org> +metadata.xml:
add metadata.xml
diff --git a/x11-libs/xclass/xclass-0.8.2-r1.ebuild b/x11-libs/xclass/xclass-0.8.2-r1.ebuild
index 4adc7a9cf89c..4ffab76e9387 100644
--- a/x11-libs/xclass/xclass-0.8.2-r1.ebuild
+++ b/x11-libs/xclass/xclass-0.8.2-r1.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-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.6 2006/03/15 08:10:10 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.7 2007/07/22 03:09:01 dberkholz Exp $
DESCRIPTION="a C++ GUI toolkit for the X windows environment"
HOMEPAGE="http://xclass.sourceforge.net/"
@@ -11,10 +11,10 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha"
IUSE=""
-RDEPEND="|| ( x11-libs/libXpm virtual/x11 )
+RDEPEND="x11-libs/libXpm
virtual/libc"
DEPEND="${RDEPEND}
- || ( x11-proto/xextproto virtual/x11 )
+ x11-proto/xextproto
>=sys-apps/sed-4"
src_unpack() {
diff --git a/x11-libs/xclass/xclass-0.8.2-r2.ebuild b/x11-libs/xclass/xclass-0.8.2-r2.ebuild
index 657e05887502..e08505f10425 100644
--- a/x11-libs/xclass/xclass-0.8.2-r2.ebuild
+++ b/x11-libs/xclass/xclass-0.8.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r2.ebuild,v 1.2 2007/03/05 15:33:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r2.ebuild,v 1.3 2007/07/22 03:09:01 dberkholz Exp $
DESCRIPTION="a C++ GUI toolkit for the X windows environment"
HOMEPAGE="http://xclass.sourceforge.net/"
@@ -11,10 +11,10 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-RDEPEND="|| ( x11-libs/libXpm virtual/x11 )
+RDEPEND="x11-libs/libXpm
virtual/libc"
DEPEND="${RDEPEND}
- || ( x11-proto/xextproto virtual/x11 )
+ x11-proto/xextproto
>=sys-apps/sed-4"
src_unpack() {