summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 16:57:25 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 16:57:25 +0000
commitce325fd79c52d23d615d52d1f9b423c8ad01565b (patch)
treef96ef38b8fff061b33136c9bb47c406528282434 /x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild
parentversion bump (diff)
downloadhistorical-ce325fd79c52d23d615d52d1f9b423c8ad01565b.tar.gz
historical-ce325fd79c52d23d615d52d1f9b423c8ad01565b.tar.bz2
historical-ce325fd79c52d23d615d52d1f9b423c8ad01565b.zip
Updated to use new gkrellm-plugin eclass
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild')
-rw-r--r--x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild16
1 files changed, 3 insertions, 13 deletions
diff --git a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild
index 6fb87dbe32d5..a271df524317 100644
--- a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild
+++ b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild
@@ -1,26 +1,16 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild,v 1.7 2007/02/05 15:57:11 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild,v 1.8 2007/03/09 16:55:35 lack Exp $
+
+inherit gkrellm-plugin
S=${WORKDIR}/${PN}
DESCRIPTION="A simple countdown clock for GKrellM2"
SRC_URI="http://www.cise.ufl.edu/~jcjones/src/${P}.tar.gz"
HOMEPAGE="http://www.cise.ufl.edu/~jcjones/src/"
-DEPEND=">=app-admin/gkrellm-2"
-
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc ~sparc x86"
IUSE=""
-src_compile() {
- emake || die
-}
-
-src_install () {
- exeinto /usr/lib/gkrellm2/plugins
- doexe gkrellm-countdown.so
- dodoc README
- dodoc ChangeLog
-}