summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-29 19:36:32 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-29 19:36:32 +0000
commitcae840d3aabbab3b4681b74a75d64d6e15d3d49b (patch)
tree045e63f7a5233d715a0713323cd0ca19beb15614 /sys-power/athcool
parentRemove old. (diff)
downloadgentoo-2-cae840d3aabbab3b4681b74a75d64d6e15d3d49b.tar.gz
gentoo-2-cae840d3aabbab3b4681b74a75d64d6e15d3d49b.tar.bz2
gentoo-2-cae840d3aabbab3b4681b74a75d64d6e15d3d49b.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-power/athcool')
-rw-r--r--sys-power/athcool/ChangeLog8
-rw-r--r--sys-power/athcool/athcool-0.3.11-r1.ebuild40
-rw-r--r--sys-power/athcool/athcool-0.3.11-r2.ebuild44
3 files changed, 6 insertions, 86 deletions
diff --git a/sys-power/athcool/ChangeLog b/sys-power/athcool/ChangeLog
index 70237678ebc1..b952c0c09031 100644
--- a/sys-power/athcool/ChangeLog
+++ b/sys-power/athcool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/athcool
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/ChangeLog,v 1.10 2012/12/16 13:52:58 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/ChangeLog,v 1.11 2015/04/29 19:36:32 mrueg Exp $
+
+ 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -athcool-0.3.11-r1.ebuild,
+ -athcool-0.3.11-r2.ebuild:
+ Remove old.
16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> athcool-0.3.12.ebuild:
Stable for x86, wrt bug #441538
diff --git a/sys-power/athcool/athcool-0.3.11-r1.ebuild b/sys-power/athcool/athcool-0.3.11-r1.ebuild
deleted file mode 100644
index 813c57b1456d..000000000000
--- a/sys-power/athcool/athcool-0.3.11-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/athcool-0.3.11-r1.ebuild,v 1.4 2011/06/15 05:39:03 jer Exp $
-
-inherit eutils
-
-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"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- doinitd "${FILESDIR}"/athcool
- dodoc README ChangeLog
-}
-
-pkg_postinst() {
- ewarn "WARNING: Depending on your motherboard and/or hardware components,"
- ewarn "enabling powersaving mode may cause:"
- ewarn " * noisy or distorted sound playback"
- ewarn " * a slowdown in harddisk performance"
- ewarn " * system locks or unpredictable behavior"
- ewarn " * file system corruption"
- ewarn "If you met those problems, you should not use athcool. Please use"
- ewarn "athcool AT YOUR OWN RISK!"
-}
diff --git a/sys-power/athcool/athcool-0.3.11-r2.ebuild b/sys-power/athcool/athcool-0.3.11-r2.ebuild
deleted file mode 100644
index a3713d429892..000000000000
--- a/sys-power/athcool/athcool-0.3.11-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/athcool-0.3.11-r2.ebuild,v 1.2 2011/06/15 05:39:03 jer Exp $
-
-inherit eutils toolchain-funcs
-
-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"
-RDEPEND=""
-
-pkg_setup() {
- tc-export CC
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- doinitd "${FILESDIR}"/athcool
- dodoc README ChangeLog
-}
-
-pkg_postinst() {
- ewarn "WARNING: Depending on your motherboard and/or hardware components,"
- ewarn "enabling powersaving mode may cause:"
- ewarn " * noisy or distorted sound playback"
- ewarn " * a slowdown in harddisk performance"
- ewarn " * system locks or unpredictable behavior"
- ewarn " * file system corruption"
- ewarn "If you met those problems, you should not use athcool. Please use"
- ewarn "athcool AT YOUR OWN RISK!"
-}