Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/taskcoach: ChangeLog taskcoach-0.71.2.ebuild taskcoach-0.70.3.ebuild
Date: Mon, 27 Oct 2008 21:22:06
Message-Id: E1KuZXG-0007aV-K4@stork.gentoo.org
1 caster 08/10/27 21:22:02
2
3 Modified: ChangeLog
4 Added: taskcoach-0.71.2.ebuild
5 Removed: taskcoach-0.70.3.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1-perfctr x86_64)
9
10 Revision Changes Path
11 1.15 app-office/taskcoach/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 13 Oct 2008 22:26:36 -0000 1.14
24 +++ ChangeLog 27 Oct 2008 21:22:02 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/taskcoach
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.14 2008/10/13 22:26:36 caster Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.15 2008/10/27 21:22:02 caster Exp $
30 +
31 +*taskcoach-0.71.2 (27 Oct 2008)
32 +
33 + 27 Oct 2008; Vlastimil Babka <caster@g.o> -taskcoach-0.70.3.ebuild,
34 + +taskcoach-0.71.2.ebuild:
35 + Version bump.
36
37 *taskcoach-0.71.1 (13 Oct 2008)
38
39
40
41
42 1.1 app-office/taskcoach/taskcoach-0.71.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.71.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.71.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: taskcoach-0.71.2.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.71.2.ebuild,v 1.1 2008/10/27 21:22:02 caster Exp $
52
53 inherit distutils eutils
54
55 MY_PN="TaskCoach"
56 MY_P="${MY_PN}-${PV}"
57
58 DESCRIPTION="Simple personal tasks and todo lists manager"
59 HOMEPAGE="http://www.taskcoach.org"
60 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65 DEPEND=">=dev-lang/python-2.4
66 =dev-python/wxpython-2.8*"
67 RDEPEND="${DEPEND}"
68
69 S="${WORKDIR}/${MY_P}"
70
71 DOCS="CHANGES.txt"
72
73 src_unpack() {
74 distutils_src_unpack
75
76 cd "${S}"
77 if ! use x86; then
78 elog "Removing Funambol support, works only on x86."
79 rm -fv taskcoachlib/bin.in/linux/*.so || die
80 fi
81 }
82
83 src_install() {
84 distutils_src_install
85
86 mv "${D}/usr/bin/taskcoach.py" "${D}/usr/bin/taskcoach" || die
87 rm "${D}/usr/bin/taskcoach.pyw" || die
88
89 doicon "icons.in/${PN}.png" || die
90 make_desktop_entry ${PN} "Task Coach" ${PN} Office || die
91 }