caster 14/05/30 22:24:35 Modified: ChangeLog Added: taskcoach-1.3.40.ebuild Log: Version bump. Stopped renaming upstream executable taskcoach.py to taskcoach, as it was fragile. Fixes bug #488416. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4E61DE84)
Revision Changes Path 1.93 app-office/taskcoach/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 9 Sep 2013 17:54:05 -0000 1.92 +++ ChangeLog 30 May 2014 22:24:35 -0000 1.93 @@ -1,6 +1,12 @@ # ChangeLog for app-office/taskcoach -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.92 2013/09/09 17:54:05 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.93 2014/05/30 22:24:35 caster Exp $ + +*taskcoach-1.3.40 (30 May 2014) + + 30 May 2014; Vlastimil Babka <[email protected]> +taskcoach-1.3.40.ebuild: + Version bump. Stopped renaming upstream executable taskcoach.py to taskcoach, + as it was fragile. Fixes bug #488416. *taskcoach-1.3.32-r1 (09 Sep 2013) 1.1 app-office/taskcoach/taskcoach-1.3.40.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/taskcoach-1.3.40.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/taskcoach-1.3.40.ebuild?rev=1.1&content-type=text/plain Index: taskcoach-1.3.40.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.3.40.ebuild,v 1.1 2014/05/30 22:24:35 caster Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils versionator MY_PN="TaskCoach" MY_P="${MY_PN}-${PV}" DESCRIPTION="Simple personal tasks and todo lists manager" HOMEPAGE="http://www.taskcoach.org http://pypi.python.org/pypi/TaskCoach" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libnotify" DEPEND=">=dev-python/wxpython-2.8.9.2:2.8[${PYTHON_USEDEP}] >=dev-python/twisted-core-10.0" RDEPEND="${DEPEND} libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" DOCS=( CHANGES.txt README.txt ) python_install_all() { distutils-r1_python_install_all doicon "icons.in/${PN}.png" make_desktop_entry ${PN}.py "Task Coach" ${PN} Office } pkg_postinst() { if [[ -n ${REPLACING_VERSIONS} ]]; then if ! version_is_at_least 1.3.40 ${REPLACING_VERSIONS}; then elog "Since version 1.3.40, the Task Coach executable is called ${PN}.py" fi fi }
