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 139F21382C5 for ; Sat, 17 Apr 2021 19:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33A2FE0844; Sat, 17 Apr 2021 19:42:11 +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 1C3D3E0844 for ; Sat, 17 Apr 2021 19:42:11 +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 AD7CC335D4D for ; Sat, 17 Apr 2021 19:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE62A4A8 for ; Sat, 17 Apr 2021 19:42:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1618688484.3ae2ea241fabbb192c4c1f076c7620ab9f55f111.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/openmittsu/openmittsu-0.9.15.0.ebuild X-VCS-Directories: net-im/openmittsu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3ae2ea241fabbb192c4c1f076c7620ab9f55f111 X-VCS-Branch: master Date: Sat, 17 Apr 2021 19:42:07 +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: 62ef7420-ba55-440d-851e-14940430f244 X-Archives-Hash: 4d6f9007d60db710f1d0cafea3c1b94a commit: 3ae2ea241fabbb192c4c1f076c7620ab9f55f111 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 5 12:52:06 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 17 19:41:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae2ea24 net-im/openmittsu: Switch to cmake.eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/openmittsu/openmittsu-0.9.15.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-im/openmittsu/openmittsu-0.9.15.0.ebuild b/net-im/openmittsu/openmittsu-0.9.15.0.ebuild index 00915580a10..945996c436a 100644 --- a/net-im/openmittsu/openmittsu-0.9.15.0.ebuild +++ b/net-im/openmittsu/openmittsu-0.9.15.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils desktop +inherit cmake desktop -DESCRIPTION="An open source chat client for Threema-style end-to-end encrypted chat networks" +DESCRIPTION="Open source chat client for Threema-style end-to-end encrypted chat networks" HOMEPAGE="https://www.openmittsu.de/" # git-archive-all.sh snapshot of https://github.com/blizzard4591/openMittsu.git SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" @@ -45,7 +45,7 @@ src_configure() { "-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON" "-DOPENMITTSU_ENABLE_TESTS=$(usex test)" ) - cmake-utils_src_configure + cmake_src_configure } src_test() { @@ -55,7 +55,7 @@ src_test() { src_install() { local my_pn="openMittsu" - cmake-utils_src_install + cmake_src_install newicon resources/icon.png ${my_pn}.png make_desktop_entry ${my_pn} ${my_pn} ${my_pn} rm "${ED}"/usr/bin/${my_pn}VersionInfo || die