summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2008-07-14 12:21:41 +0000
committerVlastimil Babka <caster@gentoo.org>2008-07-14 12:21:41 +0000
commit802f58720ecdcaf44f544994f0e7287a9f414221 (patch)
treeea5cee7aa0c63752aaa0fe827b903187f90923d1 /app-office
parentSparc stable, Bug #229791 (licensing problems with fixing a broken font). (diff)
downloadgentoo-2-802f58720ecdcaf44f544994f0e7287a9f414221.tar.gz
gentoo-2-802f58720ecdcaf44f544994f0e7287a9f414221.tar.bz2
gentoo-2-802f58720ecdcaf44f544994f0e7287a9f414221.zip
Version bump. Includes upstream fix for bug #222391.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/taskcoach/ChangeLog8
-rw-r--r--app-office/taskcoach/taskcoach-0.70.1.ebuild (renamed from app-office/taskcoach/taskcoach-0.69.2.ebuild)9
2 files changed, 11 insertions, 6 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog
index 398f5f57a6f6..fc3f6464a37a 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.7 2008/06/04 08:24:45 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.8 2008/07/14 12:21:41 caster Exp $
+
+*taskcoach-0.70.1 (14 Jul 2008)
+
+ 14 Jul 2008; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.69.2.ebuild,
+ +taskcoach-0.70.1.ebuild:
+ Version bump. Includes upstream fix for bug #222391.
04 Jun 2008; Vlastimil Babka <caster@gentoo.org>
+files/taskcoach-setup.patch, taskcoach-0.70.0.ebuild:
diff --git a/app-office/taskcoach/taskcoach-0.69.2.ebuild b/app-office/taskcoach/taskcoach-0.70.1.ebuild
index 7607698fc674..369049514fb8 100644
--- a/app-office/taskcoach/taskcoach-0.69.2.ebuild
+++ b/app-office/taskcoach/taskcoach-0.70.1.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.69.2.ebuild,v 1.1 2008/03/30 00:30:00 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.1.ebuild,v 1.1 2008/07/14 12:21:41 caster Exp $
inherit distutils eutils
@@ -9,9 +9,8 @@ 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"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -29,6 +28,6 @@ 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
+ doicon "icons.in/${PN}.png" || die
make_desktop_entry ${PN} "Task Coach" ${PN} Office || die
}