From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E16B6139694 for ; Thu, 16 Mar 2017 21:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F0D521C088; Thu, 16 Mar 2017 21:15:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BA8021C088 for ; Thu, 16 Mar 2017 21:15:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C561340AD2 for ; Thu, 16 Mar 2017 21:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D389D6A98 for ; Thu, 16 Mar 2017 21:14:58 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1489698809.35308067d929fa5b222948bd0ce1223df7a1d64d.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/ck-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/ck-sources/ck-sources-4.10.0.ebuild sys-kernel/ck-sources/ck-sources-4.10.1.ebuild sys-kernel/ck-sources/ck-sources-4.10.2.ebuild sys-kernel/ck-sources/ck-sources-4.9.12.ebuild sys-kernel/ck-sources/ck-sources-4.9.13.ebuild sys-kernel/ck-sources/ck-sources-4.9.14.ebuild X-VCS-Directories: sys-kernel/ck-sources/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 35308067d929fa5b222948bd0ce1223df7a1d64d X-VCS-Branch: master Date: Thu, 16 Mar 2017 21:14:58 +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: e5b4e71a-b124-422e-b073-35b4ffc5d819 X-Archives-Hash: d22949fff5fed224793169574ddb27dd commit: 35308067d929fa5b222948bd0ce1223df7a1d64d Author: Göktürk Yüksek gentoo org> AuthorDate: Thu Mar 16 21:13:29 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Mar 16 21:13:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35308067 sys-kernel/ck-sources: properly call kernel-2_src_prepare in src_prepare Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-kernel/ck-sources/ck-sources-4.10.0.ebuild | 2 ++ sys-kernel/ck-sources/ck-sources-4.10.1.ebuild | 2 ++ sys-kernel/ck-sources/ck-sources-4.10.2.ebuild | 3 +-- sys-kernel/ck-sources/ck-sources-4.9.12.ebuild | 2 ++ sys-kernel/ck-sources/ck-sources-4.9.13.ebuild | 2 ++ sys-kernel/ck-sources/ck-sources-4.9.14.ebuild | 2 ++ 6 files changed, 11 insertions(+), 2 deletions(-) diff --git a/sys-kernel/ck-sources/ck-sources-4.10.0.ebuild b/sys-kernel/ck-sources/ck-sources-4.10.0.ebuild index c72112c5d07..7298d9c9b93 100644 --- a/sys-kernel/ck-sources/ck-sources-4.10.0.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.10.0.ebuild @@ -55,4 +55,6 @@ src_prepare() { # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + kernel-2_src_prepare } diff --git a/sys-kernel/ck-sources/ck-sources-4.10.1.ebuild b/sys-kernel/ck-sources/ck-sources-4.10.1.ebuild index ad516e2c2d8..f28f3a76d1f 100644 --- a/sys-kernel/ck-sources/ck-sources-4.10.1.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.10.1.ebuild @@ -55,4 +55,6 @@ src_prepare() { # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + kernel-2_src_prepare } diff --git a/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild b/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild index 1df39b6dd4f..74d960c4284 100644 --- a/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild @@ -56,6 +56,5 @@ src_prepare() { # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die - # EAPI 6: default action doesn't happen by default #612782 - default + kernel-2_src_prepare } diff --git a/sys-kernel/ck-sources/ck-sources-4.9.12.ebuild b/sys-kernel/ck-sources/ck-sources-4.9.12.ebuild index b3143405a5e..496db840a4c 100644 --- a/sys-kernel/ck-sources/ck-sources-4.9.12.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.9.12.ebuild @@ -91,4 +91,6 @@ src_prepare() { # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + kernel-2_src_prepare } diff --git a/sys-kernel/ck-sources/ck-sources-4.9.13.ebuild b/sys-kernel/ck-sources/ck-sources-4.9.13.ebuild index 039f44df7c1..14d9b5da4eb 100644 --- a/sys-kernel/ck-sources/ck-sources-4.9.13.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.9.13.ebuild @@ -91,4 +91,6 @@ src_prepare() { # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + kernel-2_src_prepare } diff --git a/sys-kernel/ck-sources/ck-sources-4.9.14.ebuild b/sys-kernel/ck-sources/ck-sources-4.9.14.ebuild index 3dd0ec88766..3c0b86a2195 100644 --- a/sys-kernel/ck-sources/ck-sources-4.9.14.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.9.14.ebuild @@ -91,4 +91,6 @@ src_prepare() { # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + kernel-2_src_prepare }