diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-03-16 11:07:55 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-03-16 11:07:55 +0000 |
commit | c082a0769e8efce0733927521858fbeb01f92249 (patch) | |
tree | 0f2c7846ffbce08847f0a9c5888a0dbafb82dd6d /app-office/taskcoach | |
parent | Version bump wrt #261449 (diff) | |
download | gentoo-2-c082a0769e8efce0733927521858fbeb01f92249.tar.gz gentoo-2-c082a0769e8efce0733927521858fbeb01f92249.tar.bz2 gentoo-2-c082a0769e8efce0733927521858fbeb01f92249.zip |
Version bump and dumps.
(Portage version: 2.2_rc23/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-0.71.5.ebuild | 43 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.72.3.ebuild (renamed from app-office/taskcoach/taskcoach-0.72.0.ebuild) | 2 |
3 files changed, 8 insertions, 45 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index da1c3916d859..553c461c14b0 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.20 2009/02/19 23:14:51 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.21 2009/03/16 11:07:55 caster Exp $ + +*taskcoach-0.72.3 (16 Mar 2009) + + 16 Mar 2009; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.71.5.ebuild, + -taskcoach-0.72.0.ebuild, +taskcoach-0.72.3.ebuild: + Version bump and dumps. *taskcoach-0.72.1 (19 Feb 2009) diff --git a/app-office/taskcoach/taskcoach-0.71.5.ebuild b/app-office/taskcoach/taskcoach-0.71.5.ebuild deleted file mode 100644 index 9478dc2a7cd5..000000000000 --- a/app-office/taskcoach/taskcoach-0.71.5.ebuild +++ /dev/null @@ -1,43 +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.71.5.ebuild,v 1.1 2008/12/27 16:13:05 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_unpack() { - distutils_src_unpack - - cd "${S}" - if ! use x86; then - elog "Removing Funambol support, works only on x86." - rm -fv taskcoachlib/bin.in/linux/*.so || die - fi -} - -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.72.0.ebuild b/app-office/taskcoach/taskcoach-0.72.3.ebuild index 51d79363eddc..87a3dddb65b1 100644 --- a/app-office/taskcoach/taskcoach-0.72.0.ebuild +++ b/app-office/taskcoach/taskcoach-0.72.3.ebuild @@ -1,6 +1,6 @@ # 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.0.ebuild,v 1.1 2009/01/30 14:54:34 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.72.3.ebuild,v 1.1 2009/03/16 11:07:55 caster Exp $ inherit distutils eutils |