From: Donnie Berkholz Date: Wed, 15 Mar 2006 08:10:10 +0000 (+0000) Subject: (#124064) Add modular X deps, based on work of Mauricio L. Pilla. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ef4178aa3fabae313240d15bd478b4069eb5700;p=gentoo.git (#124064) Add modular X deps, based on work of Mauricio L. Pilla. Package-Manager: portage-2.1_pre6-r2 --- diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog index 8938a722f228..6177ea6dad58 100644 --- a/x11-libs/xclass/ChangeLog +++ b/x11-libs/xclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xclass -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.12 2004/06/28 19:45:27 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.13 2006/03/15 08:10:10 spyderous Exp $ + + 15 Mar 2006; Donnie Berkholz ; + xclass-0.8.2-r1.ebuild: + (#124064) Add modular X deps, based on work of Mauricio L. Pilla. 28 Jun 2004; Aron Griffis xclass-0.8.2-r1.ebuild: glibc -> libc, add sed-4 dep diff --git a/x11-libs/xclass/Manifest b/x11-libs/xclass/Manifest index 8fa6196e4c09..663a2ae1315d 100644 --- a/x11-libs/xclass/Manifest +++ b/x11-libs/xclass/Manifest @@ -1,13 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f7bc98f286b6b00d1123cdc88016e4b8 ChangeLog 1201 -MD5 091e3a9c87b87a1b1c1698eb16c37ba1 xclass-0.8.2-r1.ebuild 1427 +MD5 135cfa983b43de486be25f385aa7ea6d ChangeLog 1352 +RMD160 011d84ba6bafe1c28f7db2c484a1f40eea3c48db ChangeLog 1352 +SHA256 01e3cec8b58c833e1523ad5bf0a54fbacf043d6bac90b03066b4b98c3f7675b4 ChangeLog 1352 MD5 5e06d8892b0af94c7e720a4c2873bc78 files/digest-xclass-0.8.2-r1 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB1w6droRuSHgZdywRAredAJ42ZqiMWfKY5x/T8TA4jS/4iAHtPwCfcetn -M8i7uofXDbaSsd1lMn2jSgM= -=/RBe ------END PGP SIGNATURE----- +RMD160 4ba015037cb6642a20c62d1ed44c2b44c04a88fa files/digest-xclass-0.8.2-r1 64 +SHA256 721cec3bc339a50e9454de95dc06532469a69e943b550c2c94e98464a5a703f4 files/digest-xclass-0.8.2-r1 64 +MD5 c624a5786164cb6dfb09552a7368bd0c xclass-0.8.2-r1.ebuild 1514 +RMD160 43650f716b2b6e08c14ab436979aededb00e53a3 xclass-0.8.2-r1.ebuild 1514 +SHA256 062b95f82b7bec9b2831f889daee08e71bfcee3f35a0b920c7d8b5bb7aca4af5 xclass-0.8.2-r1.ebuild 1514 diff --git a/x11-libs/xclass/xclass-0.8.2-r1.ebuild b/x11-libs/xclass/xclass-0.8.2-r1.ebuild index 7fcf3d02076e..4adc7a9cf89c 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-2004 Gentoo Foundation +# Copyright 1999-2006 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.5 2005/01/01 20:56:43 vapier Exp $ +# $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 $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" @@ -11,8 +11,10 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha" IUSE="" -DEPEND="virtual/x11 - virtual/libc +RDEPEND="|| ( x11-libs/libXpm virtual/x11 ) + virtual/libc" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 ) >=sys-apps/sed-4" src_unpack() {