summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-09-06 07:59:28 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-09-06 07:59:28 +0000
commit4455fbfda06565e64329eeeaae0be19e7ec80a10 (patch)
treedf98a626919e642953c19e497b039b4114476a42 /x11-plugins
parentReworked Makefile patch, simplified ebuild. Closes bug #336091. (diff)
downloadhistorical-4455fbfda06565e64329eeeaae0be19e7ec80a10.tar.gz
historical-4455fbfda06565e64329eeeaae0be19e7ec80a10.tar.bz2
historical-4455fbfda06565e64329eeeaae0be19e7ec80a10.zip
Honour Gentoo LDFLAGS. Closes bug #335953.
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmtop/ChangeLog7
-rw-r--r--x11-plugins/wmtop/Manifest14
-rw-r--r--x11-plugins/wmtop/wmtop-0.9.0.ebuild9
3 files changed, 14 insertions, 16 deletions
diff --git a/x11-plugins/wmtop/ChangeLog b/x11-plugins/wmtop/ChangeLog
index 144e6fb2bf80..cb8ee7199df0 100644
--- a/x11-plugins/wmtop/ChangeLog
+++ b/x11-plugins/wmtop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmtop
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.13 2008/11/26 00:05:59 tcunha Exp $
+# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.14 2010/09/06 07:59:28 s4t4n Exp $
+
+ 06 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmtop-0.9.0.ebuild:
+ Honour Gentoo LDFLAGS. Closes bug #335953.
26 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmtop-0.9.0.ebuild:
stable sparc, bug 215651
diff --git a/x11-plugins/wmtop/Manifest b/x11-plugins/wmtop/Manifest
index 9f54fa50fa8a..bec378cb2488 100644
--- a/x11-plugins/wmtop/Manifest
+++ b/x11-plugins/wmtop/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
DIST wmtop-0.9.0.tar.gz 25833 RMD160 af7470bd34870ca487e9cf6984c4947672631472 SHA1 fe83d660572093d9a23b5791d8190dd34e2ed6a2 SHA256 b141e608b32c1d58c03c31c18b420d25a490bfe49a63a56cef5b8f86935752de
-EBUILD wmtop-0.9.0.ebuild 858 RMD160 8062a23a7aa53cdde6180a571a8ba32fb297fe14 SHA1 a699f321d94e7e9531dc51664d069d1b912a6e0b SHA256 2171e619e2e4cc0c8ec8c5298659dc0ed7e8382d1f72941aabcf6b6a3a18a330
-MISC ChangeLog 1533 RMD160 443be6d69e55ee3e153fb931f0892a71dc419c27 SHA1 98094ab78f2d45e3ddc6a337e3592ea8680db0ab SHA256 ec4c3d2c0f22f8a650bdfd2ce0dc6d8161e15ae22a87ffebbcb5870a3d70bc8a
+EBUILD wmtop-0.9.0.ebuild 965 RMD160 6cca43e47df20cb336028db6455127f015502b13 SHA1 59114982b6802087f4a41faf74d886e74ef92eb8 SHA256 e5e03ef074f1bd6b08edce388e7e8bb70db26f7f27c0a95eb522481f3749f153
+MISC ChangeLog 1650 RMD160 fcf34bfe7150d79186fcb56d343d51bf856c6fcc SHA1 3214d5601fd525ff0b20ebdfbb3e68647a508f29 SHA256 b9cac748e4561c670247c16f67dd00c3f9af48269d285585a84ce9063c24cbbf
MISC metadata.xml 555 RMD160 ef338820040dcb4f2fbec61ef4d3bb203570631e SHA1 eec568a7e2327f7008ca7bce859d4099088e0356 SHA256 0291ea9b9e27bf3192522e7a8587654c66c113a52784b44c1f085f226ea63d33
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
-
-iEYEARECAAYFAkkskvsACgkQ/Kkm35zQzl6MUwCgqxPxAA+YXU7JuQs8/46LYKFA
-tt8An3OUkjGeSUltGp4IHu0wbFFSfFlH
-=9lB8
------END PGP SIGNATURE-----
diff --git a/x11-plugins/wmtop/wmtop-0.9.0.ebuild b/x11-plugins/wmtop/wmtop-0.9.0.ebuild
index e6c61fb79cf3..92992e604589 100644
--- a/x11-plugins/wmtop/wmtop-0.9.0.ebuild
+++ b/x11-plugins/wmtop/wmtop-0.9.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 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/wmtop/wmtop-0.9.0.ebuild,v 1.4 2008/11/26 00:05:59 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.9.0.ebuild,v 1.5 2010/09/06 07:59:28 s4t4n Exp $
+EAPI=2
inherit multilib toolchain-funcs
DESCRIPTION="dockapp for monitoring the top three processes using cpu or memory."
@@ -20,6 +21,10 @@ DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/xextproto"
+src_prepare() {
+ sed -ie "s/\$(FLAGS) -o wmtop/\$(DEBUG) \$(LDFLAGS) -D\$(OS) -o wmtop/" Makefile
+}
+
src_compile() {
emake CC="$(tc-getCC)" OPTS="${CFLAGS}" \
LIBDIR="-L/usr/$(get_libdir)" \