summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa M. Seelye <lisa@gentoo.org>2005-06-27 13:19:22 +0000
committerLisa M. Seelye <lisa@gentoo.org>2005-06-27 13:19:22 +0000
commitc364ee7c5c3e37b63fb7ff4849af991f93992e3d (patch)
treeedc3e8fa1156668f7ef3538205699f05dcacd982 /sys-power/athcool
parentStable on alpha amd64 ia64 x86 (diff)
downloadgentoo-2-c364ee7c5c3e37b63fb7ff4849af991f93992e3d.tar.gz
gentoo-2-c364ee7c5c3e37b63fb7ff4849af991f93992e3d.tar.bz2
gentoo-2-c364ee7c5c3e37b63fb7ff4849af991f93992e3d.zip
version bump. resolve bug #85514
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-power/athcool')
-rw-r--r--sys-power/athcool/ChangeLog8
-rw-r--r--sys-power/athcool/Manifest18
-rw-r--r--sys-power/athcool/athcool-0.3.11.ebuild (renamed from sys-power/athcool/athcool-0.3.8.ebuild)17
-rw-r--r--sys-power/athcool/files/digest-athcool-0.3.111
-rw-r--r--sys-power/athcool/files/digest-athcool-0.3.81
5 files changed, 17 insertions, 28 deletions
diff --git a/sys-power/athcool/ChangeLog b/sys-power/athcool/ChangeLog
index 0710f5edf002..cbe04937bd0c 100644
--- a/sys-power/athcool/ChangeLog
+++ b/sys-power/athcool/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-power/athcool
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/ChangeLog,v 1.2 2005/03/15 16:32:19 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/ChangeLog,v 1.3 2005/06/27 13:19:22 lisa Exp $
+
+*athcool-0.3.11 (27 Jun 2005)
+
+ 27 Jun 2005; Lisa Seelye <lisa@gentoo.org> -athcool-0.3.8.ebuild,
+ +athcool-0.3.11.ebuild:
+ version bump. resolve bug #85514
*athcool-0.3.9 (14 Mar 2005)
*athcool-0.3.8 (14 Mar 2005)
diff --git a/sys-power/athcool/Manifest b/sys-power/athcool/Manifest
index 739b9cfe23ee..d808bc6ea1b5 100644
--- a/sys-power/athcool/Manifest
+++ b/sys-power/athcool/Manifest
@@ -1,17 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 daaaf7198187e2c92c0138489a2e65f0 athcool-0.3.9.ebuild 801
-MD5 be467a0c337d65d208b77d6e655a50de athcool-0.3.8.ebuild 926
MD5 012b5c1c8eda61c4ca28a7c1774c05cc ChangeLog 1859
+MD5 daaaf7198187e2c92c0138489a2e65f0 athcool-0.3.9.ebuild 801
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 e17c342ba519c617d7e2feb95d158281 files/digest-athcool-0.3.8 64
-MD5 47434f000dd9e6b3e1b0decf529aa880 files/digest-athcool-0.3.9 64
+MD5 580fa33832a7d798a15af7cd4f3c01c0 athcool-0.3.11.ebuild 802
MD5 7976600589a68e11a2ac3e8e6bd94a97 files/athcool 316
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCNw41I1lqEGTUzyQRArHdAJoDXI8W87U6/qHfeNPoEiWfz7fgAACfcO2l
-h9Yd2Rldl2LmftGnZQeg1w0=
-=sbQL
------END PGP SIGNATURE-----
+MD5 e8e08f0fe82f72b40e89f3bbb4329ce2 files/digest-athcool-0.3.11 65
+MD5 47434f000dd9e6b3e1b0decf529aa880 files/digest-athcool-0.3.9 64
diff --git a/sys-power/athcool/athcool-0.3.8.ebuild b/sys-power/athcool/athcool-0.3.11.ebuild
index fb0c97448deb..24fc78690451 100644
--- a/sys-power/athcool/athcool-0.3.8.ebuild
+++ b/sys-power/athcool/athcool-0.3.11.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/athcool-0.3.8.ebuild,v 1.1 2005/03/14 22:56:32 ciaranm Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/athcool-0.3.11.ebuild,v 1.1 2005/06/27 13:19:22 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"
@@ -10,27 +8,22 @@ 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"
- epause 2
- emake || die
+ emake CFLAGS="${CFLAGS}" || die
}
src_install() {
einstall || die
- exeinto /etc/init.d
- doexe ${FILESDIR}/athcool
-
- dodoc COPYING README ChangeLog
+ doinitd ${FILESDIR}/athcool
+ dodoc README ChangeLog
}
pkg_postinst() {
ewarn "WARNING: This program can cause instability in your system."
ewarn "Use at your own risk!"
- epause 2
}
diff --git a/sys-power/athcool/files/digest-athcool-0.3.11 b/sys-power/athcool/files/digest-athcool-0.3.11
new file mode 100644
index 000000000000..d7a26c9e4766
--- /dev/null
+++ b/sys-power/athcool/files/digest-athcool-0.3.11
@@ -0,0 +1 @@
+MD5 0fdcc3e32f8e795ff95747e640710ce4 athcool-0.3.11.tar.gz 20761
diff --git a/sys-power/athcool/files/digest-athcool-0.3.8 b/sys-power/athcool/files/digest-athcool-0.3.8
deleted file mode 100644
index 9d56b12c3b83..000000000000
--- a/sys-power/athcool/files/digest-athcool-0.3.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 42562a1155981e573898606e0f2534be athcool-0.3.8.tar.gz 19365