Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/
Date: Mon, 06 Dec 2021 07:19:41
Message-Id: 1638774951.d4d334d881c5abe306b182a9e8ce55bff32619af.tastytea@gentoo
1 commit: d4d334d881c5abe306b182a9e8ce55bff32619af
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Dec 6 07:15:51 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Dec 6 07:15:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4d334d8
7
8 net-im/nheko: Fix DESCRIPTION.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 net-im/nheko/nheko-0.9.0-r1.ebuild | 2 +-
13 net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-im/nheko/nheko-0.9.0-r1.ebuild b/net-im/nheko/nheko-0.9.0-r1.ebuild
17 index 5116dd7c8..647134952 100644
18 --- a/net-im/nheko/nheko-0.9.0-r1.ebuild
19 +++ b/net-im/nheko/nheko-0.9.0-r1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=8
21
22 inherit cmake optfeature xdg
23
24 -DESCRIPTION="Desktop client for Matrix using Qt and C++14"
25 +DESCRIPTION="Native desktop client for Matrix using Qt"
26 HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
27 SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29
30 diff --git a/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild b/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild
31 index 4c12e58e2..26dc81426 100644
32 --- a/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild
33 +++ b/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild
34 @@ -6,7 +6,7 @@ EAPI=8
35 inherit cmake xdg
36
37 MY_COMMIT="c43c2bd4b9481f761e9f1b16453f0e7f5b1beabe"
38 -DESCRIPTION="Desktop client for Matrix using Qt and C++14"
39 +DESCRIPTION="Native desktop client for Matrix using Qt"
40 HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
41 SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
42 S="${WORKDIR}/${PN}-${MY_COMMIT}"