summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2013-10-03 19:51:51 +0000
committerRick Farina <zerochaos@gentoo.org>2013-10-03 19:51:51 +0000
commit34935126e5bfe9ad1c4da75321be20c125f05b4f (patch)
treeb08ca02c2f6d7e0d76680e666d82e2c4cfab2b59 /sys-power/powertop
parentCleanup ebuild, add epatch_user, resolves bug#486882 (diff)
downloadgentoo-2-34935126e5bfe9ad1c4da75321be20c125f05b4f.tar.gz
gentoo-2-34935126e5bfe9ad1c4da75321be20c125f05b4f.tar.bz2
gentoo-2-34935126e5bfe9ad1c4da75321be20c125f05b4f.zip
proper fix for bug #486124, thanks again to Jer for pointing out obvious failure
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'sys-power/powertop')
-rw-r--r--sys-power/powertop/ChangeLog7
-rw-r--r--sys-power/powertop/powertop-2.4.ebuild8
-rw-r--r--sys-power/powertop/powertop-9999.ebuild8
3 files changed, 12 insertions, 11 deletions
diff --git a/sys-power/powertop/ChangeLog b/sys-power/powertop/ChangeLog
index 301121ca1eae..1fe394ad16f3 100644
--- a/sys-power/powertop/ChangeLog
+++ b/sys-power/powertop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-power/powertop
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/ChangeLog,v 1.93 2013/10/03 04:44:26 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/ChangeLog,v 1.94 2013/10/03 19:51:51 zerochaos Exp $
+
+ 03 Oct 2013; Rick Farina <zerochaos@gentoo.org> powertop-2.4.ebuild,
+ powertop-9999.ebuild:
+ proper fix for bug #486124, thanks again to Jer for pointing out obvious
+ failure
03 Oct 2013; Rick Farina <zerochaos@gentoo.org>
+files/powertop-2.4-tinfo.patch, powertop-2.4.ebuild, powertop-9999.ebuild:
diff --git a/sys-power/powertop/powertop-2.4.ebuild b/sys-power/powertop/powertop-2.4.ebuild
index 0cb035be9dc0..1b103f85717b 100644
--- a/sys-power/powertop/powertop-2.4.ebuild
+++ b/sys-power/powertop/powertop-2.4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.4.ebuild,v 1.8 2013/10/03 04:44:26 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.4.ebuild,v 1.9 2013/10/03 19:51:51 zerochaos Exp $
EAPI="5"
-inherit eutils linux-info
+inherit eutils linux-info autotools
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
inherit git-2 autotools
@@ -89,9 +89,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}"/powertop-2.4-tinfo.patch
- if [[ ${PV} == "9999" ]] ; then
- eautoreconf
- fi
+ eautoreconf
}
src_configure() {
diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild
index d7f50e7acf33..da01792c6ac9 100644
--- a/sys-power/powertop/powertop-9999.ebuild
+++ b/sys-power/powertop/powertop-9999.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-9999.ebuild,v 1.25 2013/10/03 04:44:26 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-9999.ebuild,v 1.26 2013/10/03 19:51:51 zerochaos Exp $
EAPI="5"
-inherit eutils linux-info
+inherit eutils linux-info autotools
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
inherit git-2 autotools
@@ -89,9 +89,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}"/powertop-2.4-tinfo.patch
- if [[ ${PV} == "9999" ]] ; then
- eautoreconf
- fi
+ eautoreconf
}
src_configure() {