summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-09-15 10:22:18 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-09-15 10:22:18 +0000
commitc0dbaba20177b662f669f7b98a9512b4c8e24ba5 (patch)
tree23b6f788ccfa45bc17dc93f391bb11a7bdddbe20 /x11-plugins
parentHonour Gentoo LDFLAGS, see bug #337434. (diff)
downloadhistorical-c0dbaba20177b662f669f7b98a9512b4c8e24ba5.tar.gz
historical-c0dbaba20177b662f669f7b98a9512b4c8e24ba5.tar.bz2
historical-c0dbaba20177b662f669f7b98a9512b4c8e24ba5.zip
Honour Gentoo LDFLAGS, rationalizing Makefile - see bug #337411.
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmgtemp/ChangeLog7
-rw-r--r--x11-plugins/wmgtemp/Manifest4
-rw-r--r--x11-plugins/wmgtemp/wmgtemp-1.0.ebuild9
3 files changed, 13 insertions, 7 deletions
diff --git a/x11-plugins/wmgtemp/ChangeLog b/x11-plugins/wmgtemp/ChangeLog
index 8b34d99bbb41..a9a48d5288e7 100644
--- a/x11-plugins/wmgtemp/ChangeLog
+++ b/x11-plugins/wmgtemp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmgtemp
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/ChangeLog,v 1.16 2010/06/07 10:23:27 s4t4n Exp $
+# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/ChangeLog,v 1.17 2010/09/15 10:22:18 s4t4n Exp $
+
+ 15 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmgtemp-1.0.ebuild:
+ Honour Gentoo LDFLAGS, rationalizing Makefile - see bug #337411.
07 Jun 2010; Michele Noberasco <s4t4n@gentoo.org> wmgtemp-0.7.ebuild:
Removed lm_sensors-2 dependant version, *leaving no stable version*.
diff --git a/x11-plugins/wmgtemp/Manifest b/x11-plugins/wmgtemp/Manifest
index 6780b8374c47..a4cfafcc6902 100644
--- a/x11-plugins/wmgtemp/Manifest
+++ b/x11-plugins/wmgtemp/Manifest
@@ -1,4 +1,4 @@
DIST wmgtemp-1.0.tar.bz2 21090 RMD160 70b490c3d6c0baab688e7a0e4ae5e329de3db779 SHA1 ae56612f53c39a4087d986d76ed48fa2045421f6 SHA256 3de2e15358695ce6b9c8f2d4aae33730b90085f31ff3cd7d01647d76370c45d4
-EBUILD wmgtemp-1.0.ebuild 826 RMD160 5043fb77ef92eded9fa85c56b8fc362be65a58b2 SHA1 ef71bf413eae07bcedc9aa8f2b7dbb16003f9211 SHA256 7d5e45f1d1aa37d5dd006bcacc8a63cf862cf3f2c0b0cbeac6f8612872d8ff9f
-MISC ChangeLog 1845 RMD160 195eb4b5be9dca9bd923324fc98110ed480debb5 SHA1 09b5d966a75503618e2a82fc9b1a5089eb3faaf4 SHA256 cfa23bf62ad2189991c49676f63ac47ef79dead3c0643d1318097afa7aef9271
+EBUILD wmgtemp-1.0.ebuild 1064 RMD160 cba6ee44a0da3687f73a75e77f940ed46c690e02 SHA1 43f2355a9f2eb403281193b16cfc4f032bab814e SHA256 695a479fa5ef243cf1d46792e0a6f045256f2ec6668d76356a82cf8cd24c57c6
+MISC ChangeLog 1985 RMD160 55c16dba13c76d586e85cd1208d71a5e2657af4f SHA1 0997640501b187bc14bd908048592bcec07c4e9a SHA256 d40f863de2ab5be11f7b7921763b95ca41780dca4844615b26dd127770aa5ff4
MISC metadata.xml 655 RMD160 6c55bca4de3d43f3a879bc92152c05e53d921699 SHA1 387e4b7fce80ccf133695b3b1fe1a60c3d6d3258 SHA256 fcd02e0d2ab9603beef6d1abf80016284cbd9182c9bc8a58e34d50d910d10895
diff --git a/x11-plugins/wmgtemp/wmgtemp-1.0.ebuild b/x11-plugins/wmgtemp/wmgtemp-1.0.ebuild
index 2ec2307bea90..4e684e9ec765 100644
--- a/x11-plugins/wmgtemp/wmgtemp-1.0.ebuild
+++ b/x11-plugins/wmgtemp/wmgtemp-1.0.ebuild
@@ -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-plugins/wmgtemp/wmgtemp-1.0.ebuild,v 1.2 2010/03/29 20:01:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-1.0.ebuild,v 1.3 2010/09/15 10:22:18 s4t4n Exp $
inherit eutils
@@ -24,8 +24,11 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
- sed -i -e "s:-Wall -g:\$(CFLAGS):" src/Makefile \
- || die "sed failed."
+ sed -i -e "s:-Wall -g:\$(CFLAGS):" src/Makefile || die "sed failed."
+
+ #Honour Gentoo LDFLAGS, rationalizing Makefile - see bug #337411.
+ sed -i -e "s:LDFLAGS =:LIBS =:" src/Makefile || die "sed failed."
+ sed -i -e "s:\$(LDFLAGS) -o \$(BINARY):\$(LDFLAGS) -o \$(BINARY) \$(LIBS):" src/Makefile || die "sed failed."
}
src_compile() {