summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:55:48 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:55:48 +0000
commit21208569b570faa7ef54a4fe6e6c8b94d2265624 (patch)
tree53ca13316568ec6fe1c9dd2eee69a144eaae478c /x11-plugins/gkrellshoot
parentStable on ia64. (diff)
downloadgentoo-2-21208569b570faa7ef54a4fe6e6c8b94d2265624.tar.gz
gentoo-2-21208569b570faa7ef54a4fe6e6c8b94d2265624.tar.bz2
gentoo-2-21208569b570faa7ef54a4fe6e6c8b94d2265624.zip
multilib fixes
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellshoot')
-rw-r--r--x11-plugins/gkrellshoot/ChangeLog5
-rw-r--r--x11-plugins/gkrellshoot/Manifest6
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild6
3 files changed, 11 insertions, 6 deletions
diff --git a/x11-plugins/gkrellshoot/ChangeLog b/x11-plugins/gkrellshoot/ChangeLog
index a6945136778f..94245becfc14 100644
--- a/x11-plugins/gkrellshoot/ChangeLog
+++ b/x11-plugins/gkrellshoot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellshoot
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.12 2005/01/02 01:59:22 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.13 2005/04/27 17:55:48 herbs Exp $
+
+ 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellshoot-0.4.3.ebuild:
+ multilib fixes
*gkrellshoot-0.4.3 (02 Jan 2005)
diff --git a/x11-plugins/gkrellshoot/Manifest b/x11-plugins/gkrellshoot/Manifest
index 2dc89afbd192..751baeff6f29 100644
--- a/x11-plugins/gkrellshoot/Manifest
+++ b/x11-plugins/gkrellshoot/Manifest
@@ -1,7 +1,7 @@
-MD5 a4938b72df3a15af2f29b59bdb567aa4 gkrellshoot-0.3.2.ebuild 792
MD5 c21a34cba9de2eabde00ec6e55a59ead gkrellshoot-0.4.1.ebuild 773
-MD5 07fd369333ec6d794381d31a46a12dfb ChangeLog 1890
-MD5 6e350f78138e5954311f8a025b12cbc0 gkrellshoot-0.4.3.ebuild 775
+MD5 0bf1554869dbef525367a21dfde1eb9d gkrellshoot-0.4.3.ebuild 803
+MD5 34c7965d65da0d67e8e50806f4163944 ChangeLog 1983
+MD5 a4938b72df3a15af2f29b59bdb567aa4 gkrellshoot-0.3.2.ebuild 792
MD5 1b94315da93e6a9ea08d07f726fccc58 files/digest-gkrellshoot-0.3.2 68
MD5 2ddc84839a8d815f0163cd6cf58992f4 files/digest-gkrellshoot-0.4.1 68
MD5 f23fea3e8df4c393b9d16c4ccfbcf244 files/digest-gkrellshoot-0.4.3 68
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild
index 83d5e5a60fd9..0786de1202d1 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild,v 1.1 2005/01/02 01:59:22 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild,v 1.2 2005/04/27 17:55:48 herbs Exp $
+
+inherit multilib
S=${WORKDIR}/${P/s/S}
DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
@@ -23,7 +25,7 @@ src_compile() {
}
src_install () {
- insinto /usr/lib/gkrellm2/plugins
+ insinto /usr/$(get_libdir)/gkrellm2/plugins
doins gkrellshoot.so
dodoc README ChangeLog
}