diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-12 07:44:17 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-05-12 07:44:17 +0000 |
commit | 4c6796bd9ad3e00baac02d7b8d0ae9ddcb0cb32e (patch) | |
tree | 01c45898c2f99480139b71a475bc50a9dbf5ba40 /x11-plugins/wmi8k | |
parent | somebody removed amd64 support while adding in ppc support, so i added it bac... (diff) | |
download | gentoo-2-4c6796bd9ad3e00baac02d7b8d0ae9ddcb0cb32e.tar.gz gentoo-2-4c6796bd9ad3e00baac02d7b8d0ae9ddcb0cb32e.tar.bz2 gentoo-2-4c6796bd9ad3e00baac02d7b8d0ae9ddcb0cb32e.zip |
Various small fixes.
Diffstat (limited to 'x11-plugins/wmi8k')
-rw-r--r-- | x11-plugins/wmi8k/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmi8k/wmi8k-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmi8k/ChangeLog b/x11-plugins/wmi8k/ChangeLog index 747cb7de718c..e6102ad7ffea 100644 --- a/x11-plugins/wmi8k/ChangeLog +++ b/x11-plugins/wmi8k/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmi8k # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmi8k/ChangeLog,v 1.1 2004/04/12 20:51:26 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmi8k/ChangeLog,v 1.2 2004/05/12 07:44:17 aliz Exp $ + + 12 May 2004; Daniel Ahlberg <aliz@gentoo.org> wmi8k-1.2.ebuild: + Added IUSE=. *wmi8k-1.2 (12 Apr 2004) diff --git a/x11-plugins/wmi8k/wmi8k-1.2.ebuild b/x11-plugins/wmi8k/wmi8k-1.2.ebuild index ef51eab963cf..d8057d460589 100644 --- a/x11-plugins/wmi8k/wmi8k-1.2.ebuild +++ b/x11-plugins/wmi8k/wmi8k-1.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmi8k/wmi8k-1.2.ebuild,v 1.1 2004/04/12 20:51:26 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmi8k/wmi8k-1.2.ebuild,v 1.2 2004/05/12 07:44:17 aliz Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Dockapp for (some) Dell laptops that provides fans and temperature monitoring" SRC_URI="http://dockapps.org/download.php/id/337/${PN}.${PV}.tar.gz http://www.stoffel.net/${PN}.${PV}.tar.gz" HOMEPAGE="http://www.stoffel.net" - +IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" |