diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-11-12 10:21:56 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-11-12 10:21:56 +0000 |
commit | 32c532710ae5c3bb5788e1183f6673d1a3df9143 (patch) | |
tree | 5ca8f962e2c6eebcaffa809c9df0b467a2db860b /app-office | |
parent | Version bump (diff) | |
download | gentoo-2-32c532710ae5c3bb5788e1183f6673d1a3df9143.tar.gz gentoo-2-32c532710ae5c3bb5788e1183f6673d1a3df9143.tar.bz2 gentoo-2-32c532710ae5c3bb5788e1183f6673d1a3df9143.zip |
Version bump.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo-r1-perfctr x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.70.4.ebuild | 33 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.71.3.ebuild (renamed from app-office/taskcoach/taskcoach-0.71.1.ebuild) | 2 |
3 files changed, 8 insertions, 35 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index b435990b9349..47d1e9352f7d 100644 --- a/app-office/taskcoach/ChangeLog +++ b/app-office/taskcoach/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/taskcoach # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.15 2008/10/27 21:22:02 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.16 2008/11/12 10:21:56 caster Exp $ + +*taskcoach-0.71.3 (12 Nov 2008) + + 12 Nov 2008; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.70.4.ebuild, + -taskcoach-0.71.1.ebuild, +taskcoach-0.71.3.ebuild: + Version bump. *taskcoach-0.71.2 (27 Oct 2008) diff --git a/app-office/taskcoach/taskcoach-0.70.4.ebuild b/app-office/taskcoach/taskcoach-0.70.4.ebuild deleted file mode 100644 index 9f86619bd468..000000000000 --- a/app-office/taskcoach/taskcoach-0.70.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild,v 1.2 2008/10/05 20:02:02 caster Exp $ - -inherit distutils eutils - -MY_PN="TaskCoach" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Simple personal tasks and todo lists manager" -HOMEPAGE="http://www.taskcoach.org" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=">=dev-lang/python-2.4 - =dev-python/wxpython-2.8*" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -DOCS="CHANGES.txt" - -src_install() { - distutils_src_install - - mv "${D}/usr/bin/taskcoach.py" "${D}/usr/bin/taskcoach" || die - rm "${D}/usr/bin/taskcoach.pyw" || die - - doicon "icons.in/${PN}.png" || die - make_desktop_entry ${PN} "Task Coach" ${PN} Office || die -} diff --git a/app-office/taskcoach/taskcoach-0.71.1.ebuild b/app-office/taskcoach/taskcoach-0.71.3.ebuild index e11a1248fb62..05dd852b9a4b 100644 --- a/app-office/taskcoach/taskcoach-0.71.1.ebuild +++ b/app-office/taskcoach/taskcoach-0.71.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.71.1.ebuild,v 1.1 2008/10/13 22:26:36 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.71.3.ebuild,v 1.1 2008/11/12 10:21:56 caster Exp $ inherit distutils eutils |