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 5CFF4138350 for ; Mon, 4 May 2020 17:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5585E09A1; Mon, 4 May 2020 17:26:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AA141E09A1 for ; Mon, 4 May 2020 17:26:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ADB1B34F61C for ; Mon, 4 May 2020 17:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F307922D for ; Mon, 4 May 2020 17:26:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588613168.b17d852b8b0cbf58c3800d89b7637182b4ece6df.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/serialtalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/serialtalk/serialtalk-1.2-r1.ebuild dev-util/serialtalk/serialtalk-9999.ebuild X-VCS-Directories: dev-util/serialtalk/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b17d852b8b0cbf58c3800d89b7637182b4ece6df X-VCS-Branch: master Date: Mon, 4 May 2020 17:26:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a3b4eb9-e316-49c7-9a8e-25cf4f0e652a X-Archives-Hash: 739289acff785fbcf6bc10294e6539c7 commit: b17d852b8b0cbf58c3800d89b7637182b4ece6df Author: Oliver Freyermuth googlemail com> AuthorDate: Sun May 3 20:21:26 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 4 17:26:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17d852b dev-util/serialtalk: Bump to EAPI 7 and cmake.eclass. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Oliver Freyermuth googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/15633 Signed-off-by: Joonas Niilola gentoo.org> .../{serialtalk-9999.ebuild => serialtalk-1.2-r1.ebuild} | 12 ++++-------- dev-util/serialtalk/serialtalk-9999.ebuild | 10 +++------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/dev-util/serialtalk/serialtalk-9999.ebuild b/dev-util/serialtalk/serialtalk-1.2-r1.ebuild similarity index 67% copy from dev-util/serialtalk/serialtalk-9999.ebuild copy to dev-util/serialtalk/serialtalk-1.2-r1.ebuild index 59c9ad0a3ef..db77b5ea416 100644 --- a/dev-util/serialtalk/serialtalk-9999.ebuild +++ b/dev-util/serialtalk/serialtalk-1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -13,12 +13,8 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="simple command-line tool to talk to serial devices" +DESCRIPTION="Simple command-line tool to talk to serial devices" HOMEPAGE="https://github.com/BGO-OD/serialtalk" LICENSE="GPL-3+" SLOT="0" - -src_install() { - cmake-utils_src_install -} diff --git a/dev-util/serialtalk/serialtalk-9999.ebuild b/dev-util/serialtalk/serialtalk-9999.ebuild index 59c9ad0a3ef..0943a8aaeff 100644 --- a/dev-util/serialtalk/serialtalk-9999.ebuild +++ b/dev-util/serialtalk/serialtalk-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -18,7 +18,3 @@ HOMEPAGE="https://github.com/BGO-OD/serialtalk" LICENSE="GPL-3+" SLOT="0" - -src_install() { - cmake-utils_src_install -}