diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-06 01:04:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-06 01:04:16 +0000 |
commit | 53d496f30abd927337bf30513f71b78f3a91b2d8 (patch) | |
tree | a51c0a1c2115c40c3186b175c5e2ac8145c87063 /sys-power | |
parent | Drop drupal 7.0_rc mask (diff) | |
download | historical-53d496f30abd927337bf30513f71b78f3a91b2d8.tar.gz historical-53d496f30abd927337bf30513f71b78f3a91b2d8.tar.bz2 historical-53d496f30abd927337bf30513f71b78f3a91b2d8.zip |
old
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/powertop/powertop-1.7.ebuild | 42 | ||||
-rw-r--r-- | sys-power/powertop/powertop-1.8.ebuild | 42 | ||||
-rw-r--r-- | sys-power/powertop/powertop-1.9.ebuild | 43 |
3 files changed, 0 insertions, 127 deletions
diff --git a/sys-power/powertop/powertop-1.7.ebuild b/sys-power/powertop/powertop-1.7.ebuild deleted file mode 100644 index ac6fb3d31282..000000000000 --- a/sys-power/powertop/powertop-1.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-1.7.ebuild,v 1.8 2009/04/04 02:39:04 gengor Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="tool that helps you find what software is using the most power" -HOMEPAGE="http://www.linuxpowertop.org/" -SRC_URI="http://www.linuxpowertop.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~ppc sparc x86" -IUSE="unicode" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i '/${CFLAGS}/s:$: ${LDFLAGS}:' Makefile - use unicode || sed -i 's:-lncursesw:-lncurses:' Makefile -} - -src_compile() { - tc-export CC - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc Changelog README - gunzip "${D}"/usr/share/man/man1/powertop.1.gz -} - -pkg_postinst() { - echo - einfo "For PowerTOP to work best, use a Linux kernel with the" - einfo "tickless idle (NO_HZ) feature enabled (version 2.6.21 or later)" - echo -} diff --git a/sys-power/powertop/powertop-1.8.ebuild b/sys-power/powertop/powertop-1.8.ebuild deleted file mode 100644 index 02b1d7e3f5fe..000000000000 --- a/sys-power/powertop/powertop-1.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-1.8.ebuild,v 1.2 2009/04/04 02:39:04 gengor Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="tool that helps you find what software is using the most power" -HOMEPAGE="http://www.linuxpowertop.org/" -SRC_URI="http://www.linuxpowertop.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="unicode" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i '/${CFLAGS}/s:$: ${LDFLAGS}:' Makefile - use unicode || sed -i 's:-lncursesw:-lncurses:' Makefile -} - -src_compile() { - tc-export CC - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc Changelog README - gunzip "${D}"/usr/share/man/man1/powertop.1.gz -} - -pkg_postinst() { - echo - einfo "For PowerTOP to work best, use a Linux kernel with the" - einfo "tickless idle (NO_HZ) feature enabled (version 2.6.21 or later)" - echo -} diff --git a/sys-power/powertop/powertop-1.9.ebuild b/sys-power/powertop/powertop-1.9.ebuild deleted file mode 100644 index 792209e10c84..000000000000 --- a/sys-power/powertop/powertop-1.9.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-1.9.ebuild,v 1.8 2009/10/16 18:47:42 bangert Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="tool that helps you find what software is using the most power" -HOMEPAGE="http://www.linuxpowertop.org/" -SRC_URI="http://www.linuxpowertop.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc sparc x86" -IUSE="unicode" - -DEPEND="sys-libs/ncurses - sys-devel/gettext" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i '/${CFLAGS}/s:$: ${LDFLAGS}:' Makefile - use unicode || sed -i 's:-lncursesw:-lncurses:' Makefile -} - -src_compile() { - tc-export CC - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc Changelog README - gunzip "${D}"/usr/share/man/man1/powertop.1.gz -} - -pkg_postinst() { - echo - einfo "For PowerTOP to work best, use a Linux kernel with the" - einfo "tickless idle (NO_HZ) feature enabled (version 2.6.21 or later)" - echo -} |