From: "Michele Noberasco (s4t4n)" <s4t4n@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtz: ChangeLog wmtz-0.7.ebuild
Date: Mon, 20 Sep 2010 09:24:07 +0000 (UTC) [thread overview]
Message-ID: <20100920092407.14F3C20051@flycatcher.gentoo.org> (raw)
s4t4n 10/09/20 09:24:07
Modified: ChangeLog wmtz-0.7.ebuild
Log:
Honour Gentoo LDFLAGS, see bug #337890.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.20 x11-plugins/wmtz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtz/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtz/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtz/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 15 Dec 2009 17:48:48 -0000 1.19
+++ ChangeLog 20 Sep 2010 09:24:07 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmtz
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.19 2009/12/15 17:48:48 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.20 2010/09/20 09:24:07 s4t4n Exp $
+
+ 20 Sep 2010; Michele Noberasco <ssuominen@gentoo.org> wmtz-0.7.ebuild:
+ Honour Gentoo LDFLAGS, see bug #337890.
15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> wmtz-0.7.ebuild:
Fix HOMEPAGE and SRC_URI wrt #297028.
1.21 x11-plugins/wmtz/wmtz-0.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild?r1=1.20&r2=1.21
Index: wmtz-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- wmtz-0.7.ebuild 15 Dec 2009 17:48:48 -0000 1.20
+++ wmtz-0.7.ebuild 20 Sep 2010 09:24:07 -0000 1.21
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.20 2009/12/15 17:48:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.21 2010/09/20 09:24:07 s4t4n Exp $
+
+EAPI=3
inherit eutils multilib toolchain-funcs
@@ -21,10 +23,11 @@
S=${WORKDIR}/${P}/${PN}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}.patch
+
+ #Honour Gentoo LDFLAGS, see bug #337890.
+ sed -e "s/\$(FLAGS) -o wmtz/\$(LDFLAGS) -o wmtz/" -i Makefile
}
src_compile() {
next reply other threads:[~2010-09-20 9:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-20 9:24 Michele Noberasco (s4t4n) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-12-15 17:48 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtz: ChangeLog wmtz-0.7.ebuild Samuli Suominen (ssuominen)
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=20100920092407.14F3C20051@flycatcher.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