diff options
author | 2008-02-15 15:52:11 +0000 | |
---|---|---|
committer | 2008-02-15 15:52:11 +0000 | |
commit | ae7d2ad98c700cd1402d217d11b0d60ef37a2781 (patch) | |
tree | 1b909f8a5b6448ce4a671ef7acc78789e29eeeed /app-office | |
parent | Version bump. (diff) | |
download | gentoo-2-ae7d2ad98c700cd1402d217d11b0d60ef37a2781.tar.gz gentoo-2-ae7d2ad98c700cd1402d217d11b0d60ef37a2781.tar.bz2 gentoo-2-ae7d2ad98c700cd1402d217d11b0d60ef37a2781.zip |
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.69.1.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index a8a2ec13c0f9..3461a3a729de 100644 --- a/app-office/taskcoach/ChangeLog +++ b/app-office/taskcoach/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2008/02/09 22:44:08 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.3 2008/02/15 15:52:11 caster Exp $ + +*taskcoach-0.69.1 (15 Feb 2008) + + 15 Feb 2008; Vlastimil Babka <caster@gentoo.org> +taskcoach-0.69.1.ebuild: + Version bump. *taskcoach-0.69.0 (09 Feb 2008) diff --git a/app-office/taskcoach/taskcoach-0.69.1.ebuild b/app-office/taskcoach/taskcoach-0.69.1.ebuild new file mode 100644 index 000000000000..37d487d0689f --- /dev/null +++ b/app-office/taskcoach/taskcoach-0.69.1.ebuild @@ -0,0 +1,34 @@ +# 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.69.1.ebuild,v 1.1 2008/02/15 15:52:11 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 + mirror://gentoo/${PN}-icon.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=dev-lang/python-2.4" +RDEPEND="${DEPEND} + =dev-python/wxpython-2.8*" + +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 "${WORKDIR}/${PN}-icon/${PN}.png" || die + make_desktop_entry ${PN} "Task Coach" ${PN}.png Office || die +} |