diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-11-20 12:09:12 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-11-20 12:09:12 +0000 |
commit | cef12731cc9cad169f15b73dcb687824905a990c (patch) | |
tree | 4dea05646141fb781e32a19ade263af23c97ee7f /app-office | |
parent | Add ~arm, thanks to steev for testing (diff) | |
download | gentoo-2-cef12731cc9cad169f15b73dcb687824905a990c.tar.gz gentoo-2-cef12731cc9cad169f15b73dcb687824905a990c.tar.bz2 gentoo-2-cef12731cc9cad169f15b73dcb687824905a990c.zip |
Version bump.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-1.2.3.ebuild (renamed from app-office/taskcoach/taskcoach-1.0.10.ebuild) | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index 3beca879e95f..13a4f9cf1954 100644 --- a/app-office/taskcoach/ChangeLog +++ b/app-office/taskcoach/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/taskcoach # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.63 2010/10/20 11:44:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.64 2010/11/20 12:09:12 caster Exp $ + +*taskcoach-1.2.3 (20 Nov 2010) + + 20 Nov 2010; Vlastimil Babka <caster@gentoo.org> -taskcoach-1.0.10.ebuild, + +taskcoach-1.2.3.ebuild: + Version bump. 20 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> taskcoach-1.1.4-r1.ebuild: diff --git a/app-office/taskcoach/taskcoach-1.0.10.ebuild b/app-office/taskcoach/taskcoach-1.2.3.ebuild index 7c17a23ba341..3490682f8f65 100644 --- a/app-office/taskcoach/taskcoach-1.0.10.ebuild +++ b/app-office/taskcoach/taskcoach-1.2.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.0.10.ebuild,v 1.4 2010/09/08 10:24:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.2.3.ebuild,v 1.1 2010/11/20 12:09:12 caster Exp $ EAPI=3 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="2.4 3.*" PYTHON_MODNAME="buildlib taskcoachlib" inherit distutils eutils @@ -15,11 +15,11 @@ MY_PN="TaskCoach" MY_P="${MY_PN}-${PV}" DESCRIPTION="Simple personal tasks and todo lists manager" -HOMEPAGE="http://www.taskcoach.org" +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} |