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-1.1.1.ebuild taskcoach-1.0.10.ebuild taskcoach-1.0.9.ebuild
Date: Sat, 28 Aug 2010 21:22:15
Message-Id: 20100828212209.0F25A20051@flycatcher.gentoo.org
1 caster 10/08/28 21:22:09
2
3 Modified: ChangeLog taskcoach-1.0.10.ebuild
4 Added: taskcoach-1.1.1.ebuild
5 Removed: taskcoach-1.0.9.ebuild
6 Log:
7 Version bump. Changes the task file format.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.54 app-office/taskcoach/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.54&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.54&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/ChangeLog?r1=1.53&r2=1.54
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v
20 retrieving revision 1.53
21 retrieving revision 1.54
22 diff -u -r1.53 -r1.54
23 --- ChangeLog 21 Aug 2010 17:06:00 -0000 1.53
24 +++ ChangeLog 28 Aug 2010 21:22:08 -0000 1.54
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/taskcoach
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.53 2010/08/21 17:06:00 caster Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.54 2010/08/28 21:22:08 caster Exp $
30 +
31 +*taskcoach-1.1.1 (28 Aug 2010)
32 +
33 + 28 Aug 2010; Vlastimil Babka <caster@g.o> -taskcoach-1.0.9.ebuild,
34 + taskcoach-1.0.10.ebuild, +taskcoach-1.1.1.ebuild:
35 + Version bump. Changes the task file format.
36
37 *taskcoach-1.0.10 (21 Aug 2010)
38
39
40
41
42 1.2 app-office/taskcoach/taskcoach-1.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/taskcoach-1.0.10.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/taskcoach-1.0.10.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/taskcoach-1.0.10.ebuild?r1=1.1&r2=1.2
47
48 Index: taskcoach-1.0.10.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.0.10.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- taskcoach-1.0.10.ebuild 21 Aug 2010 17:06:00 -0000 1.1
55 +++ taskcoach-1.0.10.ebuild 28 Aug 2010 21:22:08 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.0.10.ebuild,v 1.1 2010/08/21 17:06:00 caster Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.0.10.ebuild,v 1.2 2010/08/28 21:22:08 caster Exp $
61
62 EAPI=3
63
64 @@ -51,9 +51,3 @@
65 doicon "icons.in/${PN}.png" || die
66 make_desktop_entry ${PN} "Task Coach" ${PN} Office || die
67 }
68 -
69 -pkg_postinst() {
70 - elog "With version 1.0, taskcoach could be stabilized if there is enough user interest."
71 - elog "If you run a stable stable system and had to keyword taskcoach, please comment/vote"
72 - elog "on http://bugs.gentoo.org/show_bug.cgi?id=311841"
73 -}
74
75
76
77 1.1 app-office/taskcoach/taskcoach-1.1.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/taskcoach-1.1.1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taskcoach/taskcoach-1.1.1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: taskcoach-1.1.1.ebuild
83 ===================================================================
84 # Copyright 1999-2010 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.1.1.ebuild,v 1.1 2010/08/28 21:22:08 caster Exp $
87
88 EAPI=3
89
90 PYTHON_DEPEND="2"
91 SUPPORT_PYTHON_ABIS="1"
92 RESTRICT_PYTHON_ABIS="3.*"
93 PYTHON_MODNAME="buildlib taskcoachlib"
94
95 inherit distutils eutils
96
97 MY_PN="TaskCoach"
98 MY_P="${MY_PN}-${PV}"
99
100 DESCRIPTION="Simple personal tasks and todo lists manager"
101 HOMEPAGE="http://www.taskcoach.org"
102 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
103 LICENSE="GPL-3"
104 SLOT="0"
105 KEYWORDS="~amd64 ~x86"
106 IUSE="libnotify"
107 DEPEND=">=dev-python/wxpython-2.8.9.2:2.8"
108 RDEPEND="${DEPEND}
109 libnotify? ( dev-python/notify-python )"
110
111 S="${WORKDIR}/${MY_P}"
112
113 DOCS="CHANGES.txt"
114
115 src_unpack() {
116 default
117
118 einfo "Removing Funambol support, works only on x86 and python 2.5."
119 rm -fv "${S}"/taskcoachlib/bin.in/linux/*.so || die
120 }
121
122 src_install() {
123 distutils_src_install
124
125 # a bit ugly but...
126 mv "${D}/usr/bin/taskcoach.py" "${D}/usr/bin/taskcoach" || die
127 for file in "${D}"/usr/bin/taskcoach.py-*; do
128 dir=$(dirname ${file})
129 ver=$(basename ${file})
130 ver=${ver#taskcoach.py-}
131 mv "${file}" "${dir}/taskcoach-${ver}" || die
132 done
133
134 doicon "icons.in/${PN}.png" || die
135 make_desktop_entry ${PN} "Task Coach" ${PN} Office || die
136 }