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>[email protected]</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.
