diff options
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.72.8.ebuild (renamed from app-office/taskcoach/taskcoach-0.72.6.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index 02765bf283d3..d745eeeec35b 100644 --- a/app-office/taskcoach/ChangeLog +++ b/app-office/taskcoach/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/taskcoach # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.24 2009/05/14 19:19:01 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.25 2009/05/20 16:33:50 caster Exp $ + +*taskcoach-0.72.8 (20 May 2009) + + 20 May 2009; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.72.6.ebuild, + +taskcoach-0.72.8.ebuild: + Version bump. *taskcoach-0.72.7 (14 May 2009) diff --git a/app-office/taskcoach/taskcoach-0.72.6.ebuild b/app-office/taskcoach/taskcoach-0.72.8.ebuild index 9e1470526bf7..043829ce247e 100644 --- a/app-office/taskcoach/taskcoach-0.72.6.ebuild +++ b/app-office/taskcoach/taskcoach-0.72.8.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.72.6.ebuild,v 1.1 2009/04/18 23:40:55 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.72.8.ebuild,v 1.1 2009/05/20 16:33:50 caster Exp $ + +EAPI=1 inherit distutils eutils @@ -15,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.4 - =dev-python/wxpython-2.8*" + >=dev-python/wxpython-2.8.9.2:2.8" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |