Gentoo Archives: gentoo-commits

From: "Stephen Klimaszewski (steev)" <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gtg: ChangeLog gtg-0.2.4.ebuild gtg-0.2.3.ebuild
Date: Mon, 19 Apr 2010 04:25:42
Message-Id: 20100419042535.820F32C04B@corvid.gentoo.org
1 steev 10/04/19 04:25:35
2
3 Modified: ChangeLog
4 Added: gtg-0.2.4.ebuild
5 Removed: gtg-0.2.3.ebuild
6 Log:
7 app-office/gtg: Version bump, delete 0.2.3, misc upstream fixes
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 app-office/gtg/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gtg/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gtg/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gtg/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gtg/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 5 Apr 2010 04:45:28 -0000 1.5
24 +++ ChangeLog 19 Apr 2010 04:25:35 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/gtg
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/gtg/ChangeLog,v 1.5 2010/04/05 04:45:28 steev Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gtg/ChangeLog,v 1.6 2010/04/19 04:25:35 steev Exp $
30 +
31 +*gtg-0.2.4 (19 Apr 2010)
32 +
33 + 19 Apr 2010; Steev Klimaszewski <steev@g.o> -gtg-0.2.3.ebuild,
34 + +gtg-0.2.4.ebuild:
35 + app-office/gtg: Version bump, misc upstream fixes
36
37 *gtg-0.2.3 (05 Apr 2010)
38
39
40
41
42 1.1 app-office/gtg/gtg-0.2.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gtg/gtg-0.2.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gtg/gtg-0.2.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtg-0.2.4.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-office/gtg/gtg-0.2.4.ebuild,v 1.1 2010/04/19 04:25:35 steev Exp $
52
53 inherit fdo-mime gnome2-utils distutils
54
55 DESCRIPTION="GTG is a personal organizer for the GNOME desktop environment."
56 HOMEPAGE="http://gtg.fritalk.com/"
57 SRC_URI="http://launchpad.net/${PN}/${PV:0:3}/${PV}/+download/${P}.tar.gz"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="dev-python/pygtk
65 dev-python/pycairo
66 dev-python/pygobject
67 dev-python/configobj
68 dev-python/pyxdg
69 dev-python/dbus-python"
70 DEPEND="${RDEPEND}"
71
72 pkg_preinst() {
73 gnome2_icon_savelist
74 }
75
76 pkg_postinst() {
77 distutils_pkg_postinst
78
79 fdo-mime_desktop_database_update
80 fdo-mime_mime_database_update
81 gnome2_icon_cache_update
82 }
83
84 pkg_postrm() {
85 distutils_pkg_postrm
86
87 fdo-mime_desktop_database_update
88 fdo-mime_mime_database_update
89 gnome2_icon_cache_update
90 }