public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2010-03-20 17:48 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-20 17:48 UTC (permalink / raw
  To: gentoo-commits

grobian     10/03/20 17:48:09

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  Add patch to fix compilation on Mac OS X using patch grabbed from upstream bugtracker
  (Portage version: 2.2.00.15819-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.2                  x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.1&r2=1.2

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmotif-2.3.3.ebuild	19 Mar 2010 00:25:59 -0000	1.1
+++ openmotif-2.3.3.ebuild	20 Mar 2010 17:48:09 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.1 2010/03/19 00:25:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.2 2010/03/20 17:48:09 grobian Exp $
 
-EAPI=3
+EAPI="3"
 
 inherit autotools eutils flag-o-matic multilib
 
@@ -79,6 +79,7 @@
 }
 
 src_prepare() {
+	epatch "${FILESDIR}/${PN}-2.3.2-darwin.patch"
 	epatch "${FILESDIR}/${PN}-2.3.2-sanitise-paths.patch"
 	epatch "${FILESDIR}/${PN}-2.3.2-libpng14.patch"
 	[[ ${CHOST} == *-solaris2.11 ]] \
@@ -123,11 +124,11 @@
 }
 
 src_compile() {
-	emake -j1 MWMRCDIR=/etc/X11/mwm || die "emake failed"
+	emake -j1 MWMRCDIR="${EPREFIX}"/etc/X11/mwm || die "emake failed"
 }
 
 src_install() {
-	emake -j1 DESTDIR="${D}" MWMRCDIR=/etc/X11/mwm install \
+	emake -j1 DESTDIR="${D}" MWMRCDIR="${EPREFIX}"/etc/X11/mwm install \
 		|| die "emake install failed"
 
 	# mwm default configs



1.231                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.230&r2=1.231

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog	19 Mar 2010 00:25:59 -0000	1.230
+++ ChangeLog	20 Mar 2010 17:48:09 -0000	1.231
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.230 2010/03/19 00:25:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.231 2010/03/20 17:48:09 grobian Exp $
+
+  20 Mar 2010; Fabian Groffen <grobian@gentoo.org>
+  +files/openmotif-2.3.2-darwin.patch, openmotif-2.3.3.ebuild:
+  Add patch to fix compilation on Mac OS X using patch grabbed from upstream
+  bugtracker
 
 *openmotif-2.3.3 (18 Mar 2010)
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2010-04-10 23:49 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-04-10 23:49 UTC (permalink / raw
  To: gentoo-commits

ulm         10/04/10 23:49:10

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  With USE=examples, make demos in src_compile.
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.3                  x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.2&r2=1.3

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openmotif-2.3.3.ebuild	20 Mar 2010 17:48:09 -0000	1.2
+++ openmotif-2.3.3.ebuild	10 Apr 2010 23:49:10 -0000	1.3
@@ -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-libs/openmotif/openmotif-2.3.3.ebuild,v 1.2 2010/03/20 17:48:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.3 2010/04/10 23:49:10 ulm Exp $
 
 EAPI="3"
 
@@ -125,6 +125,10 @@
 
 src_compile() {
 	emake -j1 MWMRCDIR="${EPREFIX}"/etc/X11/mwm || die "emake failed"
+
+	if use examples; then
+		emake -j1 -C demos || die "emake of demos failed"
+	fi
 }
 
 src_install() {



1.234                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.234&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.234&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.233&r2=1.234

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog	29 Mar 2010 19:49:42 -0000	1.233
+++ ChangeLog	10 Apr 2010 23:49:10 -0000	1.234
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.233 2010/03/29 19:49:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.234 2010/04/10 23:49:10 ulm Exp $
+
+  10 Apr 2010; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.3.ebuild:
+  With USE=examples, make demos in src_compile.
 
   29 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   openmotif-2.3.2-r2.ebuild:






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2010-04-11  0:02 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-04-11  0:02 UTC (permalink / raw
  To: gentoo-commits

ulm         10/04/11 00:02:34

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  Revert previous commit.
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.4                  x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.3&r2=1.4

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openmotif-2.3.3.ebuild	10 Apr 2010 23:49:10 -0000	1.3
+++ openmotif-2.3.3.ebuild	11 Apr 2010 00:02:34 -0000	1.4
@@ -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-libs/openmotif/openmotif-2.3.3.ebuild,v 1.3 2010/04/10 23:49:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.4 2010/04/11 00:02:34 ulm Exp $
 
 EAPI="3"
 
@@ -125,10 +125,6 @@
 
 src_compile() {
 	emake -j1 MWMRCDIR="${EPREFIX}"/etc/X11/mwm || die "emake failed"
-
-	if use examples; then
-		emake -j1 -C demos || die "emake of demos failed"
-	fi
 }
 
 src_install() {



1.235                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.235&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.235&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.234&r2=1.235

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog	10 Apr 2010 23:49:10 -0000	1.234
+++ ChangeLog	11 Apr 2010 00:02:34 -0000	1.235
@@ -1,9 +1,6 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.234 2010/04/10 23:49:10 ulm Exp $
-
-  10 Apr 2010; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.3.ebuild:
-  With USE=examples, make demos in src_compile.
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.235 2010/04/11 00:02:34 ulm Exp $
 
   29 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   openmotif-2.3.2-r2.ebuild:






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2010-07-23 22:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-23 22:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/23 22:04:20

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  Use virtual/jpeg.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.4&r2=1.5

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openmotif-2.3.3.ebuild	11 Apr 2010 00:02:34 -0000	1.4
+++ openmotif-2.3.3.ebuild	23 Jul 2010 22:04:20 -0000	1.5
@@ -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-libs/openmotif/openmotif-2.3.3.ebuild,v 1.4 2010/04/11 00:02:34 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.5 2010/07/23 22:04:20 ssuominen Exp $
 
 EAPI="3"
 
@@ -26,8 +26,8 @@
 	x11-libs/libXp
 	unicode? ( virtual/libiconv )
 	xft? ( x11-libs/libXft )
-	jpeg? ( media-libs/jpeg )
-	png? ( media-libs/libpng )"
+	jpeg? ( virtual/jpeg )
+	png? ( >=media-libs/libpng-1.4 )"
 DEPEND="${RDEPEND}
 	sys-devel/flex
 	x11-misc/xbitmaps"



1.242                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.242&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.242&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.241&r2=1.242

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog	23 Jun 2010 13:17:27 -0000	1.241
+++ ChangeLog	23 Jul 2010 22:04:20 -0000	1.242
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.241 2010/06/23 13:17:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.242 2010/07/23 22:04:20 ssuominen Exp $
+
+  23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+  openmotif-2.3.3.ebuild:
+  Use virtual/jpeg.
 
   23 Jun 2010; Fabian Groffen <grobian@gentoo.org>
   files/openmotif-2.3.2-darwin.patch:






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2010-09-26  9:32 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-09-26  9:32 UTC (permalink / raw
  To: gentoo-commits

maekke      10/09/26 09:32:46

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #338208
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.5&r2=1.6

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openmotif-2.3.3.ebuild	23 Jul 2010 22:04:20 -0000	1.5
+++ openmotif-2.3.3.ebuild	26 Sep 2010 09:32:46 -0000	1.6
@@ -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-libs/openmotif/openmotif-2.3.3.ebuild,v 1.5 2010/07/23 22:04:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.6 2010/09/26 09:32:46 maekke Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="MOTIF MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples jpeg png unicode xft"
 # license allows distribution only for "open source operating systems"
 RESTRICT="!kernel_linux? (



1.243                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.243&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.243&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.242&r2=1.243

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog	23 Jul 2010 22:04:20 -0000	1.242
+++ ChangeLog	26 Sep 2010 09:32:46 -0000	1.243
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.242 2010/07/23 22:04:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.243 2010/09/26 09:32:46 maekke Exp $
+
+  26 Sep 2010; Markus Meier <maekke@gentoo.org> openmotif-2.3.3.ebuild:
+  amd64/x86 stable, bug #338208
 
   23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
   openmotif-2.3.3.ebuild:






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2010-09-28 20:09 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-09-28 20:09 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/28 20:09:20

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  stable ppc, bug 338208
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.6&r2=1.7

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openmotif-2.3.3.ebuild	26 Sep 2010 09:32:46 -0000	1.6
+++ openmotif-2.3.3.ebuild	28 Sep 2010 20:09:20 -0000	1.7
@@ -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-libs/openmotif/openmotif-2.3.3.ebuild,v 1.6 2010/09/26 09:32:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.7 2010/09/28 20:09:20 ranger Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="MOTIF MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples jpeg png unicode xft"
 # license allows distribution only for "open source operating systems"
 RESTRICT="!kernel_linux? (



1.244                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.244&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.244&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.243&r2=1.244

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog	26 Sep 2010 09:32:46 -0000	1.243
+++ ChangeLog	28 Sep 2010 20:09:20 -0000	1.244
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.243 2010/09/26 09:32:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.244 2010/09/28 20:09:20 ranger Exp $
+
+  28 Sep 2010; Brent Baude <ranger@gentoo.org> openmotif-2.3.3.ebuild:
+  stable ppc, bug 338208
 
   26 Sep 2010; Markus Meier <maekke@gentoo.org> openmotif-2.3.3.ebuild:
   amd64/x86 stable, bug #338208






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2010-10-03 17:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-03 17:43 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/03 17:43:36

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #338208
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.8                  x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.7&r2=1.8

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openmotif-2.3.3.ebuild	28 Sep 2010 20:09:20 -0000	1.7
+++ openmotif-2.3.3.ebuild	3 Oct 2010 17:43:36 -0000	1.8
@@ -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-libs/openmotif/openmotif-2.3.3.ebuild,v 1.7 2010/09/28 20:09:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.8 2010/10/03 17:43:36 armin76 Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="MOTIF MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples jpeg png unicode xft"
 # license allows distribution only for "open source operating systems"
 RESTRICT="!kernel_linux? (



1.245                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.245&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.245&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.244&r2=1.245

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog	28 Sep 2010 20:09:20 -0000	1.244
+++ ChangeLog	3 Oct 2010 17:43:36 -0000	1.245
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.244 2010/09/28 20:09:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.245 2010/10/03 17:43:36 armin76 Exp $
+
+  03 Oct 2010; Raúl Porcel <armin76@gentoo.org> openmotif-2.3.3.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #338208
 
   28 Sep 2010; Brent Baude <ranger@gentoo.org> openmotif-2.3.3.ebuild:
   stable ppc, bug 338208






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2010-10-06 15:16 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-06 15:16 UTC (permalink / raw
  To: gentoo-commits

jer         10/10/06 15:16:32

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #338208).
  
  (Portage version: 2.2_rc88/cvs/Linux i686)

Revision  Changes    Path
1.9                  x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.8&r2=1.9

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openmotif-2.3.3.ebuild	3 Oct 2010 17:43:36 -0000	1.8
+++ openmotif-2.3.3.ebuild	6 Oct 2010 15:16:32 -0000	1.9
@@ -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-libs/openmotif/openmotif-2.3.3.ebuild,v 1.8 2010/10/03 17:43:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.9 2010/10/06 15:16:32 jer Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="MOTIF MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples jpeg png unicode xft"
 # license allows distribution only for "open source operating systems"
 RESTRICT="!kernel_linux? (



1.246                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.246&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.246&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.245&r2=1.246

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog	3 Oct 2010 17:43:36 -0000	1.245
+++ ChangeLog	6 Oct 2010 15:16:32 -0000	1.246
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.245 2010/10/03 17:43:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.246 2010/10/06 15:16:32 jer Exp $
+
+  06 Oct 2010; Jeroen Roovers <jer@gentoo.org> openmotif-2.3.3.ebuild:
+  Stable for HPPA (bug #338208).
 
   03 Oct 2010; Raúl Porcel <armin76@gentoo.org> openmotif-2.3.3.ebuild:
   alpha/arm/ia64/sh/sparc stable wrt #338208






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog
@ 2011-01-15 19:44 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-15 19:44 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/01/15 19:44:24

  Modified:             openmotif-2.3.3.ebuild ChangeLog
  Log:
  ppc64 stable wrt #338208
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.14                 x11-libs/openmotif/openmotif-2.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.13&r2=1.14

Index: openmotif-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- openmotif-2.3.3.ebuild	8 Dec 2010 20:11:29 -0000	1.13
+++ openmotif-2.3.3.ebuild	15 Jan 2011 19:44:24 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.13 2010/12/08 20:11:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.14 2011/01/15 19:44:24 xarthisius Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="MOTIF MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples jpeg png unicode xft"
 # license allows distribution only for "open source operating systems"
 RESTRICT="!kernel_linux? (



1.258                x11-libs/openmotif/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.258&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.258&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.257&r2=1.258

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog	1 Jan 2011 21:32:09 -0000	1.257
+++ ChangeLog	15 Jan 2011 19:44:24 -0000	1.258
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/openmotif
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.257 2011/01/01 21:32:09 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.258 2011/01/15 19:44:24 xarthisius Exp $
+
+  15 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  openmotif-2.3.3.ebuild:
+  ppc64 stable wrt #338208
 
   01 Jan 2011; Ulrich Mueller <ulm@gentoo.org> -openmotif-2.2.3-r10.ebuild:
   Remove old.






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-01-15 19:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-20 17:48 [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.3.ebuild ChangeLog Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-10 23:49 Ulrich Mueller (ulm)
2010-04-11  0:02 Ulrich Mueller (ulm)
2010-07-23 22:04 Samuli Suominen (ssuominen)
2010-09-26  9:32 Markus Meier (maekke)
2010-09-28 20:09 Brent Baude (ranger)
2010-10-03 17:43 Raul Porcel (armin76)
2010-10-06 15:16 Jeroen Roovers (jer)
2011-01-15 19:44 Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox