diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 03:25:08 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 03:25:08 +0000 |
commit | 8d674a4d3518a3356a5ffae2df06733bf419c4d5 (patch) | |
tree | 82b5f6c018ba455253a8cf80d78dd4b7e62e0641 /x11-misc/xcompmgr | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-8d674a4d3518a3356a5ffae2df06733bf419c4d5.tar.gz gentoo-2-8d674a4d3518a3356a5ffae2df06733bf419c4d5.tar.bz2 gentoo-2-8d674a4d3518a3356a5ffae2df06733bf419c4d5.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild | 19 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild | 19 |
3 files changed, 19 insertions, 25 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index 6e66499575b1..5b91026e94ac 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xcompmgr # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.21 2007/02/22 00:01:42 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.22 2007/07/22 03:25:08 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + xcompmgr-1.1.2.ebuild, xcompmgr-1.1.3.ebuild: + Drop virtual/x11 references. 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild index 72b312f5809c..c66a08b9f8b6 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild,v 1.2 2005/10/24 03:27:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.2.ebuild,v 1.3 2007/07/22 03:25:08 dberkholz Exp $ inherit eutils @@ -14,18 +14,13 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~x86 ~ppc ~amd64" -RDEPEND="|| ( ( - x11-libs/libXrender - x11-libs/libXfixes - x11-libs/libXdamage - x11-libs/libXcomposite - ) - virtual/x11 - )" +RDEPEND="x11-libs/libXrender + x11-libs/libXfixes + x11-libs/libXdamage + x11-libs/libXcomposite" DEPEND="${RDEPEND} - dev-util/pkgconfig - !<x11-base/xorg-x11-6.8.0" + dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild index 85397c2354da..0498b91b22a8 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.3.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-misc/xcompmgr/xcompmgr-1.1.3.ebuild,v 1.4 2006/10/30 04:04:54 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3.ebuild,v 1.5 2007/07/22 03:25:08 dberkholz Exp $ inherit eutils @@ -14,18 +14,13 @@ SLOT="0" LICENSE="BSD" KEYWORDS="amd64 ppc ~sparc x86" -RDEPEND="|| ( ( - x11-libs/libXrender - x11-libs/libXfixes - x11-libs/libXdamage - x11-libs/libXcomposite - ) - virtual/x11 - )" +RDEPEND="x11-libs/libXrender + x11-libs/libXfixes + x11-libs/libXdamage + x11-libs/libXcomposite" DEPEND="${RDEPEND} - dev-util/pkgconfig - !<x11-base/xorg-x11-6.8.0" + dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die |