idella4 15/03/12 05:16:08 Modified: ChangeLog Added: KochMorse-0.99.6-r1.ebuild Log: revbump; conversion -> distutils-r1 wrt bug #541296 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 media-radio/KochMorse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/KochMorse/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/KochMorse/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/KochMorse/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-radio/KochMorse/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 11 Mar 2011 18:39:07 -0000 1.4 +++ ChangeLog 12 Mar 2015 05:16:08 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for media-radio/KochMorse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/KochMorse/ChangeLog,v 1.4 2011/03/11 18:39:07 arfrever Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/KochMorse/ChangeLog,v 1.5 2015/03/12 05:16:08 idella4 Exp $ + +*KochMorse-0.99.6-r1 (12 Mar 2015) + + 12 Mar 2015; Ian Delaney <[email protected]> +KochMorse-0.99.6-r1.ebuild: + revbump; conversion -> distutils-r1 wrt bug #541296 11 Mar 2011; Arfrever Frehtes Taifersar Arahesis <[email protected]> KochMorse-0.99.6.ebuild: @@ -18,4 +23,3 @@ 31 Aug 2010; Michael Weber <[email protected]> +KochMorse-0.99.6.ebuild, +metadata.xml: Initial import, fixes bug #311871. - 1.1 media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild?rev=1.1&content-type=text/plain Index: KochMorse-0.99.6-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-radio/KochMorse/KochMorse-0.99.6-r1.ebuild,v 1.1 2015/03/12 05:16:08 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="Morse-tutor for Linux using the Koch-method" HOMEPAGE="http://KochMorse.googlecode.com/" SRC_URI="http://${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 }
