summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:44:03 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:44:03 +0000
commit8a991e1d45c45ba1208cbb483f24052eca308e86 (patch)
treeb1b5e888aa9753e6a6c46d136a260cf49763664c /x11-plugins/gkrellstock
parentAdded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-8a991e1d45c45ba1208cbb483f24052eca308e86.tar.gz
gentoo-2-8a991e1d45c45ba1208cbb483f24052eca308e86.tar.bz2
gentoo-2-8a991e1d45c45ba1208cbb483f24052eca308e86.zip
multilib fixes
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellstock')
-rw-r--r--x11-plugins/gkrellstock/ChangeLog7
-rw-r--r--x11-plugins/gkrellstock/Manifest4
-rw-r--r--x11-plugins/gkrellstock/gkrellstock-0.5.ebuild10
3 files changed, 13 insertions, 8 deletions
diff --git a/x11-plugins/gkrellstock/ChangeLog b/x11-plugins/gkrellstock/ChangeLog
index e9907bd353f5..c0a569a421f5 100644
--- a/x11-plugins/gkrellstock/ChangeLog
+++ b/x11-plugins/gkrellstock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellstock
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.6 2004/07/09 23:44:54 slarti Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.7 2005/04/27 17:44:03 herbs Exp $
+
+ 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellstock-0.5.ebuild:
+ multilib fixes
10 Jul 2004; Tom Martin <slarti@gentoo.org> :
Marked ~amd64.
diff --git a/x11-plugins/gkrellstock/Manifest b/x11-plugins/gkrellstock/Manifest
index b7f530726c4e..6bf6f5ce93b4 100644
--- a/x11-plugins/gkrellstock/Manifest
+++ b/x11-plugins/gkrellstock/Manifest
@@ -1,5 +1,5 @@
MD5 95d79bd0d8491f18b358369a72b643a2 gkrellstock-0.4.ebuild 723
-MD5 45e01ad1969ec1d2007726c97d0b136a gkrellstock-0.5.ebuild 733
-MD5 67ce32fdc473852e9d313472d9698a1a ChangeLog 843
+MD5 b74230e1ba6e97fef5bff70180be9c15 gkrellstock-0.5.ebuild 755
+MD5 3e15d05f601fb3832c4b81a42bcff476 ChangeLog 934
MD5 39486a7dd45163fa00f17106b8588ecf files/digest-gkrellstock-0.4 66
MD5 21a515056c296f8cc9cdba966f4d8550 files/digest-gkrellstock-0.5 66
diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild
index e247bed36b9f..b4997be64b81 100644
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild
+++ b/x11-plugins/gkrellstock/gkrellstock-0.5.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/gkrellstock/gkrellstock-0.5.ebuild,v 1.10 2004/07/09 23:44:54 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild,v 1.11 2005/04/27 17:44:03 herbs Exp $
+
+inherit multilib
IUSE=""
S=${WORKDIR}/${P/s/S}
@@ -21,9 +23,9 @@ src_compile() {
}
src_install () {
- insinto /usr/lib/gkrellm2/plugins
+ insinto /usr/$(get_libdir)/gkrellm2/plugins
doins gkrellstock.so
- exeinto /usr/X11R6/bin
+ exeinto /usr/bin
doexe GetQuote2
dodoc README ChangeLog COPYING
}