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 7FA6E139084 for ; Sat, 2 Dec 2017 16:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A789E0E43; Sat, 2 Dec 2017 16:15:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B865E0E43 for ; Sat, 2 Dec 2017 16:15:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B5E03402FE for ; Sat, 2 Dec 2017 16:15:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5373AE73 for ; Sat, 2 Dec 2017 16:15:24 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512231284.87d2eb716c31062361cf158a49a6be5c37d0f292.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/superiotool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/superiotool/Manifest sys-apps/superiotool/superiotool-6637.ebuild sys-apps/superiotool/superiotool-99999999.ebuild X-VCS-Directories: sys-apps/superiotool/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 87d2eb716c31062361cf158a49a6be5c37d0f292 X-VCS-Branch: master Date: Sat, 2 Dec 2017 16:15:24 +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: 2e9421f8-3e28-43f4-a31d-146079e2b9a7 X-Archives-Hash: 3395be80c50437bcd60827b9e4b3d94f commit: 87d2eb716c31062361cf158a49a6be5c37d0f292 Author: David Seifert gentoo org> AuthorDate: Sat Dec 2 15:11:14 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 2 16:14:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d2eb71 sys-apps/superiotool: Port to EAPI 6 Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-apps/superiotool/Manifest | 2 +- sys-apps/superiotool/superiotool-6637.ebuild | 16 ++++++---------- sys-apps/superiotool/superiotool-99999999.ebuild | 16 ++++++---------- 3 files changed, 13 insertions(+), 21 deletions(-) diff --git a/sys-apps/superiotool/Manifest b/sys-apps/superiotool/Manifest index f29ac538666..81eb3d41623 100644 --- a/sys-apps/superiotool/Manifest +++ b/sys-apps/superiotool/Manifest @@ -1 +1 @@ -DIST superiotool-6637.tar.xz 27364 SHA256 e21e091c7679c2eeac66aa49499c02587d64a41b3b36449f4ec06dafc8f0ba21 SHA512 dafb732b33205d1bdd368c1f752c7ba78cfb9f6174fc72075b9e8dcae962ab9ef10eb0860052a5925167b91e5b056f6b8a4a316799661d3950a630020f4330fd WHIRLPOOL 70ee5da7946cd93d978db2094dee1466a91239db96f640e5e2b7aa6d9487ccc43229e570bd084dcd6ef27353752059dfaa6fdf5b414d4eadf657549d0998bf39 +DIST superiotool-6637.tar.xz 27364 BLAKE2B be0fd054f1385c20ca1d3da04052f7155da77211c1a4253c58c0ee272944e4134b1df6213934ea0ab6c297da9ab09ceab1cc00dcd775633d7ba50f46cba8ffb8 SHA512 dafb732b33205d1bdd368c1f752c7ba78cfb9f6174fc72075b9e8dcae962ab9ef10eb0860052a5925167b91e5b056f6b8a4a316799661d3950a630020f4330fd diff --git a/sys-apps/superiotool/superiotool-6637.ebuild b/sys-apps/superiotool/superiotool-6637.ebuild index 9cd57fadcfc..83db272b25a 100644 --- a/sys-apps/superiotool/superiotool-6637.ebuild +++ b/sys-apps/superiotool/superiotool-6637.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=6 -inherit toolchain-funcs eutils +inherit toolchain-funcs -if [[ ${PV} == "99999999" ]] ; then +if [[ ${PV} == *99999999 ]] ; then ESVN_REPO_URI="svn://coreboot.org/coreboot/trunk/util/${PN}" inherit subversion - SRC_URI="" else SRC_URI="mirror://gentoo/${P}.tar.xz" KEYWORDS="~amd64 ~x86" @@ -26,6 +25,8 @@ DEPEND="${RDEPEND} app-arch/xz-utils" src_prepare() { + default + sed -i \ -e 's:-Werror ::' \ -e 's:-O2 ::' \ @@ -40,8 +41,3 @@ src_compile() { CC="$(tc-getCC)" \ SVNDEF="-D'SUPERIOTOOL_VERSION=\"${ESVN_WC_REVISION}\"'" } - -src_install() { - emake install DESTDIR="${D}" - dodoc README -} diff --git a/sys-apps/superiotool/superiotool-99999999.ebuild b/sys-apps/superiotool/superiotool-99999999.ebuild index 9cd57fadcfc..83db272b25a 100644 --- a/sys-apps/superiotool/superiotool-99999999.ebuild +++ b/sys-apps/superiotool/superiotool-99999999.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=6 -inherit toolchain-funcs eutils +inherit toolchain-funcs -if [[ ${PV} == "99999999" ]] ; then +if [[ ${PV} == *99999999 ]] ; then ESVN_REPO_URI="svn://coreboot.org/coreboot/trunk/util/${PN}" inherit subversion - SRC_URI="" else SRC_URI="mirror://gentoo/${P}.tar.xz" KEYWORDS="~amd64 ~x86" @@ -26,6 +25,8 @@ DEPEND="${RDEPEND} app-arch/xz-utils" src_prepare() { + default + sed -i \ -e 's:-Werror ::' \ -e 's:-O2 ::' \ @@ -40,8 +41,3 @@ src_compile() { CC="$(tc-getCC)" \ SVNDEF="-D'SUPERIOTOOL_VERSION=\"${ESVN_WC_REVISION}\"'" } - -src_install() { - emake install DESTDIR="${D}" - dodoc README -}