summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 19:07:26 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 19:07:26 +0000
commitc1c7bf0ad18aab72fca9272e2dcb34c282bb8b9e (patch)
tree8e17cfb1b1d52857f7c5d47dacab8ad375954d20 /x11-plugins/gkrellmitime
parentStable for HPPA (bug #169987). (diff)
downloadgentoo-2-c1c7bf0ad18aab72fca9272e2dcb34c282bb8b9e.tar.gz
gentoo-2-c1c7bf0ad18aab72fca9272e2dcb34c282bb8b9e.tar.bz2
gentoo-2-c1c7bf0ad18aab72fca9272e2dcb34c282bb8b9e.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellmitime')
-rw-r--r--x11-plugins/gkrellmitime/ChangeLog5
-rw-r--r--x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild20
2 files changed, 12 insertions, 13 deletions
diff --git a/x11-plugins/gkrellmitime/ChangeLog b/x11-plugins/gkrellmitime/ChangeLog
index 09672658808f..e7a22b0c7746 100644
--- a/x11-plugins/gkrellmitime/ChangeLog
+++ b/x11-plugins/gkrellmitime/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellmitime
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmitime/ChangeLog,v 1.19 2007/02/22 18:24:11 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmitime/ChangeLog,v 1.20 2007/03/09 19:07:26 lack Exp $
+
+ 09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellmitime-1.0.1.ebuild:
+ Updated to use new gkrellm-plugin eclass
22 Feb 2007; Jim Ramsay <lack@gentoo.org> +metadata.xml,
-gkrellmitime-0.4.ebuild, -gkrellmitime-0.5.1.ebuild,
diff --git a/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild b/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild
index 325c6389648a..84cbf034b227 100644
--- a/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild
+++ b/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 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/gkrellmitime/gkrellmitime-1.0.1.ebuild,v 1.12 2006/12/28 04:43:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild,v 1.13 2007/03/09 19:07:26 lack Exp $
-inherit multilib eutils
+inherit gkrellm-plugin
IUSE=""
DESCRIPTION="Internet Time plugin for Gkrellm2"
@@ -13,15 +13,11 @@ LICENSE="GPL-2"
SLOT="2"
KEYWORDS="x86 ppc sparc alpha amd64"
-DEPEND=">=app-admin/gkrellm-2"
+PLUGIN_SO=gkrellm_itime.so
-src_compile() {
- epatch "${FILESDIR}"/${P}-Makefile.patch
- emake || die "emake failed"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch "${FILESDIR}"/${P}-Makefile.patch || die "Patch failed"
}
-src_install() {
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins gkrellm_itime.so
- dodoc README ChangeLog COPYING
-}