Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/
Date: Sat, 17 Apr 2021 19:42:13
Message-Id: 1618688484.3ae2ea241fabbb192c4c1f076c7620ab9f55f111.asturm@gentoo
1 commit: 3ae2ea241fabbb192c4c1f076c7620ab9f55f111
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 5 12:52:06 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 19:41:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae2ea24
7
8 net-im/openmittsu: Switch to cmake.eclass
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-im/openmittsu/openmittsu-0.9.15.0.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/net-im/openmittsu/openmittsu-0.9.15.0.ebuild b/net-im/openmittsu/openmittsu-0.9.15.0.ebuild
17 index 00915580a10..945996c436a 100644
18 --- a/net-im/openmittsu/openmittsu-0.9.15.0.ebuild
19 +++ b/net-im/openmittsu/openmittsu-0.9.15.0.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit cmake-utils desktop
28 +inherit cmake desktop
29
30 -DESCRIPTION="An open source chat client for Threema-style end-to-end encrypted chat networks"
31 +DESCRIPTION="Open source chat client for Threema-style end-to-end encrypted chat networks"
32 HOMEPAGE="https://www.openmittsu.de/"
33 # git-archive-all.sh snapshot of https://github.com/blizzard4591/openMittsu.git
34 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
35 @@ -45,7 +45,7 @@ src_configure() {
36 "-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON"
37 "-DOPENMITTSU_ENABLE_TESTS=$(usex test)"
38 )
39 - cmake-utils_src_configure
40 + cmake_src_configure
41 }
42
43 src_test() {
44 @@ -55,7 +55,7 @@ src_test() {
45
46 src_install() {
47 local my_pn="openMittsu"
48 - cmake-utils_src_install
49 + cmake_src_install
50 newicon resources/icon.png ${my_pn}.png
51 make_desktop_entry ${my_pn} ${my_pn} ${my_pn}
52 rm "${ED}"/usr/bin/${my_pn}VersionInfo || die