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
commit57ceb6dbfaf86ff0ea2811f8b15638e812c7457a (patch)
tree59f983128a4bc5a9c35f36188566f79064f4c2a5 /x11-plugins/gkrellm-hddtemp
parentStable on alpha + ia64. (diff)
downloadhistorical-57ceb6dbfaf86ff0ea2811f8b15638e812c7457a.tar.gz
historical-57ceb6dbfaf86ff0ea2811f8b15638e812c7457a.tar.bz2
historical-57ceb6dbfaf86ff0ea2811f8b15638e812c7457a.zip
multilib fixes
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-plugins/gkrellm-hddtemp')
-rw-r--r--x11-plugins/gkrellm-hddtemp/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-hddtemp/Manifest12
-rw-r--r--x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta.ebuild10
3 files changed, 18 insertions, 12 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..085b447e29d7 100644
--- a/x11-plugins/gkrellm-hddtemp/Manifest
+++ b/x11-plugins/gkrellm-hddtemp/Manifest
@@ -1,15 +1,15 @@
-----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 b6fce466ac7ddaa9f5decddf3ced21e8 gkrellm-hddtemp-0.2_beta.ebuild 1580
+MD5 f5b90fb4bc28443ed5dd238d6dcf9c76 ChangeLog 2398
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)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFBO74oI1lqEGTUzyQRAifEAKDG7U+z2hsHNeIVRPYZL3JC8Lh2DgCgiRfZ
-nAZXk+n6u6rBu/PczYzs+Bc=
-=Nlmj
+iD8DBQFCb/u52G5bA0cA/ScRAqohAKCX2Y25cn2YtoQLm4QLCR09MJpKpgCggHTk
+IuOg6nntxe2ZwxTNQLM8pPc=
+=lJm/
-----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
}