summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:29:00 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:29:00 +0000
commitd855906339e3df2857337911ab140a3a2ea7ae9e (patch)
treeece4abd82e73a8ac4abbe9b4cbdfc4653fc009c2 /x11-wm/matchbox
parentMark 1.08 stable on alpha (diff)
downloadhistorical-d855906339e3df2857337911ab140a3a2ea7ae9e.tar.gz
historical-d855906339e3df2857337911ab140a3a2ea7ae9e.tar.bz2
historical-d855906339e3df2857337911ab140a3a2ea7ae9e.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-wm/matchbox')
-rw-r--r--x11-wm/matchbox/ChangeLog7
-rw-r--r--x11-wm/matchbox/Manifest12
-rw-r--r--x11-wm/matchbox/matchbox-0.7.1.ebuild17
3 files changed, 29 insertions, 7 deletions
diff --git a/x11-wm/matchbox/ChangeLog b/x11-wm/matchbox/ChangeLog
index 3b94232d51cb..322c4a291d16 100644
--- a/x11-wm/matchbox/ChangeLog
+++ b/x11-wm/matchbox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/matchbox
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.7 2005/10/31 16:21:55 nelchael Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.8 2006/01/31 21:29:00 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> matchbox-0.7.1.ebuild:
+ Fixed DEPEND for modular X.
31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> matchbox-0.7.1.ebuild:
Fixed dodoc not to install COPYING and INSTALL.
diff --git a/x11-wm/matchbox/Manifest b/x11-wm/matchbox/Manifest
index 555c68b5ca2c..6ef73c03a6c9 100644
--- a/x11-wm/matchbox/Manifest
+++ b/x11-wm/matchbox/Manifest
@@ -1,4 +1,12 @@
-MD5 43f123c6e2ec3885765bbe78a9bb8271 ChangeLog 892
+MD5 587fd79bdfe2aaab62b7e039839ac05c ChangeLog 999
+RMD160 b2dd7f0756ab7521c0b63ee9b8193f404f49d208 ChangeLog 999
+SHA256 8d7861fdc8724dee469039b3f2d09e209f53639a43a183f68f039c5eb03b8704 ChangeLog 999
MD5 e4c7a462aef6e5d90a2210cfe9797a60 files/digest-matchbox-0.7.1 66
-MD5 a14bea7adc41daffada01d54e6b27100 matchbox-0.7.1.ebuild 1255
+RMD160 bf30bc62391d1dd4c2bfb7f52561fa3928655e51 files/digest-matchbox-0.7.1 66
+SHA256 ec3e780429347ce59c1d7bb1a04c852ea449e3ecc680cebbe3d2bf7ec0872fd3 files/digest-matchbox-0.7.1 66
+MD5 f35a73140bd630f23b33dc76d7c99a44 matchbox-0.7.1.ebuild 1447
+RMD160 32a3317548ee6b500d6f248a322c9cf59ac1fac2 matchbox-0.7.1.ebuild 1447
+SHA256 e3d9a91dc549a4059dd819ee33dc64864f4307bf2f5dc097c5034cba0282e043 matchbox-0.7.1.ebuild 1447
MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
+RMD160 f74c5ca8d8aa0d0897c7c107f6eb4424d4f4343e metadata.xml 173
+SHA256 2f2c48f12680e78f700e809ba6ff98c67b1ea8b707291659c1bfb6b20d28835f metadata.xml 173
diff --git a/x11-wm/matchbox/matchbox-0.7.1.ebuild b/x11-wm/matchbox/matchbox-0.7.1.ebuild
index ef060381b12d..4ed1e644d298 100644
--- a/x11-wm/matchbox/matchbox-0.7.1.ebuild
+++ b/x11-wm/matchbox/matchbox-0.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.7 2005/10/31 16:21:55 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.8 2006/01/31 21:29:00 nelchael Exp $
IUSE="jpeg png nls debug"
@@ -12,7 +12,14 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc x86"
-RDEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libXtst
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libXrender
+ x11-libs/libXft )
+ virtual/x11 )
dev-libs/expat
x11-libs/startup-notification
x11-libs/libxsettings-client
@@ -20,6 +27,10 @@ RDEPEND="virtual/x11
jpeg? ( media-libs/jpeg )"
DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
sys-devel/libtool"
use debug && RESTRICT="nostrip"