summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-10-10 21:10:50 +0000
committerUlrich Müller <ulm@gentoo.org>2010-10-10 21:10:50 +0000
commitab110a57e553a9921d4753e25133af0bb5305530 (patch)
tree6cd4437abf5e56182deef948881ca89308ea9fd9 /x11-misc
parentarm stable, bug #337575 (diff)
downloadhistorical-ab110a57e553a9921d4753e25133af0bb5305530.tar.gz
historical-ab110a57e553a9921d4753e25133af0bb5305530.tar.bz2
historical-ab110a57e553a9921d4753e25133af0bb5305530.zip
Fix openmotif dependency.
Package-Manager: portage-2.1.9.14/cvs/Linux x86_64
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xcalendar/ChangeLog6
-rw-r--r--x11-misc/xcalendar/xcalendar-4.0-r1.ebuild4
-rw-r--r--x11-misc/xcalendar/xcalendar-4.0.ebuild8
-rw-r--r--x11-misc/xcb/ChangeLog6
-rw-r--r--x11-misc/xcb/xcb-2.4-r1.ebuild4
-rw-r--r--x11-misc/xcb/xcb-2.4.ebuild6
-rw-r--r--x11-misc/xlockmore/ChangeLog6
-rw-r--r--x11-misc/xlockmore/xlockmore-5.28.ebuild6
-rw-r--r--x11-misc/xlockmore/xlockmore-5.29.1.ebuild4
-rw-r--r--x11-misc/xlockmore/xlockmore-5.31.ebuild4
-rw-r--r--x11-misc/xmbdfed/ChangeLog8
-rw-r--r--x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild6
-rw-r--r--x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild7
13 files changed, 47 insertions, 28 deletions
diff --git a/x11-misc/xcalendar/ChangeLog b/x11-misc/xcalendar/ChangeLog
index 61c0f389d5ad..dd4d237aa77a 100644
--- a/x11-misc/xcalendar/ChangeLog
+++ b/x11-misc/xcalendar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xcalendar
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.22 2010/09/01 15:06:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.23 2010/10/10 21:04:36 ulm Exp $
+
+ 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xcalendar-4.0.ebuild,
+ xcalendar-4.0-r1.ebuild:
+ Fix openmotif dependency.
*xcalendar-4.0-r1 (01 Sep 2010)
diff --git a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
index f37f2f76eb77..71a1b1ae7dfd 100644
--- a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
+++ b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild,v 1.1 2010/09/01 15:06:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild,v 1.2 2010/10/10 21:04:36 ulm Exp $
EAPI=2
@@ -24,7 +24,7 @@ DEPEND="${RDEPEND}
x11-misc/imake
x11-proto/xproto
x11-misc/gccmakedep
- motif? ( x11-libs/openmotif )"
+ motif? ( >=x11-libs/openmotif-2.3:0 )"
S=${WORKDIR}/${PN}
diff --git a/x11-misc/xcalendar/xcalendar-4.0.ebuild b/x11-misc/xcalendar/xcalendar-4.0.ebuild
index feb8a95de943..3840818b11cc 100644
--- a/x11-misc/xcalendar/xcalendar-4.0.ebuild
+++ b/x11-misc/xcalendar/xcalendar-4.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.20 2008/03/23 15:17:34 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.21 2010/10/10 21:04:36 ulm Exp $
+
+EAPI=1
inherit eutils
@@ -21,7 +23,7 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
x11-misc/imake
x11-proto/xproto
- motif? ( x11-libs/openmotif )"
+ motif? ( >=x11-libs/openmotif-2.3:0 )"
S=${WORKDIR}/${PN}
diff --git a/x11-misc/xcb/ChangeLog b/x11-misc/xcb/ChangeLog
index 761060295063..4da5a1d803ef 100644
--- a/x11-misc/xcb/ChangeLog
+++ b/x11-misc/xcb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xcb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.14 2010/09/17 01:43:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.15 2010/10/10 21:06:10 ulm Exp $
+
+ 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xcb-2.4.ebuild,
+ xcb-2.4-r1.ebuild:
+ Fix openmotif dependency.
*xcb-2.4-r1 (17 Sep 2010)
diff --git a/x11-misc/xcb/xcb-2.4-r1.ebuild b/x11-misc/xcb/xcb-2.4-r1.ebuild
index 55764b1c350a..018b1d3f3804 100644
--- a/x11-misc/xcb/xcb-2.4-r1.ebuild
+++ b/x11-misc/xcb/xcb-2.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4-r1.ebuild,v 1.1 2010/09/17 01:43:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4-r1.ebuild,v 1.2 2010/10/10 21:06:10 ulm Exp $
EAPI=2
@@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXext"
DEPEND="${RDEPEND}
x11-proto/xproto
- motif? ( x11-libs/openmotif )"
+ motif? ( >=x11-libs/openmotif-2.3:0 )"
src_compile() {
local gui libs
diff --git a/x11-misc/xcb/xcb-2.4.ebuild b/x11-misc/xcb/xcb-2.4.ebuild
index 9eeabee45195..07a6e1c9b04a 100644
--- a/x11-misc/xcb/xcb-2.4.ebuild
+++ b/x11-misc/xcb/xcb-2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.12 2009/05/02 10:10:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.13 2010/10/10 21:06:10 ulm Exp $
EAPI=2
inherit toolchain-funcs
@@ -20,7 +20,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXext"
DEPEND="${RDEPEND}
x11-proto/xproto
- motif? ( x11-libs/openmotif )"
+ motif? ( >=x11-libs/openmotif-2.3:0 )"
src_compile() {
local gui libs
diff --git a/x11-misc/xlockmore/ChangeLog b/x11-misc/xlockmore/ChangeLog
index 564b6a3622e9..f5c7a0dabe36 100644
--- a/x11-misc/xlockmore/ChangeLog
+++ b/x11-misc/xlockmore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xlockmore
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.84 2010/06/29 20:11:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.85 2010/10/10 21:07:53 ulm Exp $
+
+ 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xlockmore-5.28.ebuild,
+ xlockmore-5.29.1.ebuild, xlockmore-5.31.ebuild:
+ Fix openmotif dependency.
29 Jun 2010; Markos Chandras <hwoarang@gentoo.org> xlockmore-5.31.ebuild:
Drop obsolete X flag from IUSE
diff --git a/x11-misc/xlockmore/xlockmore-5.28.ebuild b/x11-misc/xlockmore/xlockmore-5.28.ebuild
index c384cfbbdd6c..e78b5d1f4c0e 100644
--- a/x11-misc/xlockmore/xlockmore-5.28.ebuild
+++ b/x11-misc/xlockmore/xlockmore-5.28.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.28.ebuild,v 1.9 2009/08/10 15:10:39 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.28.ebuild,v 1.10 2010/10/10 21:07:53 ulm Exp $
EAPI=2
inherit flag-o-matic pam
@@ -25,7 +25,7 @@ RDEPEND="x11-libs/libX11
pam? ( virtual/pam )
nas? ( media-libs/nas )
esd? ( media-sound/esound )
- motif? ( x11-libs/openmotif )
+ motif? ( >=x11-libs/openmotif-2.3:0 )
gtk? ( >=x11-libs/gtk+-2:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
diff --git a/x11-misc/xlockmore/xlockmore-5.29.1.ebuild b/x11-misc/xlockmore/xlockmore-5.29.1.ebuild
index e493dc82833c..ada69e454da7 100644
--- a/x11-misc/xlockmore/xlockmore-5.29.1.ebuild
+++ b/x11-misc/xlockmore/xlockmore-5.29.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v 1.3 2010/02/14 15:43:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.29.1.ebuild,v 1.4 2010/10/10 21:07:53 ulm Exp $
EAPI=2
inherit autotools eutils flag-o-matic pam
@@ -25,7 +25,7 @@ RDEPEND="x11-libs/libX11
pam? ( virtual/pam )
nas? ( media-libs/nas )
esd? ( media-sound/esound )
- motif? ( x11-libs/openmotif )
+ motif? ( >=x11-libs/openmotif-2.3:0 )
gtk? ( x11-libs/gtk+:2 )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
diff --git a/x11-misc/xlockmore/xlockmore-5.31.ebuild b/x11-misc/xlockmore/xlockmore-5.31.ebuild
index bcf11b630880..757e89aa7e5d 100644
--- a/x11-misc/xlockmore/xlockmore-5.31.ebuild
+++ b/x11-misc/xlockmore/xlockmore-5.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.31.ebuild,v 1.2 2010/06/29 20:11:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.31.ebuild,v 1.3 2010/10/10 21:07:53 ulm Exp $
EAPI=2
inherit autotools eutils flag-o-matic pam
@@ -25,7 +25,7 @@ RDEPEND="x11-libs/libX11
pam? ( virtual/pam )
nas? ( media-libs/nas )
esd? ( media-sound/esound )
- motif? ( x11-libs/openmotif )
+ motif? ( >=x11-libs/openmotif-2.3:0 )
gtk? ( x11-libs/gtk+:2 )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
diff --git a/x11-misc/xmbdfed/ChangeLog b/x11-misc/xmbdfed/ChangeLog
index 642846882ce8..e69b01562b1d 100644
--- a/x11-misc/xmbdfed/ChangeLog
+++ b/x11-misc/xmbdfed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xmbdfed
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/ChangeLog,v 1.24 2009/11/21 17:29:32 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/ChangeLog,v 1.25 2010/10/10 21:10:50 ulm Exp $
+
+ 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xmbdfed-4.7_p1.ebuild,
+ xmbdfed-4.7_p1-r1.ebuild:
+ Fix openmotif dependency.
21 Nov 2009; Markus Meier <maekke@gentoo.org> xmbdfed-4.7_p1-r1.ebuild:
x86 stable, bug #289341
diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild
index 9fa322dff645..4d662b599471 100644
--- a/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild
+++ b/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild,v 1.5 2009/11/21 17:29:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1-r1.ebuild,v 1.6 2010/10/10 21:10:50 ulm Exp $
EAPI=2
MY_P=${P/_p*}
@@ -18,7 +18,7 @@ IUSE=""
RESTRICT="test"
-DEPEND=">=x11-libs/openmotif-2.3.0-r1
+DEPEND=">=x11-libs/openmotif-2.3.0-r1:0
media-libs/freetype"
RDEPEND="${DEPEND}
media-fonts/font-adobe-75dpi
diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild
index e34fbe8db38b..376bafb38ddf 100644
--- a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild
+++ b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.9 2008/12/15 22:54:27 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.10 2010/10/10 21:10:50 ulm Exp $
+EAPI=1
inherit eutils toolchain-funcs
MY_P=${P/_p*}
@@ -15,7 +16,7 @@ LICENSE="as-is"
KEYWORDS="x86 ppc"
IUSE=""
-DEPEND=">=x11-libs/openmotif-2.3.0-r1
+DEPEND=">=x11-libs/openmotif-2.3.0-r1:0
media-libs/freetype"
S=${WORKDIR}/${MY_P}