summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2008-09-30 09:48:21 +0000
committerVlastimil Babka <caster@gentoo.org>2008-09-30 09:48:21 +0000
commit6f529543ae5ee40cd4ba59b8f17f4b34c1e0d130 (patch)
treed74938f509dc646c72e9ef44c53596524dd67381 /app-office/taskcoach
parentalpha/arm/ia64/sh stable wrt #238908 (diff)
downloadgentoo-2-6f529543ae5ee40cd4ba59b8f17f4b34c1e0d130.tar.gz
gentoo-2-6f529543ae5ee40cd4ba59b8f17f4b34c1e0d130.tar.bz2
gentoo-2-6f529543ae5ee40cd4ba59b8f17f4b34c1e0d130.zip
Version bump.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1-perfctr x86_64)
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r--app-office/taskcoach/ChangeLog8
-rw-r--r--app-office/taskcoach/taskcoach-0.70.2.ebuild33
-rw-r--r--app-office/taskcoach/taskcoach-0.70.4.ebuild (renamed from app-office/taskcoach/taskcoach-0.70.1.ebuild)2
3 files changed, 8 insertions, 35 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog
index 5b9e0fef218a..ee8d82a4c2ce 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.10 2008/08/17 22:15:30 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.11 2008/09/30 09:48:21 caster Exp $
+
+*taskcoach-0.70.4 (30 Sep 2008)
+
+ 30 Sep 2008; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.70.1.ebuild,
+ -taskcoach-0.70.2.ebuild, +taskcoach-0.70.4.ebuild:
+ Version bump.
*taskcoach-0.70.3 (17 Aug 2008)
diff --git a/app-office/taskcoach/taskcoach-0.70.2.ebuild b/app-office/taskcoach/taskcoach-0.70.2.ebuild
deleted file mode 100644
index b482c6010aff..000000000000
--- a/app-office/taskcoach/taskcoach-0.70.2.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.2.ebuild,v 1.1 2008/08/07 08:11:45 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"
-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 "icons.in/${PN}.png" || die
- make_desktop_entry ${PN} "Task Coach" ${PN} Office || die
-}
diff --git a/app-office/taskcoach/taskcoach-0.70.1.ebuild b/app-office/taskcoach/taskcoach-0.70.4.ebuild
index 369049514fb8..1bc9ee751c59 100644
--- a/app-office/taskcoach/taskcoach-0.70.1.ebuild
+++ b/app-office/taskcoach/taskcoach-0.70.4.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.70.1.ebuild,v 1.1 2008/07/14 12:21:41 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.4.ebuild,v 1.1 2008/09/30 09:48:21 caster Exp $
inherit distutils eutils