summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2008-11-24 16:06:18 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2008-11-24 16:06:18 +0000
commit950f45d5962548fcb20e3d07fc0af4c02fdbdd94 (patch)
tree29ffec5d205afbdbd55963c808993f8cefcbfde1 /x11-plugins
parentRe-assign to freedesktop herd. (diff)
downloadhistorical-950f45d5962548fcb20e3d07fc0af4c02fdbdd94.tar.gz
historical-950f45d5962548fcb20e3d07fc0af4c02fdbdd94.tar.bz2
historical-950f45d5962548fcb20e3d07fc0af4c02fdbdd94.zip
Fixed LDFLAGS ordering, see bug #248620.
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmail/ChangeLog7
-rw-r--r--x11-plugins/wmail/Manifest4
-rw-r--r--x11-plugins/wmail/wmail-2.0-r3.ebuild12
3 files changed, 16 insertions, 7 deletions
diff --git a/x11-plugins/wmail/ChangeLog b/x11-plugins/wmail/ChangeLog
index 2774870b9224..e422e9b4cb65 100644
--- a/x11-plugins/wmail/ChangeLog
+++ b/x11-plugins/wmail/ChangeLog
@@ -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
diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index 9827cce7d264..e1e4163f302c 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1,6 +1,6 @@
AUX wmail-2.0.maildir-parse-from.patch 325 RMD160 c473e00f25629a93cf2a254f7e94c89c6f1fa572 SHA1 b10844fdeffc9ad2d233dc96d1e6bc563778e174 SHA256 3af8d0e26d072347e540262790403f02ab4ca0e78f0b88f6e150cf0fc4a405b0
AUX wmail-2.0.support-libdockapp-0.5.0.patch 1026 RMD160 1ba1d389882d76336f62c2136fc58767fa50aed3 SHA1 ae23e6bebeb7aac3666f89b03168956b15278b35 SHA256 cb122187129231aa735e59103433ba96cbbab614a47bda3586b58ba474acb608
DIST wmail-2.0.tar.gz 46468 RMD160 5901792368a309734c80333dd14dcee427151d8d SHA1 1495c8188122a4f29d1b0db7ad4a6ee27a5156db SHA256 edcf77bf6a638b96dbd78efe4802d260a68385ab2deb6d6774e325ea0cd3d245
-EBUILD wmail-2.0-r3.ebuild 912 RMD160 e5c83146223dee1afa975b8da965bcf1b341186b SHA1 0efa357fd7180499df0f8c1a67e86e8d67015a3d SHA256 75d9495a2b3c394fcf9d4b9bb164726dd0d1ca0b767c4505ed9b80713997e5f5
-MISC ChangeLog 2531 RMD160 b476b2601bdbbdae6d3267e92760199d5aaeea27 SHA1 53be5da44bd2515f35ddf4691d1e991e09c3e903 SHA256 831648cd504f8db64edc89f96e0271e152c8f6733aa70c796aff5722c65d3038
+EBUILD wmail-2.0-r3.ebuild 1070 RMD160 4a5646650b938295171994e434d8798b04913721 SHA1 284d9c8e3549808e1a7fd9193db1a7054ff5e043 SHA256 a78b51d13e977b97446fb75e8315056b90502d5124cac9b5faf3b5ffcd0a8750
+MISC ChangeLog 2647 RMD160 2e61d1a2b7375facfbbfc1832510d89be97a1ebf SHA1 28166df13de350ac9612834e69cdfd6f2b6b80a7 SHA256 06cfeffcacb70ad142a04b99a52a1cbed68fc1b7f16fcc746871c6d549bcee9b
MISC metadata.xml 165 RMD160 a554e96dc33b1fb4b3518f27a21bf3f59dc21b1c SHA1 674655a4f0fc35c7b3b2e05aab1910c0ebafade1 SHA256 c2f8a0b30c83dba56f0c36a4ba1cb002621ae58dfc13fae94b9db6eb67fb9f1b
diff --git a/x11-plugins/wmail/wmail-2.0-r3.ebuild b/x11-plugins/wmail/wmail-2.0-r3.ebuild
index 63de739be7b2..fbd1e3791a46 100644
--- a/x11-plugins/wmail/wmail-2.0-r3.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r3.ebuild
@@ -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 @@ SLOT="0"
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 @@ src_unpack() {
# 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() {