diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-09 15:52:57 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-09 15:52:57 +0000 |
commit | 18bde1c11367bd2687651df8cc799db45114e33e (patch) | |
tree | 1caf415acbdf0f2a4c2745afa9ba23f7835fc488 /x11-plugins/gkacpi | |
parent | Version bump, fixed compilation with older and newer kernels. (diff) | |
download | gentoo-2-18bde1c11367bd2687651df8cc799db45114e33e.tar.gz gentoo-2-18bde1c11367bd2687651df8cc799db45114e33e.tar.bz2 gentoo-2-18bde1c11367bd2687651df8cc799db45114e33e.zip |
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkacpi')
-rw-r--r-- | x11-plugins/gkacpi/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkacpi/gkacpi-0.5.ebuild | 19 | ||||
-rw-r--r-- | x11-plugins/gkacpi/gkacpi-2.0.4.ebuild | 19 |
3 files changed, 14 insertions, 30 deletions
diff --git a/x11-plugins/gkacpi/ChangeLog b/x11-plugins/gkacpi/ChangeLog index 660a4b578bc1..44811f3e0e8a 100644 --- a/x11-plugins/gkacpi/ChangeLog +++ b/x11-plugins/gkacpi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkacpi # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/ChangeLog,v 1.7 2007/02/22 21:27:35 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/ChangeLog,v 1.8 2007/03/09 15:52:57 lack Exp $ + + 09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkacpi-0.5.ebuild, + gkacpi-2.0.4.ebuild: + Updated to use new gkrellm-plugin eclass 22 Feb 2007; Jim Ramsay <lack@gentoo.org> +metadata.xml: Accepting maintainership diff --git a/x11-plugins/gkacpi/gkacpi-0.5.ebuild b/x11-plugins/gkacpi/gkacpi-0.5.ebuild index 15b5f60c44ab..8366495bbd6f 100644 --- a/x11-plugins/gkacpi/gkacpi-0.5.ebuild +++ b/x11-plugins/gkacpi/gkacpi-0.5.ebuild @@ -1,25 +1,14 @@ -# Copyright 1999-2006 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/gkacpi/gkacpi-0.5.ebuild,v 1.9 2006/10/15 23:20:57 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-0.5.ebuild,v 1.10 2007/03/09 15:52:57 lack Exp $ + +inherit gkrellm-plugin IUSE="" DESCRIPTION="ACPI monitor for Gkrellm" SRC_URI="http://uname.dyndns.org/~uname/files/gkacpi/${P}.tar.gz" HOMEPAGE="http://uname.dyndns.org/~uname/software.php" LICENSE="GPL-2" -DEPEND="dev-util/pkgconfig" -RDEPEND="${DEPEND} - =app-admin/gkrellm-2*" KEYWORDS="x86" SLOT="0" -src_compile() { - emake || die -} - -src_install () { - insinto /usr/lib/gkrellm2/plugins - doins gkacpi.so - - dodoc AUTHORS ChangeLog COPYING INSTALL README -} diff --git a/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild b/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild index 2868e9c3ab0c..89cbe0138928 100644 --- a/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild +++ b/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild @@ -1,27 +1,18 @@ -# Copyright 1999-2006 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/gkacpi/gkacpi-2.0.4.ebuild,v 1.1 2006/10/15 23:20:57 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild,v 1.2 2007/03/09 15:52:57 lack Exp $ + +inherit gkrellm-plugin IUSE="" DESCRIPTION="ACPI monitor for Gkrellm" SRC_URI="mirror://sourceforge/gkacpi/${PN}2-0.4.tar.gz" HOMEPAGE="http://gkacpi.sf.net" LICENSE="GPL-2" -DEPEND="dev-util/pkgconfig" -RDEPEND="${DEPEND} - =app-admin/gkrellm-2*" KEYWORDS="~x86" SLOT="0" S="${WORKDIR}/${PN}2-0.4" -src_compile() { - emake || die -} - -src_install () { - insinto /usr/lib/gkrellm2/plugins - doins gkacpi2.so +PLUGIN_SO=gkacpi2.so - dodoc AUTHORS ChangeLog COPYING INSTALL README -} |