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 x11-misc/revelation: revelation-0.4.11-r2.ebuild ChangeLog
Date: Fri, 28 May 2010 18:01:06
Message-Id: 20100528180058.14C7C2CF37@corvid.gentoo.org
1 arfrever 10/05/28 18:00:57
2
3 Modified: revelation-0.4.11-r2.ebuild ChangeLog
4 Log:
5 Delete calls to deprecated python_version().
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 x11-misc/revelation/revelation-0.4.11-r2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild?r1=1.6&r2=1.7
14
15 Index: revelation-0.4.11-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- revelation-0.4.11-r2.ebuild 7 Jan 2010 20:30:16 -0000 1.6
22 +++ revelation-0.4.11-r2.ebuild 28 May 2010 18:00:57 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.6 2010/01/07 20:30:16 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.7 2010/05/28 18:00:57 arfrever Exp $
28
29 inherit autotools eutils multilib python gnome2
30
31 @@ -43,17 +43,15 @@
32 src_install() {
33 DOCS="AUTHORS ChangeLog NEWS README TODO" \
34 gnome2_src_install
35 - python_version
36 - rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/crack.la
37 + python_clean_installation_image
38 }
39
40 pkg_postinst() {
41 gnome2_pkg_postinst
42 - python_version
43 - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
44 + python_mod_optimize $(python_get_sitedir)/${PN}
45 }
46
47 pkg_postrm() {
48 gnome2_pkg_postrm
49 - python_mod_cleanup
50 + python_mod_cleanup $(python_get_sitedir)/${PN}
51 }
52
53
54
55 1.18 x11-misc/revelation/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.18&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.18&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.17&r2=1.18
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
64 retrieving revision 1.17
65 retrieving revision 1.18
66 diff -u -r1.17 -r1.18
67 --- ChangeLog 7 Jan 2010 20:30:16 -0000 1.17
68 +++ ChangeLog 28 May 2010 18:00:57 -0000 1.18
69 @@ -1,6 +1,10 @@
70 # ChangeLog for x11-misc/revelation
71 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.17 2010/01/07 20:30:16 nyhm Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.18 2010/05/28 18:00:57 arfrever Exp $
74 +
75 + 28 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
76 + revelation-0.4.11-r2.ebuild:
77 + Delete calls to deprecated python_version().
78
79 07 Jan 2010; Tristan Heaven <nyhm@g.o> revelation-0.4.11-r2.ebuild,
80 files/revelation-0.4.11-build.patch: