From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3F7C41388C1 for ; Wed, 2 Dec 2015 17:00:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA3EF21C00D; Wed, 2 Dec 2015 17:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43F1121C00D for ; Wed, 2 Dec 2015 17:00:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1C99340906 for ; Wed, 2 Dec 2015 17:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AEE7C89 for ; Wed, 2 Dec 2015 17:00:23 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1449075610.9677d2ed8f947fc845bc2c72f6cd56f35d51ab1f.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/powertop/powertop-2.8.ebuild sys-power/powertop/powertop-9999.ebuild X-VCS-Directories: sys-power/powertop/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 9677d2ed8f947fc845bc2c72f6cd56f35d51ab1f X-VCS-Branch: master Date: Wed, 2 Dec 2015 17:00:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 53b5f72e-f6c6-4cc5-8d5b-a78144fba5a5 X-Archives-Hash: 02eb354802b5a3d43b4dfe9836680650 commit: 9677d2ed8f947fc845bc2c72f6cd56f35d51ab1f Author: Zero_Chaos gentoo org> AuthorDate: Wed Dec 2 17:00:10 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed Dec 2 17:00:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9677d2ed sys-power/powertop: merge latest release and live ebuild Package-Manager: portage-2.2.26 sys-power/powertop/powertop-2.8.ebuild | 8 ++++++++ sys-power/powertop/powertop-9999.ebuild | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/sys-power/powertop/powertop-2.8.ebuild b/sys-power/powertop/powertop-2.8.ebuild index 91a6287..a53eb03 100644 --- a/sys-power/powertop/powertop-2.8.ebuild +++ b/sys-power/powertop/powertop-2.8.ebuild @@ -94,6 +94,14 @@ pkg_setup() { fi } +src_prepare() { + if [[ ${PV} == "9999" ]] ; then + eautoreconf + else + default + fi +} + src_configure() { export ac_cv_search_delwin=$(usex unicode -lncursesw -lncurses) econf $(use_enable nls) diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild index 53a9e0c..a53eb03 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-9999.ebuild @@ -95,7 +95,11 @@ pkg_setup() { } src_prepare() { - eautoreconf + if [[ ${PV} == "9999" ]] ; then + eautoreconf + else + default + fi } src_configure() {