public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michele Noberasco (s4t4n)" <s4t4n@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmail: wmail-2.0-r3.ebuild ChangeLog
Date: Mon, 24 Nov 2008 16:06:18 +0000	[thread overview]
Message-ID: <E1L4dx4-0001Vc-TM@stork.gentoo.org> (raw)

s4t4n       08/11/24 16:06:18

  Modified:             wmail-2.0-r3.ebuild ChangeLog
  Log:
  Fixed LDFLAGS ordering, see bug #248620.
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.6                  x11-plugins/wmail/wmail-2.0-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmail/wmail-2.0-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmail/wmail-2.0-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmail/wmail-2.0-r3.ebuild?r1=1.5&r2=1.6

Index: wmail-2.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wmail-2.0-r3.ebuild	1 Dec 2007 12:50:13 -0000	1.5
+++ wmail-2.0-r3.ebuild	24 Nov 2008 16:06:18 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r3.ebuild,v 1.5 2007/12/01 12:50:13 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r3.ebuild,v 1.6 2008/11/24 16:06:18 s4t4n Exp $
 
 inherit eutils
 
@@ -13,7 +13,10 @@
 KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
-DEPEND="x11-libs/libdockapp"
+RDEPEND="x11-libs/libdockapp"
+
+DEPEND="${RDEPEND}
+	>=sys-apps/sed-4.1.4-r1"
 
 src_unpack() {
 	unpack ${A}
@@ -23,6 +26,9 @@
 	# make from parsing in maildir format faster, thanks
 	# to Stanislav Kuchar
 	epatch "${FILESDIR}"/${P}.maildir-parse-from.patch
+
+	# fix LDFLAGS ordering, see bug #248620
+	sed -i 's/$(LIBS) -o $@ $^/-o $@ $^ $(LIBS)/' "${S}/src/Makefile.in"
 }
 
 src_compile() {



1.20                 x11-plugins/wmail/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmail/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmail/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmail/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	1 Dec 2007 12:50:13 -0000	1.19
+++ ChangeLog	24 Nov 2008 16:06:18 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmail
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.19 2007/12/01 12:50:13 nixnut Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.20 2008/11/24 16:06:18 s4t4n Exp $
+
+  24 Nov 2008; Michele NOberasco <s4t4n@gentoo.org> wmail-2.0-r3.ebuild:
+  Fixed LDFLAGS ordering, see bug #248620.
 
   01 Dec 2007; nixnut <nixnut@gentoo.org> wmail-2.0-r3.ebuild:
   Stable on ppc wrt bug 200650






             reply	other threads:[~2008-11-24 16:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-24 16:06 Michele Noberasco (s4t4n) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-15  9:43 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmail: wmail-2.0-r3.ebuild ChangeLog Bernard Cafarelli (voyageur)
2007-12-01 12:50 Gysbert Wassenaar (nixnut)
2007-11-28 21:52 Raul Porcel (armin76)
2007-11-28 19:45 Samuli Suominen (drac)

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=E1L4dx4-0001Vc-TM@stork.gentoo.org \
    --to=s4t4n@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