summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:35:22 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:35:22 +0000
commit4c9ad57e30a04ec39f76a86e9e0baea27a871a86 (patch)
tree5ae4e7cbb59c56cf116763e9016fba9c0ebcd94f /x11-plugins/gkrellsun
parentcleaning (diff)
downloadgentoo-2-4c9ad57e30a04ec39f76a86e9e0baea27a871a86.tar.gz
gentoo-2-4c9ad57e30a04ec39f76a86e9e0baea27a871a86.tar.bz2
gentoo-2-4c9ad57e30a04ec39f76a86e9e0baea27a871a86.zip
multilib fixes
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellsun')
-rw-r--r--x11-plugins/gkrellsun/ChangeLog5
-rw-r--r--x11-plugins/gkrellsun/Manifest4
-rw-r--r--x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild6
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-plugins/gkrellsun/ChangeLog b/x11-plugins/gkrellsun/ChangeLog
index 5d9bd05fea5a..2817d00acefd 100644
--- a/x11-plugins/gkrellsun/ChangeLog
+++ b/x11-plugins/gkrellsun/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellsun
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.14 2005/04/01 19:18:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.15 2005/04/27 17:35:22 herbs Exp $
+
+ 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellsun-0.12.2.ebuild:
+ multilib fixes
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> gkrellsun-0.12.1.ebuild:
stable on ia64
diff --git a/x11-plugins/gkrellsun/Manifest b/x11-plugins/gkrellsun/Manifest
index 8f1f46b8a6f4..e3913dfcd90a 100644
--- a/x11-plugins/gkrellsun/Manifest
+++ b/x11-plugins/gkrellsun/Manifest
@@ -1,7 +1,7 @@
-MD5 5e2df4106847928a911efc170381df96 gkrellsun-0.12.2.ebuild 712
+MD5 a3db10f19ad8aed708ac840d3b532060 gkrellsun-0.12.2.ebuild 740
MD5 8444f07c50cf9150959f5b8a2e6522fe gkrellsun-0.9.1.ebuild 990
MD5 aa486a2d208d4165da384c1bdd250be1 gkrellsun-0.12.1.ebuild 713
-MD5 a4a2b24524b1bdf018ac5c51ef744e19 ChangeLog 1783
+MD5 d0062bab86ab8a8b01f099c553942f5e ChangeLog 1875
MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
MD5 6c463d4862a23490e2170516013f753b files/digest-gkrellsun-0.12.1 67
MD5 ffec2833db4cbf8e1e115b2c8bd22531 files/digest-gkrellsun-0.12.2 67
diff --git a/x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild b/x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild
index aaf3916a26db..aa7451edc6eb 100644
--- a/x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild
+++ b/x11-plugins/gkrellsun/gkrellsun-0.12.2.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/gkrellsun/gkrellsun-0.12.2.ebuild,v 1.1 2005/01/22 19:01:27 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild,v 1.2 2005/04/27 17:35:22 herbs Exp $
+
+inherit multilib
IUSE=""
DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times."
@@ -23,6 +25,6 @@ src_install () {
dodoc README AUTHORS COPYING
cd ${S}/src20
- insinto /usr/lib/gkrellm2/plugins
+ insinto /usr/$(get_libdir)/gkrellm2/plugins
doins gkrellsun.so
}