summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 18:59:50 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 18:59:50 +0000
commitecf7dd8fcd8787adf6eb88a83f876c6ac1eee6cd (patch)
tree438a5f6627e000679e40e9eb0dd8b6af97ffef5c /x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2.ebuild
parentStable for HPPA (bug #169987). (diff)
downloadgentoo-2-ecf7dd8fcd8787adf6eb88a83f876c6ac1eee6cd.tar.gz
gentoo-2-ecf7dd8fcd8787adf6eb88a83f876c6ac1eee6cd.tar.bz2
gentoo-2-ecf7dd8fcd8787adf6eb88a83f876c6ac1eee6cd.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2.ebuild')
-rw-r--r--x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2.ebuild17
1 files changed, 4 insertions, 13 deletions
diff --git a/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2.ebuild b/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2.ebuild
index 4da6c9488c1f..a25e98b21c22 100644
--- a/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2.ebuild
+++ b/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 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/gkrellm-imonc/gkrellm-imonc-0.2.ebuild,v 1.3 2004/06/24 22:55:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2.ebuild,v 1.4 2007/03/09 18:59:50 lack Exp $
+
+inherit gkrellm-plugin
IUSE=""
DESCRIPTION="A GKrellM2 plugin to control a fli4l router"
@@ -8,20 +10,9 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.bz2"
RESTRICT="nomirror"
HOMEPAGE="http://gkrellm-imonc.sourceforge.net/"
-DEPEND="=app-admin/gkrellm-2*"
-
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
S=${WORKDIR}/${PN}-src-${PV}
-src_compile() {
- emake || die
-}
-
-src_install () {
- insinto /usr/lib/gkrellm2/plugins
- doins gkrellm-imonc.so
- dodoc README AUTHORS COPYING CHANGELOG
-}