summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2005-06-24 00:32:26 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2005-06-24 00:32:26 +0000
commit6d2bd5fc6e69038fd166f2890162cfaac5b5d63f (patch)
tree19d1319f5bf4885a931dc048254b8463f4dede38 /x11-wm
parentupdate HOMEPAGE, use python eclass, touchups (diff)
downloadgentoo-2-6d2bd5fc6e69038fd166f2890162cfaac5b5d63f.tar.gz
gentoo-2-6d2bd5fc6e69038fd166f2890162cfaac5b5d63f.tar.bz2
gentoo-2-6d2bd5fc6e69038fd166f2890162cfaac5b5d63f.zip
Fixes for RDEPEND not drawing in correct binary packages if emerge -K; bug 39777
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/ChangeLog8
-rw-r--r--x11-wm/windowmaker/Manifest8
-rw-r--r--x11-wm/windowmaker/windowmaker-0.80.2-r2.ebuild5
-rw-r--r--x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild5
-rw-r--r--x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild5
-rw-r--r--x11-wm/windowmaker/windowmaker-0.91.0-r7.ebuild5
6 files changed, 23 insertions, 13 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog
index d5f6df69c650..fcd14fee2309 100644
--- a/x11-wm/windowmaker/ChangeLog
+++ b/x11-wm/windowmaker/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-wm/windowmaker
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.50 2005/06/23 22:53:01 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.51 2005/06/24 00:32:26 fafhrd Exp $
+
+ 24 Jun 2005; Armando Di Cianno <fafhrd@gentoo.org>
+ windowmaker-0.80.2-r2.ebuild, windowmaker-0.80.2-r4.ebuild,
+ windowmaker-0.91.0-r1.ebuild, windowmaker-0.91.0-r7.ebuild:
+ Fixes for RDEPEND not drawing in correct binary packages if emerge -K; bug
+ 39777
23 Jun 2005; Armando Di Cianno <fafhrd@gentoo.org>
-files/singleclick-shadeormaxopts-0.9x.patch,
diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest
index 4777c98cad62..0af4c52ed8b5 100644
--- a/x11-wm/windowmaker/Manifest
+++ b/x11-wm/windowmaker/Manifest
@@ -1,7 +1,7 @@
-MD5 d3046462a4dd550dcda85a7a5de6fb90 windowmaker-0.91.0-r1.ebuild 5910
-MD5 216067ab79cabdbd41540b5395ef7e02 windowmaker-0.80.2-r2.ebuild 3452
-MD5 a95454a71fe7aebc49bb65cb1b118d79 windowmaker-0.80.2-r4.ebuild 4083
-MD5 f4dafbfbc35ed1703384f98bd3ca8e0b windowmaker-0.91.0-r7.ebuild 6789
+MD5 f8de42bdb63f120ba281d906869c66a8 windowmaker-0.91.0-r1.ebuild 5921
+MD5 7b3b3348d3883cb286bd87f431d3ddbf windowmaker-0.80.2-r2.ebuild 3463
+MD5 d7cb972e1f13b3a146d6f28f8d52cdab windowmaker-0.80.2-r4.ebuild 4094
+MD5 92579da92a020082897f9168b9707269 windowmaker-0.91.0-r7.ebuild 6800
MD5 62074ef1b97044187eeb4ad4fee23ebd ChangeLog 13361
MD5 641b83c6027dc91a4ac14e1749a58b41 metadata.xml 222
MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r2 144
diff --git a/x11-wm/windowmaker/windowmaker-0.80.2-r2.ebuild b/x11-wm/windowmaker/windowmaker-0.80.2-r2.ebuild
index 153e0fe0bebb..d6342458ce6f 100644
--- a/x11-wm/windowmaker/windowmaker-0.80.2-r2.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.80.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.80.2-r2.ebuild,v 1.10 2005/06/23 22:53:01 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.80.2-r2.ebuild,v 1.11 2005/06/24 00:32:26 fafhrd Exp $
inherit eutils
@@ -21,7 +21,8 @@ DEPEND="virtual/x11
png? ( >=media-libs/libpng-1.2.1 )
jpeg? ( >=media-libs/jpeg-6b-r2 )"
-RDEPEND="nls? ( >=sys-devel/gettext-0.10.39 )"
+RDEPEND="${DEPEND}
+ nls? ( >=sys-devel/gettext-0.10.39 )"
SLOT="0"
LICENSE="GPL-2"
diff --git a/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild b/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild
index 6fb42046dd68..ba03cc98708f 100644
--- a/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild,v 1.10 2005/06/23 22:53:01 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.80.2-r4.ebuild,v 1.11 2005/06/24 00:32:26 fafhrd Exp $
inherit eutils flag-o-matic
filter-mfpmath "sse" "387"
@@ -23,7 +23,8 @@ DEPEND="virtual/x11
png? ( >=media-libs/libpng-1.2.1 )
jpeg? ( >=media-libs/jpeg-6b-r2 )"
-RDEPEND="nls? ( >=sys-devel/gettext-0.10.39 )"
+RDEPEND="${DEPEND}
+ nls? ( >=sys-devel/gettext-0.10.39 )"
SLOT="0"
LICENSE="GPL-2"
diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild
index c8ac4845a472..3f5e6cbcd607 100644
--- a/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild,v 1.14 2005/06/23 22:53:01 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r1.ebuild,v 1.15 2005/06/24 00:32:26 fafhrd Exp $
inherit eutils gnustep-funcs
@@ -19,7 +19,8 @@ DEPEND="x11-base/xorg-x11
png? ( >=media-libs/libpng-1.2.1 )
jpeg? ( >=media-libs/jpeg-6b-r2 )
tiff? ( >=media-libs/tiff-3.6.1-r2 )"
-RDEPEND="nls? ( >=sys-devel/gettext-0.10.39 )
+RDEPEND="${DEPEND}
+ nls? ( >=sys-devel/gettext-0.10.39 )
gnustep? ( gnustep-base/gnustep-env )"
SLOT="0"
diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r7.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r7.ebuild
index 869fe5fabb23..4a5b5d39dcb2 100644
--- a/x11-wm/windowmaker/windowmaker-0.91.0-r7.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.91.0-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r7.ebuild,v 1.2 2005/06/23 22:53:01 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r7.ebuild,v 1.3 2005/06/24 00:32:26 fafhrd Exp $
inherit eutils gnustep-funcs flag-o-matic
@@ -19,7 +19,8 @@ DEPEND="x11-base/xorg-x11
png? ( >=media-libs/libpng-1.2.1 )
jpeg? ( >=media-libs/jpeg-6b-r2 )
tiff? ( >=media-libs/tiff-3.6.1-r2 )"
-RDEPEND="nls? ( >=sys-devel/gettext-0.10.39 )
+RDEPEND="${DEPEND}
+ nls? ( >=sys-devel/gettext-0.10.39 )
gnustep? ( gnustep-base/gnustep-env )"
SLOT="0"