public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/
@ 2016-03-14 22:12 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-03-14 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b2a840fbd08e6fcdf603578fd7e56dc59cdb44b0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:10:30 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 22:10:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a840fb

media-radio/KochMorse: amd64 stable wrt bug #577330

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild b/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild
index aeff657..b202f68 100644
--- a/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild
+++ b/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/pyalsaaudio[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/
@ 2016-03-15 23:41 Manuel Rüger
  0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2016-03-15 23:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ae3cd8e38667dd79846eb71e4b097a58a776f651
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 23:39:37 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 23:39:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3cd8e3

media-radio/KochMorse: Remove old

Package-Manager: portage-2.2.28

 media-radio/KochMorse/KochMorse-0.99.6.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/media-radio/KochMorse/KochMorse-0.99.6.ebuild b/media-radio/KochMorse/KochMorse-0.99.6.ebuild
deleted file mode 100644
index 838f49a..0000000
--- a/media-radio/KochMorse/KochMorse-0.99.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit distutils
-
-DESCRIPTION="Morse-tutor for Linux using the Koch-method"
-HOMEPAGE="https://KochMorse.googlecode.com/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/pyalsaaudio
-	dev-python/pygtk"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/
@ 2018-12-04 10:35 Patrice Clement
  0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2018-12-04 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     370dace17be964dcd8dabb23e67baf11b9813deb
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Sun Nov 25 20:13:45 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec  4 10:35:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370dace1

media-radio/KochMorse: upstream release 3.4.0.

This is a brand new ebuild from a new package maintainer, wrapping the
upstream release 3.4.0.

Quoting https://github.com/hmatuschek/kochmorse/blob/master/README.md :

This is a C++/Qt reimplementation of my "old" python morse-code tutor
(also called "kochmorse", https://kochmorse.googlecode.com). As the
"old" implementation relied on ALSA for sound output, it was restricted
to Linux. This reimplementation now uses the Qt5 Multimedia module for
the sound output and the GUI is implemented using Qt5, it is therefore
more platform independent and runs under Linux, MacOS X and Windows.

Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10480
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 media-radio/KochMorse/KochMorse-3.4.0.ebuild | 27 +++++++++++++++++++++++++++
 media-radio/KochMorse/Manifest               |  1 +
 media-radio/KochMorse/metadata.xml           | 15 +++++++++++++--
 3 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/media-radio/KochMorse/KochMorse-3.4.0.ebuild b/media-radio/KochMorse/KochMorse-3.4.0.ebuild
new file mode 100644
index 00000000000..eee17a4fe39
--- /dev/null
+++ b/media-radio/KochMorse/KochMorse-3.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+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=""
+
+RDEPEND="dev-qt/qtmultimedia"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools
+	dev-util/cmake[qt5]"
+
+S="${WORKDIR}/kochmorse-${PV}"
+
+src_prepare() {
+	sed -i -e 's/Teaching;/X-Teaching;/' shared/kochmorse.desktop || die
+	eapply_user
+}

diff --git a/media-radio/KochMorse/Manifest b/media-radio/KochMorse/Manifest
index 6ce84dcc696..49d1719ca3d 100644
--- a/media-radio/KochMorse/Manifest
+++ b/media-radio/KochMorse/Manifest
@@ -1 +1,2 @@
 DIST KochMorse-0.99.6.tar.gz 30497 BLAKE2B b6c40378f1e105f3010a5d703f910ae7c2216da5892f65c85cb2b56227f38d9e88d49fac38ed3ab8513cae45dfb5bb0474fab420b8151b028061392f7e657dfd SHA512 0803f3fb092962bebffccac143dd4410330d529ec1fe3a8a0c377f640349e0a8f5c254772c5ed7e63cf63c47ce14f304658b4870c78cf89c391823c93ab9b005
+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
index 2dd58bbfe60..9db9e59f2d8 100644
--- a/media-radio/KochMorse/metadata.xml
+++ b/media-radio/KochMorse/metadata.xml
@@ -1,8 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>gentoo@seichter.de</email>
+		<name>Ralph Seichter</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+		KochMorse is a simple morse-code tutor using the Koch method. It is
+		written in C++ and uses Qt5 for the graphical user interface.
+	</longdescription>
 	<upstream>
-		<remote-id type="google-code">KochMorse</remote-id>
+		<remote-id type="github">hmatuschek/kochmorse</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/
@ 2019-05-19 13:14 Thomas Deutschmann
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Deutschmann @ 2019-05-19 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0d32bd6f5cc67fb47ffd28d91375007431a8f56e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 13:00:00 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 19 13:00:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d32bd6f

media-radio/KochMorse: x86 stable (bug #685366)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild b/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
index 3dbb7b44ee2..0f463698beb 100644
--- a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
+++ b/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hmatuschek/kochmorse/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 BDEPEND="dev-qt/linguist-tools:5"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/
@ 2019-05-25  8:31 Mikle Kolyada
  0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2019-05-25  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d879974dcf3abf493c02a8efee1c0e2ea101dba0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 08:31:11 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 25 08:31:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d879974d

media-radio/KochMorse: amd64 stable wrt bug #685366

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild b/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
index 0f463698beb..745430f452c 100644
--- a/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
+++ b/media-radio/KochMorse/KochMorse-3.4.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hmatuschek/kochmorse/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="dev-qt/linguist-tools:5"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/
@ 2019-05-25  8:41 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2019-05-25  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f564f0fb7b4cb8deb74f491e7a872a0873c72341
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 08:32:59 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 25 08:40:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f564f0fb

media-radio/KochMorse: Drop 0.99.6-r1

Bug: https://bugs.gentoo.org/685366
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild | 32 ------------------------
 media-radio/KochMorse/Manifest                   |  1 -
 2 files changed, 33 deletions(-)

diff --git a/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild b/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild
deleted file mode 100644
index 149afc4226b..00000000000
--- a/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Morse-tutor for Linux using the Koch-method"
-HOMEPAGE="https://KochMorse.googlecode.com/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/pyalsaaudio[${PYTHON_USEDEP}]
-	dev-python/pygtk[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
-	sed -e 's:Categories=Application;:Categories=:' \
-		-i kochmorse.desktop || die
-	distutils-r1_python_prepare_all
-}
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-}

diff --git a/media-radio/KochMorse/Manifest b/media-radio/KochMorse/Manifest
index 49d1719ca3d..f72ef8e0219 100644
--- a/media-radio/KochMorse/Manifest
+++ b/media-radio/KochMorse/Manifest
@@ -1,2 +1 @@
-DIST KochMorse-0.99.6.tar.gz 30497 BLAKE2B b6c40378f1e105f3010a5d703f910ae7c2216da5892f65c85cb2b56227f38d9e88d49fac38ed3ab8513cae45dfb5bb0474fab420b8151b028061392f7e657dfd SHA512 0803f3fb092962bebffccac143dd4410330d529ec1fe3a8a0c377f640349e0a8f5c254772c5ed7e63cf63c47ce14f304658b4870c78cf89c391823c93ab9b005
 DIST KochMorse-3.4.0.tar.gz 1066631 BLAKE2B a435ab85ea782cb09ceab23109651572a2ed8fab6764ed54cdb5c1f2a51814f477fca013913f81b806404abf0d210edce7cca589b10b19b39fece5d8e1f7b581 SHA512 43cf5c3c9d66c4ef23016246a80ab426976a20ca5a2639d47ff2622adcaa3a9444dbfcd2d5c28c5ee32e0f041e8ecd8a33f82a9ed3040753699ebbb43d8f0faa


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/
@ 2020-11-22  9:11 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2020-11-22  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a9be10a898c58db7b4703fe21cf0787b81d4f561
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Thu Nov 19 15:48:44 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 09:11:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9be10a8

media-radio/KochMorse: Set to maintainer-needed

I no longer use this software and have marked the package
as "maintainer needed".

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/18321
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-radio/KochMorse/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/media-radio/KochMorse/metadata.xml b/media-radio/KochMorse/metadata.xml
index 9db9e59f2d8..c32e524da1f 100644
--- a/media-radio/KochMorse/metadata.xml
+++ b/media-radio/KochMorse/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>gentoo@seichter.de</email>
-		<name>Ralph Seichter</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<longdescription>
 		KochMorse is a simple morse-code tutor using the Koch method. It is
 		written in C++ and uses Qt5 for the graphical user interface.


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/kochmorse/
@ 2021-11-22 19:05 Marek Szuba
  0 siblings, 0 replies; 13+ messages in thread
From: Marek Szuba @ 2021-11-22 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c5ea5f4958f136bdf5c0c3f865116a57116e3c24
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 19:04:20 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 19:05:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ea5f49

media-radio/kochmorse: add 3.5.1

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-radio/kochmorse/Manifest               |  1 +
 media-radio/kochmorse/kochmorse-3.5.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/media-radio/kochmorse/Manifest b/media-radio/kochmorse/Manifest
index cbae03deb40a..a129da336b21 100644
--- a/media-radio/kochmorse/Manifest
+++ b/media-radio/kochmorse/Manifest
@@ -1 +1,2 @@
 DIST kochmorse-3.4.0.tar.gz 1066631 BLAKE2B a435ab85ea782cb09ceab23109651572a2ed8fab6764ed54cdb5c1f2a51814f477fca013913f81b806404abf0d210edce7cca589b10b19b39fece5d8e1f7b581 SHA512 43cf5c3c9d66c4ef23016246a80ab426976a20ca5a2639d47ff2622adcaa3a9444dbfcd2d5c28c5ee32e0f041e8ecd8a33f82a9ed3040753699ebbb43d8f0faa
+DIST kochmorse-3.5.1.tar.gz 1154862 BLAKE2B eb74aadc1e2029576f3cc96ea698742aca70bcd616f7123543c189924689b71bae6d330e2f857027ac57026effa26a6b27866184e391840073c48aff4503e3d1 SHA512 3d073ae25461a30d58ee58e8a606f240313b32c5d036ee3087c78daf2fd78da9640d720649b807e1b19b19bc60f00bb077a7cbc9d799b4c6d232dc8bea8c2168

diff --git a/media-radio/kochmorse/kochmorse-3.5.1.ebuild b/media-radio/kochmorse/kochmorse-3.5.1.ebuild
new file mode 100644
index 000000000000..689ae8ad3fa8
--- /dev/null
+++ b/media-radio/kochmorse/kochmorse-3.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Morse-code tutor using the Koch method"
+HOMEPAGE="https://github.com/hmatuschek/kochmorse"
+SRC_URI="https://github.com/hmatuschek/${PN}/archive/refs/tags/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}"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/
@ 2021-11-22 19:05 Marek Szuba
  0 siblings, 0 replies; 13+ messages in thread
From: Marek Szuba @ 2021-11-22 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c49b0af5cc915a9259315bf34c34cfc938b43785
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 18:53:55 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 19:05:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49b0af5

media-radio/KochMorse: add self as maintainer

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-radio/KochMorse/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-radio/KochMorse/metadata.xml b/media-radio/KochMorse/metadata.xml
index 136b7868ebc4..baed555c7d9a 100644
--- a/media-radio/KochMorse/metadata.xml
+++ b/media-radio/KochMorse/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
 	<longdescription>
 		KochMorse is a simple morse-code tutor using the Koch method. It is
 		written in C++ and uses Qt5 for the graphical user interface.


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/kochmorse/
@ 2021-12-29  7:35 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-12-29  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5fc879e352d8b72d2128a30111f66737cd292ddb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 07:34:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 07:34:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc879e3

media-radio/kochmorse: Stabilize 3.5.1 amd64, #830198

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-radio/kochmorse/kochmorse-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/kochmorse/kochmorse-3.5.1.ebuild b/media-radio/kochmorse/kochmorse-3.5.1.ebuild
index 689ae8ad3fa8..02e6e4c37502 100644
--- a/media-radio/kochmorse/kochmorse-3.5.1.ebuild
+++ b/media-radio/kochmorse/kochmorse-3.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hmatuschek/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 BDEPEND="dev-qt/linguist-tools:5"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/kochmorse/
@ 2021-12-29  7:35 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-12-29  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e92ce880092fdc4c74ad55f07e44733048ad3b6b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 07:35:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 07:35:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92ce880

media-radio/kochmorse: Stabilize 3.5.1 x86, #830198

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-radio/kochmorse/kochmorse-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/kochmorse/kochmorse-3.5.1.ebuild b/media-radio/kochmorse/kochmorse-3.5.1.ebuild
index 02e6e4c37502..897a766fc21d 100644
--- a/media-radio/kochmorse/kochmorse-3.5.1.ebuild
+++ b/media-radio/kochmorse/kochmorse-3.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/hmatuschek/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="dev-qt/linguist-tools:5"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/kochmorse/
@ 2021-12-29 14:08 Marek Szuba
  0 siblings, 0 replies; 13+ messages in thread
From: Marek Szuba @ 2021-12-29 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f10796eae08a905461534c80b9473a6e63f1ff6c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 14:07:59 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 14:07:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10796ea

media-radio/kochmorse: drop 3.4.0-r1

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-radio/kochmorse/Manifest                  |  1 -
 media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild | 29 -------------------------
 2 files changed, 30 deletions(-)

diff --git a/media-radio/kochmorse/Manifest b/media-radio/kochmorse/Manifest
index a129da336b21..d8fcbb8c9d8e 100644
--- a/media-radio/kochmorse/Manifest
+++ b/media-radio/kochmorse/Manifest
@@ -1,2 +1 @@
-DIST kochmorse-3.4.0.tar.gz 1066631 BLAKE2B a435ab85ea782cb09ceab23109651572a2ed8fab6764ed54cdb5c1f2a51814f477fca013913f81b806404abf0d210edce7cca589b10b19b39fece5d8e1f7b581 SHA512 43cf5c3c9d66c4ef23016246a80ab426976a20ca5a2639d47ff2622adcaa3a9444dbfcd2d5c28c5ee32e0f041e8ecd8a33f82a9ed3040753699ebbb43d8f0faa
 DIST kochmorse-3.5.1.tar.gz 1154862 BLAKE2B eb74aadc1e2029576f3cc96ea698742aca70bcd616f7123543c189924689b71bae6d330e2f857027ac57026effa26a6b27866184e391840073c48aff4503e3d1 SHA512 3d073ae25461a30d58ee58e8a606f240313b32c5d036ee3087c78daf2fd78da9640d720649b807e1b19b19bc60f00bb077a7cbc9d799b4c6d232dc8bea8c2168

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 066f0da13b21..000000000000
--- a/media-radio/kochmorse/kochmorse-3.4.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-radio/kochmorse/
@ 2024-08-01 15:26 Thomas Beierlein
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Beierlein @ 2024-08-01 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     61f25d55e29840b1db5a27152845f70d31f421a2
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 15:22:47 2024 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 15:26:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f25d55

media-radio/kochmorse: Take maintainership

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/kochmorse/kochmorse-3.5.1.ebuild | 3 +--
 media-radio/kochmorse/metadata.xml           | 5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-radio/kochmorse/kochmorse-3.5.1.ebuild b/media-radio/kochmorse/kochmorse-3.5.1.ebuild
index 897a766fc21d..e45bbb5ea6a5 100644
--- a/media-radio/kochmorse/kochmorse-3.5.1.ebuild
+++ b/media-radio/kochmorse/kochmorse-3.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/hmatuschek/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 BDEPEND="dev-qt/linguist-tools:5"
 RDEPEND="

diff --git a/media-radio/kochmorse/metadata.xml b/media-radio/kochmorse/metadata.xml
index 136b7868ebc4..a9a4ec2987a1 100644
--- a/media-radio/kochmorse/metadata.xml
+++ b/media-radio/kochmorse/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>tomjbe@gentoo.org</email>
+		<name>Thomas Beierlein</name>
+	</maintainer>
 	<longdescription>
 		KochMorse is a simple morse-code tutor using the Koch method. It is
 		written in C++ and uses Qt5 for the graphical user interface.


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-08-01 15:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-29  7:35 [gentoo-commits] repo/gentoo:master commit in: media-radio/kochmorse/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-01 15:26 Thomas Beierlein
2021-12-29 14:08 Marek Szuba
2021-12-29  7:35 Sam James
2021-11-22 19:05 Marek Szuba
2021-11-22 19:05 [gentoo-commits] repo/gentoo:master commit in: media-radio/KochMorse/ Marek Szuba
2020-11-22  9:11 Joonas Niilola
2019-05-25  8:41 Andreas Sturmlechner
2019-05-25  8:31 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2018-12-04 10:35 Patrice Clement
2016-03-15 23:41 Manuel Rüger
2016-03-14 22:12 Agostino Sarubbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox