commit: bec1e776e5fef0de593214f2d88afcbc1629c453 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Tue May 6 09:14:35 2025 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Tue May 6 09:14:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec1e776
media-radio/kochmorse: drop 3.5.1 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> media-radio/kochmorse/kochmorse-3.5.1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/media-radio/kochmorse/kochmorse-3.5.1.ebuild b/media-radio/kochmorse/kochmorse-3.5.1.ebuild deleted file mode 100644 index e45bbb5ea6a5..000000000000 --- a/media-radio/kochmorse/kochmorse-3.5.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 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" - -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}"
