From 71ebbaf78841203ad7d08ecc406c1e59209db0f6 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 22 Nov 2021 20:01:42 +0100 Subject: media-radio/kochmorse: rename from media-radio/KochMorse For consistency with the names of: the upstream GitHub project, the directory inside their release tarballs, the executable, the desktop file... In fact, the only place I've seen it written as KochMorse is the README. Signed-off-by: Marek Szuba --- media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild | 32 ------------------------- media-radio/KochMorse/Manifest | 1 - media-radio/KochMorse/metadata.xml | 15 ------------ media-radio/kochmorse/Manifest | 1 + media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild | 29 ++++++++++++++++++++++ media-radio/kochmorse/metadata.xml | 15 ++++++++++++ 6 files changed, 45 insertions(+), 48 deletions(-) delete mode 100644 media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild delete mode 100644 media-radio/KochMorse/Manifest delete mode 100644 media-radio/KochMorse/metadata.xml create mode 100644 media-radio/kochmorse/Manifest create mode 100644 media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild create mode 100644 media-radio/kochmorse/metadata.xml (limited to 'media-radio') diff --git a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild b/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild deleted file mode 100644 index 190a657b9151..000000000000 --- a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Morse-code tutor using the Koch method" -HOMEPAGE="https://github.com/hmatuschek/kochmorse" -SRC_URI="https://github.com/hmatuschek/kochmorse/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -BDEPEND="dev-qt/linguist-tools:5" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtwidgets:5" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/kochmorse-${PV}" - -src_prepare() { - cmake_src_prepare - # Upstream uses a non-standard category in release 3.4.0. I submitted - # a fix which has been accepted, but not yet released. - sed -i -e 's/Teaching;/X-Teaching;/' shared/kochmorse.desktop || die -} diff --git a/media-radio/KochMorse/Manifest b/media-radio/KochMorse/Manifest deleted file mode 100644 index f72ef8e0219c..000000000000 --- a/media-radio/KochMorse/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST KochMorse-3.4.0.tar.gz 1066631 BLAKE2B a435ab85ea782cb09ceab23109651572a2ed8fab6764ed54cdb5c1f2a51814f477fca013913f81b806404abf0d210edce7cca589b10b19b39fece5d8e1f7b581 SHA512 43cf5c3c9d66c4ef23016246a80ab426976a20ca5a2639d47ff2622adcaa3a9444dbfcd2d5c28c5ee32e0f041e8ecd8a33f82a9ed3040753699ebbb43d8f0faa diff --git a/media-radio/KochMorse/metadata.xml b/media-radio/KochMorse/metadata.xml deleted file mode 100644 index baed555c7d9a..000000000000 --- a/media-radio/KochMorse/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - marecki@gentoo.org - Marek Szuba - - - KochMorse is a simple morse-code tutor using the Koch method. It is - written in C++ and uses Qt5 for the graphical user interface. - - - hmatuschek/kochmorse - - diff --git a/media-radio/kochmorse/Manifest b/media-radio/kochmorse/Manifest new file mode 100644 index 000000000000..cbae03deb40a --- /dev/null +++ b/media-radio/kochmorse/Manifest @@ -0,0 +1 @@ +DIST kochmorse-3.4.0.tar.gz 1066631 BLAKE2B a435ab85ea782cb09ceab23109651572a2ed8fab6764ed54cdb5c1f2a51814f477fca013913f81b806404abf0d210edce7cca589b10b19b39fece5d8e1f7b581 SHA512 43cf5c3c9d66c4ef23016246a80ab426976a20ca5a2639d47ff2622adcaa3a9444dbfcd2d5c28c5ee32e0f041e8ecd8a33f82a9ed3040753699ebbb43d8f0faa diff --git a/media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild b/media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild new file mode 100644 index 000000000000..066f0da13b21 --- /dev/null +++ b/media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Morse-code tutor using the Koch method" +HOMEPAGE="https://github.com/hmatuschek/kochmorse" +SRC_URI="https://github.com/hmatuschek/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +BDEPEND="dev-qt/linguist-tools:5" +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtwidgets:5" +DEPEND="${RDEPEND}" + +src_prepare() { + cmake_src_prepare + # Upstream uses a non-standard category in release 3.4.0 + sed -i -e 's/Teaching;/X-Teaching;/' shared/${PN}.desktop || die +} diff --git a/media-radio/kochmorse/metadata.xml b/media-radio/kochmorse/metadata.xml new file mode 100644 index 000000000000..baed555c7d9a --- /dev/null +++ b/media-radio/kochmorse/metadata.xml @@ -0,0 +1,15 @@ + + + + + marecki@gentoo.org + Marek Szuba + + + KochMorse is a simple morse-code tutor using the Koch method. It is + written in C++ and uses Qt5 for the graphical user interface. + + + hmatuschek/kochmorse + + -- cgit v1.2.3-65-gdbad