diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2006-10-15 23:20:57 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2006-10-15 23:20:57 +0000 |
commit | ccd23cc54e05bb06696416ddcde3e79a92eeac2d (patch) | |
tree | 6a2fee26ab57c25fbffc004ddce9cac294ca94de /x11-plugins | |
parent | Stable on alpha wrt security Bug #144862. (diff) | |
download | gentoo-2-ccd23cc54e05bb06696416ddcde3e79a92eeac2d.tar.gz gentoo-2-ccd23cc54e05bb06696416ddcde3e79a92eeac2d.tar.bz2 gentoo-2-ccd23cc54e05bb06696416ddcde3e79a92eeac2d.zip |
fix #150640 and new version.
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkacpi/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/gkacpi/files/digest-gkacpi-0.5 | 2 | ||||
-rw-r--r-- | x11-plugins/gkacpi/files/digest-gkacpi-2.0.4 | 3 | ||||
-rw-r--r-- | x11-plugins/gkacpi/gkacpi-0.5.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/gkacpi/gkacpi-2.0.4.ebuild | 27 |
5 files changed, 45 insertions, 5 deletions
diff --git a/x11-plugins/gkacpi/ChangeLog b/x11-plugins/gkacpi/ChangeLog index 4201341d47db..c40a7571d1ae 100644 --- a/x11-plugins/gkacpi/ChangeLog +++ b/x11-plugins/gkacpi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/gkacpi -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/ChangeLog,v 1.5 2004/06/24 22:52:52 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/ChangeLog,v 1.6 2006/10/15 23:20:57 bass Exp $ + +*gkacpi-2.0.4 (15 Oct 2006) + + 15 Oct 2006; J. Alberto Suárez López <bass@gentoo.org> + gkacpi-0.5.ebuild, +gkacpi-2.0.4.ebuild: + fix #150640 and new version. 19 Jun 2004; <pyrania@gentoo.org> gkacpi-0.5.ebuild: Removed DEPEND. diff --git a/x11-plugins/gkacpi/files/digest-gkacpi-0.5 b/x11-plugins/gkacpi/files/digest-gkacpi-0.5 index e4684bbdbf2b..dd62010c3c9f 100644 --- a/x11-plugins/gkacpi/files/digest-gkacpi-0.5 +++ b/x11-plugins/gkacpi/files/digest-gkacpi-0.5 @@ -1 +1,3 @@ MD5 0cf614f508ad1e53f20adb4628886dbb gkacpi-0.5.tar.gz 31831 +RMD160 1e72d76338fe73426cb84bba8dbacc50f6994ed0 gkacpi-0.5.tar.gz 31831 +SHA256 d7596bee5458d22bb60cc0f7bb018265242c68d978ce8f709377dd9f6e5b3664 gkacpi-0.5.tar.gz 31831 diff --git a/x11-plugins/gkacpi/files/digest-gkacpi-2.0.4 b/x11-plugins/gkacpi/files/digest-gkacpi-2.0.4 new file mode 100644 index 000000000000..8d042a370811 --- /dev/null +++ b/x11-plugins/gkacpi/files/digest-gkacpi-2.0.4 @@ -0,0 +1,3 @@ +MD5 dc6ecab1de9d022174e5b2ec2f66da15 gkacpi2-0.4.tar.gz 15674 +RMD160 21936f41f7ca424735ea3bb2396f2515a0e7236b gkacpi2-0.4.tar.gz 15674 +SHA256 4cff74fc9ac3d884f158fe96c2ada53a7ff9a4934f1e31fd44abe2ffd9eed595 gkacpi2-0.4.tar.gz 15674 diff --git a/x11-plugins/gkacpi/gkacpi-0.5.ebuild b/x11-plugins/gkacpi/gkacpi-0.5.ebuild index e437a9efa348..15b5f60c44ab 100644 --- a/x11-plugins/gkacpi/gkacpi-0.5.ebuild +++ b/x11-plugins/gkacpi/gkacpi-0.5.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.8 2004/06/24 22:52:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-0.5.ebuild,v 1.9 2006/10/15 23:20:57 bass Exp $ 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" -RDEPEND="=app-admin/gkrellm-2*" +DEPEND="dev-util/pkgconfig" +RDEPEND="${DEPEND} + =app-admin/gkrellm-2*" KEYWORDS="x86" SLOT="0" diff --git a/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild b/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild new file mode 100644 index 000000000000..2868e9c3ab0c --- /dev/null +++ b/x11-plugins/gkacpi/gkacpi-2.0.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 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 $ + +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 + + dodoc AUTHORS ChangeLog COPYING INSTALL README +} |