diff options
-rw-r--r-- | sys-apps/athcool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/athcool/athcool-0.3.5.ebuild | 24 | ||||
-rw-r--r-- | sys-apps/athcool/athcool-0.3.7.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/athcool/files/digest-athcool-0.3.5 | 1 |
4 files changed, 15 insertions, 28 deletions
diff --git a/sys-apps/athcool/ChangeLog b/sys-apps/athcool/ChangeLog index 65f56d6a6431..2c0c1bf239d4 100644 --- a/sys-apps/athcool/ChangeLog +++ b/sys-apps/athcool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/athcool # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/athcool/ChangeLog,v 1.9 2004/08/02 17:15:35 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/athcool/ChangeLog,v 1.10 2004/08/22 19:22:02 lisa Exp $ + + 22 Aug 2004; Lisa Seelye <lisa@gentoo.org> -athcool-0.3.5.ebuild, + athcool-0.3.7.ebuild: + bump to x86 *athcool-0.3.7 (02 Aug 2004) diff --git a/sys-apps/athcool/athcool-0.3.5.ebuild b/sys-apps/athcool/athcool-0.3.5.ebuild deleted file mode 100644 index 45a543cd968c..000000000000 --- a/sys-apps/athcool/athcool-0.3.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/athcool/athcool-0.3.5.ebuild,v 1.4 2004/08/02 17:15:35 lisa 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" -IUSE="" - -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/athcool-0.3.7.ebuild b/sys-apps/athcool/athcool-0.3.7.ebuild index a40d9c7d90e3..e7bec1105d51 100644 --- a/sys-apps/athcool/athcool-0.3.7.ebuild +++ b/sys-apps/athcool/athcool-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/athcool/athcool-0.3.7.ebuild,v 1.1 2004/08/02 17:15:35 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/athcool/athcool-0.3.7.ebuild,v 1.2 2004/08/22 19:22:02 lisa 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" @@ -8,12 +8,14 @@ SRC_URI="http://members.jcom.home.ne.jp/jacobi/linux/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* x86" IUSE="" DEPEND="sys-apps/pciutils" src_compile() { + ewarn "This program is designed for use with AMD Athlon/Duron processors only" + sleep 2s emake || die } @@ -22,3 +24,9 @@ src_install() { exeinto /etc/init.d doexe ${FILESDIR}/athcool } + +pkg_postinst() { + ewarn "WARNING: This program can cause instability in your system." + ewarn "Use at your own risk!" + sleep 2s +} diff --git a/sys-apps/athcool/files/digest-athcool-0.3.5 b/sys-apps/athcool/files/digest-athcool-0.3.5 deleted file mode 100644 index 5170cca4638e..000000000000 --- a/sys-apps/athcool/files/digest-athcool-0.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 6611dfbe78dfdcde4612e53e2537075d athcool-0.3.5.tar.gz 19526 |