diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-01 22:42:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 18:59:33 +0200 |
commit | acef42f9de96ab33d201a31cbf87b90df23db32a (patch) | |
tree | 71537414ad386efc40dbb3b85fffe37175967014 /media-radio | |
parent | media-radio/KochMorse: EAPI-7 bump (diff) | |
download | gentoo-acef42f9de96ab33d201a31cbf87b90df23db32a.tar.gz gentoo-acef42f9de96ab33d201a31cbf87b90df23db32a.tar.bz2 gentoo-acef42f9de96ab33d201a31cbf87b90df23db32a.zip |
media-radio/KochMorse: Drop 3.4.0 (r0)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/KochMorse/KochMorse-3.4.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/media-radio/KochMorse/KochMorse-3.4.0.ebuild b/media-radio/KochMorse/KochMorse-3.4.0.ebuild deleted file mode 100644 index eee17a4fe396..000000000000 --- a/media-radio/KochMorse/KochMorse-3.4.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -} |