summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2008-03-30 00:30:00 +0000
committerVlastimil Babka <caster@gentoo.org>2008-03-30 00:30:00 +0000
commitcd436301f0035765574ace2fab4e07a970a01f17 (patch)
tree644dc59b4449c58867dd3725feb78774807869b2 /app-office
parentNew ebuild for bug #144667 (diff)
downloadgentoo-2-cd436301f0035765574ace2fab4e07a970a01f17.tar.gz
gentoo-2-cd436301f0035765574ace2fab4e07a970a01f17.tar.bz2
gentoo-2-cd436301f0035765574ace2fab4e07a970a01f17.zip
Version bumb.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/taskcoach/ChangeLog8
-rw-r--r--app-office/taskcoach/taskcoach-0.69.0.ebuild34
-rw-r--r--app-office/taskcoach/taskcoach-0.69.2.ebuild (renamed from app-office/taskcoach/taskcoach-0.68.0.ebuild)2
3 files changed, 8 insertions, 36 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog
index e92cfc56eb66..79356d3cc19c 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.4 2008/02/29 17:47:23 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.5 2008/03/30 00:30:00 caster Exp $
+
+*taskcoach-0.69.2 (30 Mar 2008)
+
+ 30 Mar 2008; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.68.0.ebuild,
+ -taskcoach-0.69.0.ebuild, +taskcoach-0.69.2.ebuild:
+ Version bumb.
29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> taskcoach-0.68.0.ebuild,
taskcoach-0.69.0.ebuild, taskcoach-0.69.1.ebuild:
diff --git a/app-office/taskcoach/taskcoach-0.69.0.ebuild b/app-office/taskcoach/taskcoach-0.69.0.ebuild
deleted file mode 100644
index 242a4ce01577..000000000000
--- a/app-office/taskcoach/taskcoach-0.69.0.ebuild
+++ /dev/null
@@ -1,34 +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.69.0.ebuild,v 1.2 2008/02/29 17:47:23 carlo 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} Office || die
-}
diff --git a/app-office/taskcoach/taskcoach-0.68.0.ebuild b/app-office/taskcoach/taskcoach-0.69.2.ebuild
index 90410c3e1a43..7607698fc674 100644
--- a/app-office/taskcoach/taskcoach-0.68.0.ebuild
+++ b/app-office/taskcoach/taskcoach-0.69.2.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.68.0.ebuild,v 1.2 2008/02/29 17:47:23 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.69.2.ebuild,v 1.1 2008/03/30 00:30:00 caster Exp $
inherit distutils eutils