summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-27 20:52:45 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-27 20:52:45 +0000
commit9c4cdefb5f8c672d2b28e9ad6dd56fe72e19d0f6 (patch)
tree5f78b59be9974c3cdada62c9a990c6c76a118bdc /x11-plugins
parentAdded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-9c4cdefb5f8c672d2b28e9ad6dd56fe72e19d0f6.tar.gz
gentoo-2-9c4cdefb5f8c672d2b28e9ad6dd56fe72e19d0f6.tar.bz2
gentoo-2-9c4cdefb5f8c672d2b28e9ad6dd56fe72e19d0f6.zip
multilib fixes
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-hddtemp/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-hddtemp/Manifest14
-rw-r--r--x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild10
3 files changed, 14 insertions, 18 deletions
diff --git a/x11-plugins/gkrellm-hddtemp/ChangeLog b/x11-plugins/gkrellm-hddtemp/ChangeLog
index d50f9858440e..475602eca641 100644
--- a/x11-plugins/gkrellm-hddtemp/ChangeLog
+++ b/x11-plugins/gkrellm-hddtemp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrellm-hddtemp
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.15 2004/09/06 01:30:50 swegener Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.16 2005/04/27 20:52:45 herbs Exp $
+
+ 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org>
+ gkrellm-hddtemp-0.2_beta.ebuild:
+ multilib fixes
06 Sep 2004; Sven Wegener <swegener@gentoo.org> gkrellm-hddtemp-0.1.ebuild,
gkrellm-hddtemp-0.2_beta.ebuild:
diff --git a/x11-plugins/gkrellm-hddtemp/Manifest b/x11-plugins/gkrellm-hddtemp/Manifest
index 275336952e40..03ef1b71fe3c 100644
--- a/x11-plugins/gkrellm-hddtemp/Manifest
+++ b/x11-plugins/gkrellm-hddtemp/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 41bcbe90451de5235a06bfa1fdaa661d ChangeLog 2299
MD5 854c5e4821a6c6a55362ff2c0da6154c gkrellm-hddtemp-0.1.ebuild 1022
-MD5 e893aeef49e7c833bf4dee035834f3db gkrellm-hddtemp-0.2_beta.ebuild 1545
+MD5 17c9763fa31670e697dffe7cf82fe8be gkrellm-hddtemp-0.2_beta.ebuild 1583
+MD5 885de9ccf1c7cf64fb7af9d048200c87 ChangeLog 2401
MD5 a9f57bac01537cef132c947c68eb3977 files/digest-gkrellm-hddtemp-0.1 69
MD5 d3cc852ee5cbc0155681cecb5e3afa65 files/digest-gkrellm-hddtemp-0.2_beta 75
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBO74oI1lqEGTUzyQRAifEAKDG7U+z2hsHNeIVRPYZL3JC8Lh2DgCgiRfZ
-nAZXk+n6u6rBu/PczYzs+Bc=
-=Nlmj
------END PGP SIGNATURE-----
diff --git a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild
index 54abde3b2113..4303ab49522f 100644
--- a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild
+++ b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.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/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild,v 1.15 2004/09/06 01:30:50 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild,v 1.16 2005/04/27 20:52:45 herbs Exp $
+
+inherit multilib
IUSE=""
MY_P=${P/_beta/-beta}
@@ -41,12 +43,12 @@ src_install() {
dodoc README COPYING
if [ $GKRELLM1 = 1 ]; then
einfo "Installing plugin for gkrellm-1.*"
- insinto /usr/lib/gkrellm/plugins
+ insinto /usr/$(get_libdir)/gkrellm/plugins
doins gkrellm-hddtemp.so
fi
if [ $GKRELLM2 = 1 ]; then
einfo "Installing plugin for gkrellm-2.*"
- insinto /usr/lib/gkrellm2/plugins
+ insinto /usr/$(get_libdir)/gkrellm2/plugins
doins gkrellm-hddtemp.so
fi
}