Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gramps: ChangeLog gramps-3.1.3-r1.ebuild
Date: Mon, 31 May 2010 17:49:26
Message-Id: 20100531174920.95DA72CF37@corvid.gentoo.org
1 arfrever 10/05/31 17:49:20
2
3 Modified: ChangeLog gramps-3.1.3-r1.ebuild
4 Log:
5 Backport fixes for deprecation warnings from gramps-3.2.0.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.125 app-misc/gramps/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/ChangeLog?rev=1.125&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/ChangeLog?rev=1.125&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/ChangeLog?r1=1.124&r2=1.125
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v
18 retrieving revision 1.124
19 retrieving revision 1.125
20 diff -u -r1.124 -r1.125
21 --- ChangeLog 26 Apr 2010 09:17:22 -0000 1.124
22 +++ ChangeLog 31 May 2010 17:49:20 -0000 1.125
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-misc/gramps
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.124 2010/04/26 09:17:22 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.125 2010/05/31 17:49:20 arfrever Exp $
28 +
29 + 31 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + gramps-3.1.3-r1.ebuild:
31 + Backport fixes for deprecation warnings from gramps-3.2.0.
32
33 *gramps-3.2.2 (26 Apr 2010)
34
35
36
37
38 1.6 app-misc/gramps/gramps-3.1.3-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/gramps-3.1.3-r1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/gramps-3.1.3-r1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gramps/gramps-3.1.3-r1.ebuild?r1=1.5&r2=1.6
43
44 Index: gramps-3.1.3-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.1.3-r1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- gramps-3.1.3-r1.ebuild 28 Feb 2010 19:02:37 -0000 1.5
51 +++ gramps-3.1.3-r1.ebuild 31 May 2010 17:49:20 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.1.3-r1.ebuild,v 1.5 2010/02/28 19:02:37 nixnut Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.1.3-r1.ebuild,v 1.6 2010/05/31 17:49:20 arfrever Exp $
57
58 EAPI=2
59
60 @@ -55,8 +55,6 @@
61 mv "${S}"/py-compile "${S}"/py-compile.orig
62 ln -s $(type -P true) "${S}"/py-compile
63
64 - python_version
65 -
66 # Fix install path.
67 einfo "Fix installation path"
68 find . -iname 'Makefile.in' | xargs \
69 @@ -84,12 +82,10 @@
70
71 pkg_postinst() {
72 gnome2_pkg_postinst
73 - python_version
74 python_mod_optimize $(python_get_sitedir)/${PN}
75 }
76
77 pkg_postrm() {
78 gnome2_pkg_postrm
79 - python_version
80 python_mod_cleanup $(python_get_sitedir)/${PN}
81 }