diff options
author | Vlastimil Babka <caster@gentoo.org> | 2011-11-04 23:23:25 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2011-11-04 23:23:25 +0000 |
commit | 95a5e071c2282ec835fba5fc510db81c8e5184bf (patch) | |
tree | d8c9e981b546f17446a7d06d830fc88a7757a8cd /app-office/taskcoach | |
parent | Use kde4-base.eclass to automatically handle handbook useflag, bug 387421 (diff) | |
download | gentoo-2-95a5e071c2282ec835fba5fc510db81c8e5184bf.tar.gz gentoo-2-95a5e071c2282ec835fba5fc510db81c8e5184bf.tar.bz2 gentoo-2-95a5e071c2282ec835fba5fc510db81c8e5184bf.zip |
Version bump. Now works only with python 2.6 and 2.7.
(Portage version: 2.2.0_alpha68/cvs/Linux x86_64)
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-1.2.30.ebuild (renamed from app-office/taskcoach/taskcoach-1.1.4-r1.ebuild) | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index 290024078d3b..73442dbc94a0 100644 --- a/app-office/taskcoach/ChangeLog +++ b/app-office/taskcoach/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/taskcoach # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.78 2011/10/04 11:23:23 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.79 2011/11/04 23:23:25 caster Exp $ + +*taskcoach-1.2.30 (04 Nov 2011) + + 04 Nov 2011; Vlastimil Babka <caster@gentoo.org> -taskcoach-1.1.4-r1.ebuild, + +taskcoach-1.2.30.ebuild: + Version bump. Now works only with python 2.6 and 2.7. 04 Oct 2011; Andreas Schuerch <nativemad@gentoo.org> taskcoach-1.2.27.ebuild: x86 stable, bug 379221 diff --git a/app-office/taskcoach/taskcoach-1.1.4-r1.ebuild b/app-office/taskcoach/taskcoach-1.2.30.ebuild index 76dfb76143d7..59093dec9340 100644 --- a/app-office/taskcoach/taskcoach-1.1.4-r1.ebuild +++ b/app-office/taskcoach/taskcoach-1.2.30.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.1.4-r1.ebuild,v 1.5 2011/09/27 12:47:18 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.2.30.ebuild,v 1.1 2011/11/04 23:23:25 caster Exp $ EAPI=3 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" PYTHON_MODNAME="buildlib taskcoachlib" inherit distutils eutils @@ -19,7 +19,7 @@ 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" +KEYWORDS="~amd64 ~x86" IUSE="libnotify" DEPEND=">=dev-python/wxpython-2.8.9.2:2.8" RDEPEND="${DEPEND} @@ -29,12 +29,6 @@ S="${WORKDIR}/${MY_P}" DOCS="CHANGES.txt" -src_prepare() { - distutils_src_prepare - - epatch "${FILESDIR}/3081666.patch" -} - src_install() { distutils_src_install |