diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-09-26 19:45:15 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-09-26 19:45:15 +0000 |
commit | 1899b25c83a3bf41a3009350cda1d3db8d709d11 (patch) | |
tree | b7430fdd25888a98cba7d2b85854f373cc924f99 /app-office/taskcoach | |
parent | Remove entries for dev-ruby/ruby-amazon and dev-ruby/devel-logger, both are r... (diff) | |
download | gentoo-2-1899b25c83a3bf41a3009350cda1d3db8d709d11.tar.gz gentoo-2-1899b25c83a3bf41a3009350cda1d3db8d709d11.tar.bz2 gentoo-2-1899b25c83a3bf41a3009350cda1d3db8d709d11.zip |
Version bump, bug #286465.
(Portage version: 2.2_rc40/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.73.1.ebuild | 50 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.74.2.ebuild (renamed from app-office/taskcoach/taskcoach-0.73.2.ebuild) | 2 |
3 files changed, 8 insertions, 52 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index b11aafd85bbd..225afc0f3dca 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.31 2009/09/25 13:17:47 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.32 2009/09/26 19:45:15 caster Exp $ + +*taskcoach-0.74.2 (26 Sep 2009) + + 26 Sep 2009; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.73.1.ebuild, + -taskcoach-0.73.2.ebuild, +taskcoach-0.74.2.ebuild: + Version bump, bug #286465. *taskcoach-0.74.1 (25 Sep 2009) diff --git a/app-office/taskcoach/taskcoach-0.73.1.ebuild b/app-office/taskcoach/taskcoach-0.73.1.ebuild deleted file mode 100644 index bc8ae1eb9c7a..000000000000 --- a/app-office/taskcoach/taskcoach-0.73.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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.73.1.ebuild,v 1.1 2009/06/25 19:34:07 caster Exp $ - -EAPI=1 - -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.9.2: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_compile() { - # upstream now sets executable to /usr/bin/python2.5 - distutils_src_compile --executable=/usr/bin/python -} - -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.73.2.ebuild b/app-office/taskcoach/taskcoach-0.74.2.ebuild index 70fb0d519071..8553f368da79 100644 --- a/app-office/taskcoach/taskcoach-0.73.2.ebuild +++ b/app-office/taskcoach/taskcoach-0.74.2.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.73.2.ebuild,v 1.1 2009/07/10 07:42:08 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.74.2.ebuild,v 1.1 2009/09/26 19:45:15 caster Exp $ EAPI=1 |