Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, media-radio/kochmorse/, media-radio/KochMorse/
Date: Mon, 22 Nov 2021 19:05:25
Message-Id: 1637607908.71ebbaf78841203ad7d08ecc406c1e59209db0f6.marecki@gentoo
1 commit: 71ebbaf78841203ad7d08ecc406c1e59209db0f6
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 19:01:42 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 19:05:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ebbaf7
7
8 media-radio/kochmorse: rename from media-radio/KochMorse
9
10 For consistency with the names of: the upstream GitHub project, the
11 directory inside their release tarballs, the executable, the desktop
12 file... In fact, the only place I've seen it written as KochMorse is the
13 README.
14
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 media-radio/{KochMorse => kochmorse}/Manifest | 2 +-
18 .../kochmorse-3.4.0-r1.ebuild} | 11 ++++-------
19 media-radio/{KochMorse => kochmorse}/metadata.xml | 0
20 profiles/updates/4Q-2021 | 1 +
21 4 files changed, 6 insertions(+), 8 deletions(-)
22
23 diff --git a/media-radio/KochMorse/Manifest b/media-radio/kochmorse/Manifest
24 similarity index 79%
25 rename from media-radio/KochMorse/Manifest
26 rename to media-radio/kochmorse/Manifest
27 index f72ef8e0219c..cbae03deb40a 100644
28 --- a/media-radio/KochMorse/Manifest
29 +++ b/media-radio/kochmorse/Manifest
30 @@ -1 +1 @@
31 -DIST KochMorse-3.4.0.tar.gz 1066631 BLAKE2B a435ab85ea782cb09ceab23109651572a2ed8fab6764ed54cdb5c1f2a51814f477fca013913f81b806404abf0d210edce7cca589b10b19b39fece5d8e1f7b581 SHA512 43cf5c3c9d66c4ef23016246a80ab426976a20ca5a2639d47ff2622adcaa3a9444dbfcd2d5c28c5ee32e0f041e8ecd8a33f82a9ed3040753699ebbb43d8f0faa
32 +DIST kochmorse-3.4.0.tar.gz 1066631 BLAKE2B a435ab85ea782cb09ceab23109651572a2ed8fab6764ed54cdb5c1f2a51814f477fca013913f81b806404abf0d210edce7cca589b10b19b39fece5d8e1f7b581 SHA512 43cf5c3c9d66c4ef23016246a80ab426976a20ca5a2639d47ff2622adcaa3a9444dbfcd2d5c28c5ee32e0f041e8ecd8a33f82a9ed3040753699ebbb43d8f0faa
33
34 diff --git a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild b/media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild
35 similarity index 54%
36 rename from media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
37 rename to media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild
38 index 190a657b9151..066f0da13b21 100644
39 --- a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
40 +++ b/media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -7,7 +7,7 @@ inherit cmake
48
49 DESCRIPTION="Morse-code tutor using the Koch method"
50 HOMEPAGE="https://github.com/hmatuschek/kochmorse"
51 -SRC_URI="https://github.com/hmatuschek/kochmorse/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 +SRC_URI="https://github.com/hmatuschek/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53
54 LICENSE="GPL-2"
55 SLOT="0"
56 @@ -22,11 +22,8 @@ RDEPEND="
57 dev-qt/qtwidgets:5"
58 DEPEND="${RDEPEND}"
59
60 -S="${WORKDIR}/kochmorse-${PV}"
61 -
62 src_prepare() {
63 cmake_src_prepare
64 - # Upstream uses a non-standard category in release 3.4.0. I submitted
65 - # a fix which has been accepted, but not yet released.
66 - sed -i -e 's/Teaching;/X-Teaching;/' shared/kochmorse.desktop || die
67 + # Upstream uses a non-standard category in release 3.4.0
68 + sed -i -e 's/Teaching;/X-Teaching;/' shared/${PN}.desktop || die
69 }
70
71 diff --git a/media-radio/KochMorse/metadata.xml b/media-radio/kochmorse/metadata.xml
72 similarity index 100%
73 rename from media-radio/KochMorse/metadata.xml
74 rename to media-radio/kochmorse/metadata.xml
75
76 diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
77 index 8ae9097b3308..d4e531acf648 100644
78 --- a/profiles/updates/4Q-2021
79 +++ b/profiles/updates/4Q-2021
80 @@ -1,2 +1,3 @@
81 move dev-libs/intel-neo dev-libs/intel-compute-runtime
82 move dev-python/hyper-h2 dev-python/h2
83 +move media-radio/KochMorse media-radio/kochmorse