summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-27 21:30:53 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-27 21:30:53 +0000
commit98f64331dfd58fc3560a5313c495b002ec912bcf (patch)
tree293c714380ce4a52782ee580edaa280558248819 /x11-plugins/gkrellflynn
parentAdded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-98f64331dfd58fc3560a5313c495b002ec912bcf.tar.gz
gentoo-2-98f64331dfd58fc3560a5313c495b002ec912bcf.tar.bz2
gentoo-2-98f64331dfd58fc3560a5313c495b002ec912bcf.zip
multilib fixes closes bug #88539
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellflynn')
-rw-r--r--x11-plugins/gkrellflynn/ChangeLog7
-rw-r--r--x11-plugins/gkrellflynn/Manifest4
-rw-r--r--x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild13
3 files changed, 16 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..abccaf98a838 100644
--- a/x11-plugins/gkrellflynn/Manifest
+++ b/x11-plugins/gkrellflynn/Manifest
@@ -1,6 +1,6 @@
-MD5 adc848e7bdb4232046b215b6b1d7df7a ChangeLog 1102
+MD5 cad730575adb5024625dd5fedd494905 gkrellflynn-0.7.ebuild 1002
MD5 0b9b058f2582af2a83f62d54dbad9ca8 gkrellflynn-0.6.ebuild 914
-MD5 cefa616bc2d0818ad13378470efd5ce8 gkrellflynn-0.7.ebuild 913
+MD5 1472deb87876a36596512de331dbeded ChangeLog 1211
MD5 de35d8f600d3d75d8075a8d848787013 metadata.xml 223
MD5 ae2f270e3dab3e54a727b08293af3ae8 files/digest-gkrellflynn-0.6 66
MD5 2eb583a49bc9f3e97d018b606b216e09 files/digest-gkrellflynn-0.7 66
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