* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-02-17 11:44 Ulrich Mueller (ulm)
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-17 11:44 UTC (permalink / raw
To: gentoo-commits
ulm 08/02/17 11:44:28
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
Fix problem with invisible menu items in ddd, bug 210220.
(Portage version: 2.1.4.4)
Revision Changes Path
1.156 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 16 Feb 2008 16:17:20 -0000 1.155
+++ ChangeLog 17 Feb 2008 11:44:27 -0000 1.156
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.155 2008/02/16 16:17:20 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.156 2008/02/17 11:44:27 ulm Exp $
+
+ 17 Feb 2008; Ulrich Mueller <ulm@gentoo.org>
+ +files/openmotif-2.3.0-sensitivity-invisible.patch,
+ openmotif-2.3.0-r1.ebuild:
+ Fix problem with invisible menu items in ddd, bug 210220.
16 Feb 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0.ebuild:
Stable on amd64, bug 204265.
1.5 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.4&r2=1.5
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openmotif-2.3.0-r1.ebuild 14 Feb 2008 22:01:55 -0000 1.4
+++ openmotif-2.3.0-r1.ebuild 17 Feb 2008 11:44:27 -0000 1.5
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.4 2008/02/14 22:01:55 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.5 2008/02/17 11:44:27 ulm Exp $
-inherit flag-o-matic multilib autotools
+inherit eutils flag-o-matic multilib autotools
DESCRIPTION="Open Motif"
HOMEPAGE="http://www.motifzone.org/"
@@ -69,6 +69,7 @@
src_unpack() {
unpack ${A}
cd "${S}"
+ epatch "${FILESDIR}/${P}-sensitivity-invisible.patch"
# disable compilation of demo binaries
sed -i -e 's/^[ \t]*demos//' Makefile.in
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-02-21 17:24 Ulrich Mueller (ulm)
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-21 17:24 UTC (permalink / raw
To: gentoo-commits
ulm 08/02/21 17:24:08
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
Add message about unslotting and backwards compatibility to pkg_postinst.
(Portage version: 2.1.4.4)
Revision Changes Path
1.157 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.156&r2=1.157
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog 17 Feb 2008 11:44:27 -0000 1.156
+++ ChangeLog 21 Feb 2008 17:24:08 -0000 1.157
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.156 2008/02/17 11:44:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.157 2008/02/21 17:24:08 ulm Exp $
+
+ 21 Feb 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild:
+ Add message about unslotting and backwards compatibility to pkg_postinst.
17 Feb 2008; Ulrich Mueller <ulm@gentoo.org>
+files/openmotif-2.3.0-sensitivity-invisible.patch,
1.7 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.6&r2=1.7
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openmotif-2.3.0-r1.ebuild 19 Feb 2008 07:11:35 -0000 1.6
+++ openmotif-2.3.0-r1.ebuild 21 Feb 2008 17:24:08 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.6 2008/02/19 07:11:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.7 2008/02/21 17:24:08 ulm Exp $
inherit eutils flag-o-matic multilib autotools
@@ -94,6 +94,7 @@
insinto /etc/X11/app-defaults
doins "${FILESDIR}"/Mwm.defaults
+ local f
for f in /usr/share/man/man1/mwm.1 /usr/share/man/man4/mwmrc.4; do
dosed 's:/usr/lib/X11/\(.*system\\&\.mwmrc\):/etc/X11/mwm/\1:g' ${f}
dosed 's:/usr/lib/X11/app-defaults:/etc/X11/app-defaults:g' ${f}
@@ -113,3 +114,20 @@
dodoc README RELEASE RELNOTES BUGREPORT TODO
use doc && cp "${WORKDIR}"/*.pdf "${D}"/usr/share/doc/${PF}
}
+
+pkg_postinst() {
+ local line
+ while read line; do elog "${line}"; done <<-EOF
+ Gentoo is no longer providing slotted Open Motif libraries.
+ See bug 204249 and its dependencies for the reasons.
+
+ From the Open Motif 2.3.0 (upstream) release notes:
+ "Open Motif 2.3 is an updated version of 2.2. Any applications
+ built against a previous 2.x release of Open Motif will be binary
+ compatible with this release."
+
+ If you have binary-only applications requiring libXm.so.3, you may
+ therefore create a symlink from libXm.so.3 to libXm.so.4.
+ Please note, however, that there will be no Gentoo support for this.
+ EOF
+}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-02-28 15:50 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 11+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-02-28 15:50 UTC (permalink / raw
To: gentoo-commits
nixnut 08/02/28 15:50:29
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
Stable on ppc wrt bug 211696
(Portage version: 2.1.4.4)
Revision Changes Path
1.159 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.158&r2=1.159
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog 23 Feb 2008 19:11:23 -0000 1.158
+++ ChangeLog 28 Feb 2008 15:50:29 -0000 1.159
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.158 2008/02/23 19:11:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.159 2008/02/28 15:50:29 nixnut Exp $
+
+ 28 Feb 2008; nixnut <nixnut@gentoo.org> openmotif-2.3.0-r1.ebuild:
+ Stable on ppc wrt bug 211696
23 Feb 2008; Ulrich Mueller <ulm@gentoo.org>
-files/openmotif-2.2.3-CAN-2004-0687-0688.patch,
1.8 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.7&r2=1.8
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openmotif-2.3.0-r1.ebuild 21 Feb 2008 17:24:08 -0000 1.7
+++ openmotif-2.3.0-r1.ebuild 28 Feb 2008 15:50:29 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.7 2008/02/21 17:24:08 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.8 2008/02/28 15:50:29 nixnut Exp $
inherit eutils flag-o-matic multilib autotools
@@ -11,7 +11,7 @@
LICENSE="MOTIF doc? ( OPL )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc examples jpeg png xft"
# make people unmerge motif-config and all previous slots
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-02-28 17:18 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2008-02-28 17:18 UTC (permalink / raw
To: gentoo-commits
jer 08/02/28 17:18:57
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
Stable for HPPA (bug #211696).
(Portage version: 2.1.4.4)
Revision Changes Path
1.160 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.159&r2=1.160
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog 28 Feb 2008 15:50:29 -0000 1.159
+++ ChangeLog 28 Feb 2008 17:18:57 -0000 1.160
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.159 2008/02/28 15:50:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.160 2008/02/28 17:18:57 jer Exp $
+
+ 28 Feb 2008; Jeroen Roovers <jer@gentoo.org> openmotif-2.3.0-r1.ebuild:
+ Stable for HPPA (bug #211696).
28 Feb 2008; nixnut <nixnut@gentoo.org> openmotif-2.3.0-r1.ebuild:
Stable on ppc wrt bug 211696
1.9 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.8&r2=1.9
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openmotif-2.3.0-r1.ebuild 28 Feb 2008 15:50:29 -0000 1.8
+++ openmotif-2.3.0-r1.ebuild 28 Feb 2008 17:18:57 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.8 2008/02/28 15:50:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.9 2008/02/28 17:18:57 jer Exp $
inherit eutils flag-o-matic multilib autotools
@@ -11,7 +11,7 @@
LICENSE="MOTIF doc? ( OPL )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc examples jpeg png xft"
# make people unmerge motif-config and all previous slots
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-02-28 21:57 Markus Meier (maekke)
0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2008-02-28 21:57 UTC (permalink / raw
To: gentoo-commits
maekke 08/02/28 21:57:15
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
x86 stable, bug #211696
(Portage version: 2.1.4.4)
Revision Changes Path
1.161 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.160&r2=1.161
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog 28 Feb 2008 17:18:57 -0000 1.160
+++ ChangeLog 28 Feb 2008 21:57:14 -0000 1.161
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.160 2008/02/28 17:18:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.161 2008/02/28 21:57:14 maekke Exp $
+
+ 28 Feb 2008; Markus Meier <maekke@gentoo.org> openmotif-2.3.0-r1.ebuild:
+ x86 stable, bug #211696
28 Feb 2008; Jeroen Roovers <jer@gentoo.org> openmotif-2.3.0-r1.ebuild:
Stable for HPPA (bug #211696).
1.10 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.9&r2=1.10
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openmotif-2.3.0-r1.ebuild 28 Feb 2008 17:18:57 -0000 1.9
+++ openmotif-2.3.0-r1.ebuild 28 Feb 2008 21:57:14 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.9 2008/02/28 17:18:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.10 2008/02/28 21:57:14 maekke Exp $
inherit eutils flag-o-matic multilib autotools
@@ -11,7 +11,7 @@
LICENSE="MOTIF doc? ( OPL )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="doc examples jpeg png xft"
# make people unmerge motif-config and all previous slots
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-02-29 22:54 Ulrich Mueller (ulm)
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-29 22:54 UTC (permalink / raw
To: gentoo-commits
ulm 08/02/29 22:54:11
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
Fix installation of demos.
(Portage version: 2.1.4.4)
Revision Changes Path
1.162 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.161&r2=1.162
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog 28 Feb 2008 21:57:14 -0000 1.161
+++ ChangeLog 29 Feb 2008 22:54:11 -0000 1.162
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.161 2008/02/28 21:57:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.162 2008/02/29 22:54:11 ulm Exp $
+
+ 29 Feb 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild:
+ Fix installation of demos. Thanks to fmccor for pointing this out.
28 Feb 2008; Markus Meier <maekke@gentoo.org> openmotif-2.3.0-r1.ebuild:
x86 stable, bug #211696
1.11 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.10&r2=1.11
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- openmotif-2.3.0-r1.ebuild 28 Feb 2008 21:57:14 -0000 1.10
+++ openmotif-2.3.0-r1.ebuild 29 Feb 2008 22:54:11 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.10 2008/02/28 21:57:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.11 2008/02/29 22:54:11 ulm Exp $
inherit eutils flag-o-matic multilib autotools
@@ -105,6 +105,8 @@
dosym /etc/X11/mwm/system.mwmrc /usr/$(get_libdir)/X11/
if use examples ; then
+ emake -j1 -C demos DESTDIR="${D}" install-data \
+ || die "installation of demos failed"
dodir /usr/share/doc/${PF}/demos
mv "${D}"/usr/share/Xm/* "${D}"/usr/share/doc/${PF}/demos
fi
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-03-01 7:26 Ulrich Mueller (ulm)
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-03-01 7:26 UTC (permalink / raw
To: gentoo-commits
ulm 08/03/01 07:26:45
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
Stable on amd64, bug 211696.
(Portage version: 2.1.4.4)
Revision Changes Path
1.163 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.162&r2=1.163
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog 29 Feb 2008 22:54:11 -0000 1.162
+++ ChangeLog 1 Mar 2008 07:26:44 -0000 1.163
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.162 2008/02/29 22:54:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.163 2008/03/01 07:26:44 ulm Exp $
+
+ 01 Mar 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild:
+ Stable on amd64, bug 211696.
29 Feb 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild:
Fix installation of demos. Thanks to fmccor for pointing this out.
1.12 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.11&r2=1.12
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openmotif-2.3.0-r1.ebuild 29 Feb 2008 22:54:11 -0000 1.11
+++ openmotif-2.3.0-r1.ebuild 1 Mar 2008 07:26:44 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.11 2008/02/29 22:54:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.12 2008/03/01 07:26:44 ulm Exp $
inherit eutils flag-o-matic multilib autotools
@@ -11,7 +11,7 @@
LICENSE="MOTIF doc? ( OPL )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="doc examples jpeg png xft"
# make people unmerge motif-config and all previous slots
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-03-01 18:30 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-01 18:30 UTC (permalink / raw
To: gentoo-commits
armin76 08/03/01 18:30:00
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
alpha/ia64 stable wrt #211696
(Portage version: 2.1.4.4)
Revision Changes Path
1.164 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.164&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.164&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.163&r2=1.164
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog 1 Mar 2008 07:26:44 -0000 1.163
+++ ChangeLog 1 Mar 2008 18:29:59 -0000 1.164
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.163 2008/03/01 07:26:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.164 2008/03/01 18:29:59 armin76 Exp $
+
+ 01 Mar 2008; Raúl Porcel <armin76@gentoo.org> openmotif-2.3.0-r1.ebuild:
+ alpha/ia64 stable wrt #211696
01 Mar 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild:
Stable on amd64, bug 211696.
1.13 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.12&r2=1.13
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- openmotif-2.3.0-r1.ebuild 1 Mar 2008 07:26:44 -0000 1.12
+++ openmotif-2.3.0-r1.ebuild 1 Mar 2008 18:29:59 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.12 2008/03/01 07:26:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.13 2008/03/01 18:29:59 armin76 Exp $
inherit eutils flag-o-matic multilib autotools
@@ -11,7 +11,7 @@
LICENSE="MOTIF doc? ( OPL )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="doc examples jpeg png xft"
# make people unmerge motif-config and all previous slots
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-03-03 15:36 Ferris McCormick (fmccor)
0 siblings, 0 replies; 11+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-03-03 15:36 UTC (permalink / raw
To: gentoo-commits
fmccor 08/03/03 15:36:55
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
Sparc stable, Bug #211696.
(Portage version: 2.2_pre3)
Revision Changes Path
1.165 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.164&r2=1.165
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog 1 Mar 2008 18:29:59 -0000 1.164
+++ ChangeLog 3 Mar 2008 15:36:55 -0000 1.165
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.164 2008/03/01 18:29:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.165 2008/03/03 15:36:55 fmccor Exp $
+
+ 03 Mar 2008; Ferris McCormick <fmccor@gentoo.org>
+ openmotif-2.3.0-r1.ebuild:
+ Sparc stable, Bug #211696.
01 Mar 2008; Raúl Porcel <armin76@gentoo.org> openmotif-2.3.0-r1.ebuild:
alpha/ia64 stable wrt #211696
1.14 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.13&r2=1.14
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- openmotif-2.3.0-r1.ebuild 1 Mar 2008 18:29:59 -0000 1.13
+++ openmotif-2.3.0-r1.ebuild 3 Mar 2008 15:36:55 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.13 2008/03/01 18:29:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.14 2008/03/03 15:36:55 fmccor Exp $
inherit eutils flag-o-matic multilib autotools
@@ -11,7 +11,7 @@
LICENSE="MOTIF doc? ( OPL )"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
IUSE="doc examples jpeg png xft"
# make people unmerge motif-config and all previous slots
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-03-07 15:11 Brent Baude (ranger)
0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2008-03-07 15:11 UTC (permalink / raw
To: gentoo-commits
ranger 08/03/07 15:11:22
Modified: ChangeLog openmotif-2.3.0-r1.ebuild
Log:
stable ppc64, bug 211696
(Portage version: 2.1.4.4)
Revision Changes Path
1.166 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.166&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.166&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.165&r2=1.166
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog 3 Mar 2008 15:36:55 -0000 1.165
+++ ChangeLog 7 Mar 2008 15:11:21 -0000 1.166
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.165 2008/03/03 15:36:55 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.166 2008/03/07 15:11:21 ranger Exp $
+
+ 07 Mar 2008; Brent Baude <ranger@gentoo.org> openmotif-2.3.0-r1.ebuild:
+ stable ppc64, bug 211696
03 Mar 2008; Ferris McCormick <fmccor@gentoo.org>
openmotif-2.3.0-r1.ebuild:
1.15 x11-libs/openmotif/openmotif-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild?r1=1.14&r2=1.15
Index: openmotif-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- openmotif-2.3.0-r1.ebuild 3 Mar 2008 15:36:55 -0000 1.14
+++ openmotif-2.3.0-r1.ebuild 7 Mar 2008 15:11:21 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.14 2008/03/03 15:36:55 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.15 2008/03/07 15:11:21 ranger Exp $
inherit eutils flag-o-matic multilib autotools
@@ -11,7 +11,7 @@
LICENSE="MOTIF doc? ( OPL )"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
IUSE="doc examples jpeg png xft"
# make people unmerge motif-config and all previous slots
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild
@ 2008-11-08 17:59 Ulrich Mueller (ulm)
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-11-08 17:59 UTC (permalink / raw
To: gentoo-commits
ulm 08/11/08 17:59:00
Modified: ChangeLog
Removed: openmotif-2.3.0-r1.ebuild
Log:
Remove old.
(Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo-r1 i686)
Revision Changes Path
1.207 x11-libs/openmotif/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.207&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.207&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.206&r2=1.207
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog 8 Nov 2008 17:44:15 -0000 1.206
+++ ChangeLog 8 Nov 2008 17:59:00 -0000 1.207
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.206 2008/11/08 17:44:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.207 2008/11/08 17:59:00 ulm Exp $
+
+ 08 Nov 2008; Ulrich Mueller <ulm@gentoo.org> -files/motif-config-2.3,
+ -openmotif-2.3.0-r1.ebuild:
+ Remove old.
08 Nov 2008; Raúl Porcel <armin76@gentoo.org> openmotif-2.3.1.1.ebuild:
alpha/arm/ia64/sparc/sh stable wrt #245635
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2008-11-08 17:59 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08 17:59 [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.0-r1.ebuild Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2008-03-07 15:11 Brent Baude (ranger)
2008-03-03 15:36 Ferris McCormick (fmccor)
2008-03-01 18:30 Raul Porcel (armin76)
2008-03-01 7:26 Ulrich Mueller (ulm)
2008-02-29 22:54 Ulrich Mueller (ulm)
2008-02-28 21:57 Markus Meier (maekke)
2008-02-28 17:18 Jeroen Roovers (jer)
2008-02-28 15:50 Gysbert Wassenaar (nixnut)
2008-02-21 17:24 Ulrich Mueller (ulm)
2008-02-17 11:44 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox