public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif-compat: openmotif-compat-2.2.3.ebuild ChangeLog
Date: Wed, 18 Nov 2009 20:07:57 +0000	[thread overview]
Message-ID: <E1NAqon-00037B-Lt@stork.gentoo.org> (raw)

ulm         09/11/18 20:07:57

  Modified:             openmotif-compat-2.2.3.ebuild ChangeLog
  Log:
  Don't override LDFLAGS, fixes bug 293573.
  (Portage version: 2.2_rc50/cvs/Linux i686)

Revision  Changes    Path
1.8                  x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild

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

Index: openmotif-compat-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openmotif-compat-2.2.3.ebuild	5 May 2009 08:18:50 -0000	1.7
+++ openmotif-compat-2.2.3.ebuild	18 Nov 2009 20:07:57 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.7 2009/05/05 08:18:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.8 2009/11/18 20:07:57 ulm Exp $
 
 WANT_AUTOMAKE="1.6"
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Legacy Open Motif libraries for old binaries"
 HOMEPAGE="http://www.motifzone.org/"
 SRC_URI="ftp://ftp.ics.com/openmotif/2.2/${PV}/src/${MY_P}.tar.gz
-	mirror://gentoo/openmotif-${PV}-patches-2.tar.bz2"
+	mirror://gentoo/openmotif-${PV}-patches-3.tar.bz2"
 
 LICENSE="MOTIF libXpm"
 SLOT="2.2"



1.6                  x11-libs/openmotif-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	4 Feb 2009 21:58:10 -0000	1.5
+++ ChangeLog	18 Nov 2009 20:07:57 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/openmotif-compat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v 1.5 2009/02/04 21:58:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v 1.6 2009/11/18 20:07:57 ulm Exp $
+
+  18 Nov 2009; Ulrich Mueller <ulm@gentoo.org>
+  openmotif-compat-2.2.3.ebuild:
+  Don't override LDFLAGS, fixes bug 293573.
 
   04 Feb 2009; Ulrich Mueller <ulm@gentoo.org>
   openmotif-compat-2.2.3.ebuild:






             reply	other threads:[~2009-11-18 20:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-18 20:07 Ulrich Mueller (ulm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-15  9:23 [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif-compat: openmotif-compat-2.2.3.ebuild ChangeLog Ulrich Mueller (ulm)
2009-02-04 21:58 Ulrich Mueller (ulm)
2008-05-08 10:32 Ulrich Mueller (ulm)
2008-05-08  9:59 Ulrich Mueller (ulm)
2008-04-27 13:54 Markus Meier (maekke)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NAqon-00037B-Lt@stork.gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox