diff options
author | 2005-12-11 07:53:02 +0000 | |
---|---|---|
committer | 2005-12-11 07:53:02 +0000 | |
commit | 2d6653f8c87b6dc56f751111660e4672149be90c (patch) | |
tree | 191a3a7769e9b5ee11aa089976b380de1624f044 /x11-libs/Xaw3d | |
parent | Fix them. (diff) | |
download | historical-2d6653f8c87b6dc56f751111660e4672149be90c.tar.gz historical-2d6653f8c87b6dc56f751111660e4672149be90c.tar.bz2 historical-2d6653f8c87b6dc56f751111660e4672149be90c.zip |
Add modular X dependencies.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-libs/Xaw3d')
-rw-r--r-- | x11-libs/Xaw3d/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/Xaw3d/Manifest | 16 | ||||
-rw-r--r-- | x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | 20 |
3 files changed, 24 insertions, 19 deletions
diff --git a/x11-libs/Xaw3d/ChangeLog b/x11-libs/Xaw3d/ChangeLog index f4e4749bb70a..315e7fa94a24 100644 --- a/x11-libs/Xaw3d/ChangeLog +++ b/x11-libs/Xaw3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/Xaw3d -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.19 2004/10/24 12:20:30 usata Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.20 2005/12/11 07:53:02 spyderous Exp $ + + 11 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; Xaw3d-1.5-r1.ebuild: + Add modular X dependencies. 24 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> Xaw3d-1.5-r1.ebuild: Stable on ppc-macos. diff --git a/x11-libs/Xaw3d/Manifest b/x11-libs/Xaw3d/Manifest index 00c3d6a5b874..a5ebb11e4a36 100644 --- a/x11-libs/Xaw3d/Manifest +++ b/x11-libs/Xaw3d/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4d2375cd15060dd4f6ffdd1dccd06866 ChangeLog 2096 -MD5 997c04f36483b688ed3d74683dbf5c93 Xaw3d-1.5-r1.ebuild 1982 -MD5 12f07352cba3c1cfefa93e5f9d10c4a0 files/digest-Xaw3d-1.5-r1 61 +MD5 27df9e2c4f91ddeed47cd90550088812 ChangeLog 2207 +MD5 051aa41174df1eb1bfbb48e7603200e8 Xaw3d-1.5-r1.ebuild 2169 MD5 8103db23293fc4226cadb7df282f952b files/Xaw3d-out-of-tree.diff 232 MD5 014f228d620c9680e30cdf1c068635c2 files/Xaw3d-xfree86.diff 420 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (Darwin) - -iD8DBQFBe54YVWNWqTUmv+0RAsGoAJwIOCPqXz5okO43Peiy2Nt6zC2pBACgjOey -smjftrgkFucGNLw8vlJKXS4= -=+g72 ------END PGP SIGNATURE----- +MD5 12f07352cba3c1cfefa93e5f9d10c4a0 files/digest-Xaw3d-1.5-r1 61 diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild index b7148c2f18f4..af53f3964f4e 100644 --- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild +++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.27 2004/10/24 12:20:30 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.28 2005/12/11 07:53:02 spyderous Exp $ # Ok, hopefully this will resolv the problem with the version of libXaw3d that # gets created. @@ -30,8 +30,20 @@ KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 ppc-macos" IUSE="" # There _might_ be something else, but I doubt it. -DEPEND="virtual/x11 - >=sys-apps/sed-4" +RDEPEND="|| ( ( x11-libs/libXt + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXpm + x11-libs/libXp + ) + virtual/x11 + )" +DEPEND="${RDEPEND} + >=sys-apps/sed-4 + || ( ( x11-proto/xextproto + ) + virtual/x11 + )" src_unpack() { unpack ${P}.tar.gz |