diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 01:28:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 01:28:48 +0000 |
commit | 0fc5fc6b603874fac9f5eaad95e32fda84b27ab4 (patch) | |
tree | cb61130f34706ec933602d4e0c694606b7c69130 /sys-apps/athcool | |
parent | take out dietlibc support (diff) | |
download | gentoo-2-0fc5fc6b603874fac9f5eaad95e32fda84b27ab4.tar.gz gentoo-2-0fc5fc6b603874fac9f5eaad95e32fda84b27ab4.tar.bz2 gentoo-2-0fc5fc6b603874fac9f5eaad95e32fda84b27ab4.zip |
ver bump
Diffstat (limited to 'sys-apps/athcool')
-rw-r--r-- | sys-apps/athcool/ChangeLog | 13 | ||||
-rw-r--r-- | sys-apps/athcool/athcool-0.3.3.ebuild | 23 | ||||
-rw-r--r-- | sys-apps/athcool/files/digest-athcool-0.3.3 | 1 |
3 files changed, 33 insertions, 4 deletions
diff --git a/sys-apps/athcool/ChangeLog b/sys-apps/athcool/ChangeLog index a9a1e4ce6926..b1bafd614aa6 100644 --- a/sys-apps/athcool/ChangeLog +++ b/sys-apps/athcool/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for sys-apps/athcool -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/athcool/ChangeLog,v 1.4 2003/08/11 13:59:11 luke-jr Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/athcool/ChangeLog,v 1.5 2004/01/26 01:28:48 vapier Exp $ - 10 Aug 2003; Lisa Seelye <lisa@gentoo.org> files/athcool: - Remove the depend net in the init file +*athcool-0.3.3 (25 Jan 2004) + + 25 Jan 2004; Mike Frysinger <vapier@gentoo.org> : + Version bump #35288 by Adrian Gygax. *athcool-0.3.0 (09 Aug 2003) + 10 Aug 2003; Lisa Seelye <lisa@gentoo.org> files/athcool: + Remove the depend net in the init file + 09 Aug 2003; Lisa Seelye <lisa@gentoo.org> athcool-0.3.0.ebuild: First commit. Thanks Okrain Genady <mafteah@mafteah.co.il> (^Mafteah) diff --git a/sys-apps/athcool/athcool-0.3.3.ebuild b/sys-apps/athcool/athcool-0.3.3.ebuild new file mode 100644 index 000000000000..11944cfcf4d6 --- /dev/null +++ b/sys-apps/athcool/athcool-0.3.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/athcool/athcool-0.3.3.ebuild,v 1.1 2004/01/26 01:28:48 vapier Exp $ + +DESCRIPTION="small utility to toggle Powersaving mode for AMD Athlon/Duron processors" +HOMEPAGE="http://members.jcom.home.ne.jp/jacobi/linux/softwares.html#athcool" +SRC_URI="http://members.jcom.home.ne.jp/jacobi/linux/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~x86" + +DEPEND="sys-apps/pciutils" + +src_compile() { + emake || die +} + +src_install() { + einstall || die + exeinto /etc/init.d + doexe ${FILESDIR}/athcool +} diff --git a/sys-apps/athcool/files/digest-athcool-0.3.3 b/sys-apps/athcool/files/digest-athcool-0.3.3 new file mode 100644 index 000000000000..5bed65d8ab6c --- /dev/null +++ b/sys-apps/athcool/files/digest-athcool-0.3.3 @@ -0,0 +1 @@ +MD5 c330759ebc0360a1c00daf5a58cdb04c athcool-0.3.3.tar.gz 18000 |