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
commite728014db277f9727c0c1ba8cce35407c694f9d7 (patch)
treee9561794e8dc20feb8cdeb92f23359f2b8b128db /x11-plugins/gkrellstock
parentStable on ia64. (diff)
downloadhistorical-e728014db277f9727c0c1ba8cce35407c694f9d7.tar.gz
historical-e728014db277f9727c0c1ba8cce35407c694f9d7.tar.bz2
historical-e728014db277f9727c0c1ba8cce35407c694f9d7.zip
multilib fixes
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-plugins/gkrellstock')
-rw-r--r--x11-plugins/gkrellstock/ChangeLog7
-rw-r--r--x11-plugins/gkrellstock/Manifest14
-rw-r--r--x11-plugins/gkrellstock/gkrellstock-0.5.ebuild10
3 files changed, 23 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..fc24dfcb10f4 100644
--- a/x11-plugins/gkrellstock/Manifest
+++ b/x11-plugins/gkrellstock/Manifest
@@ -1,5 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 95d79bd0d8491f18b358369a72b643a2 gkrellstock-0.4.ebuild 723
-MD5 45e01ad1969ec1d2007726c97d0b136a gkrellstock-0.5.ebuild 733
-MD5 67ce32fdc473852e9d313472d9698a1a ChangeLog 843
+MD5 a5cc6b0cb133cb25ee1f86c11b5a5079 gkrellstock-0.5.ebuild 754
+MD5 0f4a7298920ba6f2f66822c325c8442e ChangeLog 933
MD5 39486a7dd45163fa00f17106b8588ecf files/digest-gkrellstock-0.4 66
MD5 21a515056c296f8cc9cdba966f4d8550 files/digest-gkrellstock-0.5 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCb8982G5bA0cA/ScRAuJkAJ9Hb+Nlc4mjJUCHhR02A0l9vcDiSgCfYrWv
+4qk3yXiP4pXg3NpHbRml1ck=
+=Kcsj
+-----END PGP SIGNATURE-----
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
}