diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 13:42:23 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 13:42:23 +0000 |
commit | cfa73c6ef7e157d9433e2fa9a7fc8aa1fb699f92 (patch) | |
tree | d6dd4ec1cce2bd4c98a6e2a9b7965f6b5b8a01f8 /x11-plugins/gkacpi | |
parent | Stable on x86. (diff) | |
download | historical-cfa73c6ef7e157d9433e2fa9a7fc8aa1fb699f92.tar.gz historical-cfa73c6ef7e157d9433e2fa9a7fc8aa1fb699f92.tar.bz2 historical-cfa73c6ef7e157d9433e2fa9a7fc8aa1fb699f92.zip |
Removed DEPEND.
Diffstat (limited to 'x11-plugins/gkacpi')
-rw-r--r-- | x11-plugins/gkacpi/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gkacpi/gkacpi-0.5.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/gkacpi/ChangeLog b/x11-plugins/gkacpi/ChangeLog index 0fd9b44e0183..e4f20eafb4fe 100644 --- a/x11-plugins/gkacpi/ChangeLog +++ b/x11-plugins/gkacpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkacpi -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/ChangeLog,v 1.3 2003/10/06 06:56:34 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/ChangeLog,v 1.4 2004/06/19 13:42:23 pyrania Exp $ + + 19 Jun 2004; <pyrania@gentoo.org> gkacpi-0.5.ebuild: + Removed DEPEND. 07 Oct 2003; Martin Holzer <mholzer@gentoo.org> gkacpi-0.5.ebuild: changed depend to gkrellm fixed version. Closes #27060. diff --git a/x11-plugins/gkacpi/gkacpi-0.5.ebuild b/x11-plugins/gkacpi/gkacpi-0.5.ebuild index 2febd614c956..4d7af44e152d 100644 --- a/x11-plugins/gkacpi/gkacpi-0.5.ebuild +++ b/x11-plugins/gkacpi/gkacpi-0.5.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.6 2004/03/26 23:10:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-0.5.ebuild,v 1.7 2004/06/19 13:42:23 pyrania 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" -DEPEND="=app-admin/gkrellm-2*" -RDEPEND="${DEPEND}" +RDEPEND="=app-admin/gkrellm-2*" KEYWORDS="x86" SLOT="0" |