summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2012-12-09 20:48:24 +0000
committerRick Farina <zerochaos@gentoo.org>2012-12-09 20:48:24 +0000
commitde3113315aae25b9c895f01c6e6d59665da8a043 (patch)
tree49f4504c2fef12519dd28a2e35ed53fbbe1600b2 /sys-power/powertop/powertop-1.11.ebuild
parentRemove stupid mask. (diff)
downloadgentoo-2-de3113315aae25b9c895f01c6e6d59665da8a043.tar.gz
gentoo-2-de3113315aae25b9c895f01c6e6d59665da8a043.tar.bz2
gentoo-2-de3113315aae25b9c895f01c6e6d59665da8a043.zip
fix gettext deps per bug #398977 and clean out old ebuilds
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'sys-power/powertop/powertop-1.11.ebuild')
-rw-r--r--sys-power/powertop/powertop-1.11.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-power/powertop/powertop-1.11.ebuild b/sys-power/powertop/powertop-1.11.ebuild
deleted file mode 100644
index 06fe5f81bb73..000000000000
--- a/sys-power/powertop/powertop-1.11.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-1.11.ebuild,v 1.9 2010/04/05 17:02:18 armin76 Exp $
-
-EAPI=3
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="tool that helps you find what software is using the most power"
-HOMEPAGE="http://www.lesswatts.org/projects/powertop/"
-SRC_URI="http://www.lesswatts.org/projects/powertop/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE="unicode"
-
-DEPEND="sys-libs/ncurses[unicode?]
- sys-devel/gettext"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i '/${CFLAGS}/s:$: ${LDFLAGS}:' Makefile
- use unicode || sed -i 's:-lncursesw:-lncurses:' Makefile
-}
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- emake install DESTDIR="${ED}" || die
- dodoc Changelog README
- gunzip "${ED}"/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
-}