summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-12 14:19:46 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-12 14:19:46 +0000
commitfbf5af063f2844f367a315f3d1582080e5b420a2 (patch)
treefef1d1dd93a3b9333f962a11769c2aae868cef57 /x11-plugins/gkrellmoon
parentReplacing einfo with elog (diff)
downloadgentoo-2-fbf5af063f2844f367a315f3d1582080e5b420a2.tar.gz
gentoo-2-fbf5af063f2844f367a315f3d1582080e5b420a2.tar.bz2
gentoo-2-fbf5af063f2844f367a315f3d1582080e5b420a2.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellmoon')
-rw-r--r--x11-plugins/gkrellmoon/ChangeLog5
-rw-r--r--x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild21
2 files changed, 12 insertions, 14 deletions
diff --git a/x11-plugins/gkrellmoon/ChangeLog b/x11-plugins/gkrellmoon/ChangeLog
index 7a6d0bee87c0..fd1809f47caa 100644
--- a/x11-plugins/gkrellmoon/ChangeLog
+++ b/x11-plugins/gkrellmoon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellmoon
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmoon/ChangeLog,v 1.14 2007/02/22 19:03:39 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmoon/ChangeLog,v 1.15 2007/03/12 14:19:46 lack Exp $
+
+ 12 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellmoon-0.6.ebuild:
+ Updated to use new gkrellm-plugin eclass
22 Feb 2007; Jim Ramsay <lack@gentoo.org> metadata.xml:
Accepting maintainership
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild
index 7037fc04895d..02ae99849c64 100644
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild
@@ -1,27 +1,22 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild,v 1.9 2005/04/27 20:04:25 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild,v 1.10 2007/03/12 14:19:46 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
IUSE=""
DESCRIPTION="A GKrellM2 plugin of the famous wmMoonClock dockapp"
SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
HOMEPAGE="http://gkrellmoon.sourceforge.net/"
-DEPEND="=app-admin/gkrellm-2*
- >=media-libs/imlib-1.9.10-r1"
+DEPEND=">=media-libs/imlib-1.9.10-r1"
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc alpha amd64"
-src_compile() {
- emake || die
-}
-
-src_install () {
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins gkrellmoon.so
- dodoc README AUTHORS COPYING ChangeLog
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i -e '/^#include <stdio.h>/a#include <string.h>' CalcEphem.h
}