# ChangeLog for x11-plugins/gkrellsun
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.26 2007/03/12 17:46:16 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/ChangeLog,v 1.27 2007/03/12 17:52:07 lack Exp $
+
+ 12 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellsun-1.0.0-r1.ebuild:
+ Updated to use new gkrellm-plugin eclass
12 Mar 2007; Jim Ramsay <lack@gentoo.org> -gkrellsun-0.12.1.ebuild,
-gkrellsun-0.12.2.ebuild:
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-1.0.0-r1.ebuild,v 1.2 2007/03/12 17:23:17 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellsun/gkrellsun-1.0.0-r1.ebuild,v 1.3 2007/03/12 17:52:07 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
IUSE="nls"
DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times."
LICENSE="GPL-2"
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
-DEPEND="=app-admin/gkrellm-2*
- nls? ( sys-devel/gettext )"
+DEPEND="nls? ( sys-devel/gettext )"
+
+PLUGIN_SO=src20/gkrellsun.so
src_compile() {
use nls && myconf="$myconf enable_nls=1"
emake ${myconf}
}
-src_install () {
- make DESTDIR="${D}" PREFIX="/usr" PLUGINDIR="${D}/usr/$(get_libdir)/gkrellm2/plugins" ${myconf} install
- dodoc README AUTHORS COPYING
-}