summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellsun/ChangeLog5
-rw-r--r--x11-plugins/gkrellsun/Manifest14
-rw-r--r--x11-plugins/gkrellsun/gkrellsun-0.12.2.ebuild6
3 files changed, 20 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..f13f9e130ff5 100644
--- a/x11-plugins/gkrellsun/Manifest
+++ b/x11-plugins/gkrellsun/Manifest
@@ -1,8 +1,18 @@
-MD5 5e2df4106847928a911efc170381df96 gkrellsun-0.12.2.ebuild 712
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 4035daf38658d8f835a3c6d7907efdee 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 562d4396a3538781d3f738c307603f88 ChangeLog 1872
MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
MD5 6c463d4862a23490e2170516013f753b files/digest-gkrellsun-0.12.1 67
MD5 ffec2833db4cbf8e1e115b2c8bd22531 files/digest-gkrellsun-0.12.2 67
MD5 72aa7ba3f8586925a58b6c48db102e85 files/digest-gkrellsun-0.9.1 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCb81z2G5bA0cA/ScRAqfcAJ9yjiZ0GauJsDcZzKoHAZ7XEXOPZACePDl0
+sEp8IH9WO41211REbHFgLC0=
+=v0nS
+-----END PGP SIGNATURE-----
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
}