diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-09 16:01:53 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-09 16:01:53 +0000 |
commit | a3a26e84e291bc8c3117531efca9ec70f4758882 (patch) | |
tree | 371ebcaf3c4c5f24e481e6adb5892d7eb29dbdef /x11-plugins/gkrellflynn | |
parent | Version bump, fixed compilation with older and newer kernels. (diff) | |
download | historical-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')
-rw-r--r-- | x11-plugins/gkrellflynn/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/gkrellflynn-0.6.ebuild | 11 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild | 11 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild | 11 |
4 files changed, 11 insertions, 28 deletions
diff --git a/x11-plugins/gkrellflynn/ChangeLog b/x11-plugins/gkrellflynn/ChangeLog index 24c7721d7416..a256fdcaf12e 100644 --- a/x11-plugins/gkrellflynn/ChangeLog +++ b/x11-plugins/gkrellflynn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellflynn # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.15 2007/02/22 22:14:26 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.16 2007/03/09 16:00:36 lack Exp $ + + 09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellflynn-0.6.ebuild, + gkrellflynn-0.7.ebuild, gkrellflynn-0.8.ebuild: + Updated to use new gkrellm-plugin eclass *gkrellflynn-0.8 (22 Feb 2007) diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.6.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.6.ebuild index 8b2a741fc786..5d1f58197832 100644 --- a/x11-plugins/gkrellflynn/gkrellflynn-0.6.ebuild +++ b/x11-plugins/gkrellflynn/gkrellflynn-0.6.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.6.ebuild,v 1.15 2007/02/22 16:06:22 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.6.ebuild,v 1.16 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 -} diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild index 99659d4b20c5..354e62c4bae6 100644 --- a/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild +++ b/x11-plugins/gkrellflynn/gkrellflynn-0.7.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.7.ebuild,v 1.6 2007/02/22 16:06:22 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild,v 1.7 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" @@ -19,9 +18,3 @@ src_compile() { make gkrellm2 } -src_install() { - exeinto /usr/$(get_libdir)/gkrellm2/plugins ; - doexe gkrellflynn.so - - dodoc INSTALL Changelog README COPYING AUTHORS -} 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 -} |