diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-12 14:42:45 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-12 14:42:45 +0000 |
commit | ba8914776bcbca5653ebc2b10c462e1a16fbd2a7 (patch) | |
tree | 571a1629d8cd26cadadf723a9b34aee88e800ee7 /x11-plugins/gkrellm-timers | |
parent | x86 stable (diff) | |
download | gentoo-2-ba8914776bcbca5653ebc2b10c462e1a16fbd2a7.tar.gz gentoo-2-ba8914776bcbca5653ebc2b10c462e1a16fbd2a7.tar.bz2 gentoo-2-ba8914776bcbca5653ebc2b10c462e1a16fbd2a7.zip |
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellm-timers')
-rw-r--r-- | x11-plugins/gkrellm-timers/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild | 13 |
2 files changed, 7 insertions, 11 deletions
diff --git a/x11-plugins/gkrellm-timers/ChangeLog b/x11-plugins/gkrellm-timers/ChangeLog index 0b00bbd0b488..4208a9b55a2f 100644 --- a/x11-plugins/gkrellm-timers/ChangeLog +++ b/x11-plugins/gkrellm-timers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellm-timers # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/ChangeLog,v 1.1 2007/02/23 01:32:10 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/ChangeLog,v 1.2 2007/03/12 14:42:45 lack Exp $ + + 12 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellm-timers-1.2.ebuild: + Updated to use new gkrellm-plugin eclass *gkrellm-timers-1.2 (23 Feb 2007) diff --git a/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild b/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild index 3147ccdfb5a5..24eda716db91 100644 --- a/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild +++ b/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild,v 1.1 2007/02/23 01:32:10 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-timers/gkrellm-timers-1.2.ebuild,v 1.2 2007/03/12 14:42:45 lack Exp $ -inherit multilib +inherit gkrellm-plugin MY_P=${P/-/_} DESCRIPTION="A GKrellM2 plugin that allows the user to define multiple timers" @@ -17,12 +17,5 @@ KEYWORDS="x86" S="${WORKDIR}/${MY_P}" -src_compile() { - emake || die -} +PLUGIN_SO=gkrellm_timers.so -src_install () { - exeinto /usr/$(get_libdir)/gkrellm2/plugins - doexe gkrellm_timers.so - dodoc README ChangeLog -} |