commit:     b17d852b8b0cbf58c3800d89b7637182b4ece6df
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sun May  3 20:21:26 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <o.freyermuth <AT> googlemail.com>
Closes: https://github.com/gentoo/gentoo/pull/15633
Signed-off-by: Joonas Niilola <juippis <AT> 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
-}

Reply via email to