From: Manuel RĂ¼ger Date: Tue, 15 Mar 2016 23:39:37 +0000 (+0100) Subject: media-radio/KochMorse: Remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ae3cd8e38667dd79846eb71e4b097a58a776f651;p=gentoo.git media-radio/KochMorse: Remove old Package-Manager: portage-2.2.28 --- 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 838f49a51c8b..000000000000 --- 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 -}