summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 16:01:53 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 16:01:53 +0000
commita3a26e84e291bc8c3117531efca9ec70f4758882 (patch)
tree371ebcaf3c4c5f24e481e6adb5892d7eb29dbdef /x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
parentVersion bump, fixed compilation with older and newer kernels. (diff)
downloadhistorical-a3a26e84e291bc8c3117531efca9ec70f4758882.tar.gz
historical-a3a26e84e291bc8c3117531efca9ec70f4758882.tar.bz2
historical-a3a26e84e291bc8c3117531efca9ec70f4758882.zip
Updated to use new gkrellm-plugin eclass
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild')
-rw-r--r--x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
index 5da6ef9714e8..bdc2f855e949 100644
--- a/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
+++ b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
@@ -1,15 +1,14 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild,v 1.1 2007/02/22 22:14:26 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild,v 1.2 2007/03/09 16:00:36 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
IUSE=""
HOMEPAGE="http://horus.comlab.uni-rostock.de/flynn/"
SRC_URI="http://horus.comlab.uni-rostock.de/flynn/${P}.tar.gz"
DESCRIPTION="A funny GKrellM2 load monitor (for Doom(tm) fans)"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-DEPEND="=app-admin/gkrellm-2*"
SLOT="0"
LICENSE="GPL-2"
@@ -17,9 +16,3 @@ src_compile() {
make gkrellm2
}
-src_install() {
- exeinto /usr/$(get_libdir)/gkrellm2/plugins ;
- doexe gkrellflynn.so
-
- dodoc INSTALL Changelog README COPYING AUTHORS
-}