diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 21:30:53 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 21:30:53 +0000 |
commit | fc38a725b50545536ca4a476e388db33c2874e45 (patch) | |
tree | 076a22c101bf3d354cba3f0ca0eec6f89f6acb33 /x11-plugins | |
parent | a few fixes from bug #90535, thanks to Andreas Weder <andreas.wederAThispeed.ch> (diff) | |
download | historical-fc38a725b50545536ca4a476e388db33c2874e45.tar.gz historical-fc38a725b50545536ca4a476e388db33c2874e45.tar.bz2 historical-fc38a725b50545536ca4a476e388db33c2874e45.zip |
multilib fixes closes bug #88539
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellflynn/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/Manifest | 14 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild | 13 |
3 files changed, 26 insertions, 8 deletions
diff --git a/x11-plugins/gkrellflynn/ChangeLog b/x11-plugins/gkrellflynn/ChangeLog index 684e184adb94..e880c87b575c 100644 --- a/x11-plugins/gkrellflynn/ChangeLog +++ b/x11-plugins/gkrellflynn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellflynn -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.8 2004/09/02 18:22:39 pvdabeel Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.9 2005/04/27 21:30:53 herbs Exp $ + + 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellflynn-0.7.ebuild: + multilib fixes closes bug #88539 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> gkrellflynn-0.7.ebuild: diff --git a/x11-plugins/gkrellflynn/Manifest b/x11-plugins/gkrellflynn/Manifest index c1244f01970c..2b91f9333643 100644 --- a/x11-plugins/gkrellflynn/Manifest +++ b/x11-plugins/gkrellflynn/Manifest @@ -1,6 +1,16 @@ -MD5 adc848e7bdb4232046b215b6b1d7df7a ChangeLog 1102 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 2ceb3d8f43e328fad4338ffc487724e2 gkrellflynn-0.7.ebuild 999 MD5 0b9b058f2582af2a83f62d54dbad9ca8 gkrellflynn-0.6.ebuild 914 -MD5 cefa616bc2d0818ad13378470efd5ce8 gkrellflynn-0.7.ebuild 913 +MD5 cd7151c7782328991acc35f281e69396 ChangeLog 1208 MD5 de35d8f600d3d75d8075a8d848787013 metadata.xml 223 MD5 ae2f270e3dab3e54a727b08293af3ae8 files/digest-gkrellflynn-0.6 66 MD5 2eb583a49bc9f3e97d018b606b216e09 files/digest-gkrellflynn-0.7 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCcASZ2G5bA0cA/ScRAi6QAJ0VsSQ02RNUsMboxHhFBMZ7Ah3BpQCg6HiT +L3YKy0/gcGLNtzPHCjyVcgw= +=y1Ee +-----END PGP SIGNATURE----- diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild index 2723bbb17b0d..f19ff0940981 100644 --- a/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild +++ b/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild,v 1.3 2004/09/02 18:22:39 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild,v 1.4 2005/04/27 21:30:53 herbs Exp $ + +inherit multilib IUSE="" HOMEPAGE="http://horus.comlab.uni-rostock.de/flynn/" @@ -12,6 +14,9 @@ SLOT="0" LICENSE="GPL-2" src_compile() { + # Clean out precompiled plugin first + make clean + if [ -f /usr/bin/gkrellm ] then make gkrellm @@ -26,13 +31,13 @@ src_compile() { src_install() { if [ -f /usr/bin/gkrellm ] then - exeinto /usr/lib/gkrellm/plugins + exeinto /usr/$(get_libdir)/gkrellm/plugins doexe gkrellflynn.so fi if [ -f /usr/bin/gkrellm2 ] then - exeinto /usr/lib/gkrellm2/plugins ; + exeinto /usr/$(get_libdir)/gkrellm2/plugins ; doexe gkrellflynn.so fi |