Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/accerciser: accerciser-1.8.0.ebuild ChangeLog
Date: Thu, 29 Oct 2009 20:50:42
Message-Id: E1N3bx9-0003dr-I1@stork.gentoo.org
1 eva 09/10/29 20:50:39
2
3 Modified: ChangeLog
4 Added: accerciser-1.8.0.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 app-accessibility/accerciser/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/accerciser/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/accerciser/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/accerciser/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 17 Oct 2009 00:29:55 -0000 1.3
23 +++ ChangeLog 29 Oct 2009 20:50:38 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-accessibility/accerciser
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/ChangeLog,v 1.3 2009/10/17 00:29:55 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/ChangeLog,v 1.4 2009/10/29 20:50:38 eva Exp $
29 +
30 +*accerciser-1.8.0 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
33 + +accerciser-1.8.0.ebuild:
34 + New version for GNOME 2.28.
35
36 17 Oct 2009; Markus Meier <maekke@g.o> accerciser-1.6.1.ebuild:
37 x86 stable, bug #281427
38
39
40
41 1.1 app-accessibility/accerciser/accerciser-1.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/accerciser/accerciser-1.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/accerciser/accerciser-1.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: accerciser-1.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/accerciser-1.8.0.ebuild,v 1.1 2009/10/29 20:50:38 eva Exp $
51
52 GCONF_DEBUG="no"
53
54 inherit gnome2 python
55
56 DESCRIPTION="Interactive Python accessibility explorer"
57 HOMEPAGE="http://live.gnome.org/Accerciser"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DOCS="AUTHORS COPYING ChangeLog NEWS README"
65
66 RDEPEND=">=dev-lang/python-2.4
67 dev-python/ipython
68 dev-python/pygtk
69 dev-python/pygobject
70 dev-python/pycairo
71 dev-python/libgnome-python
72 dev-python/libwnck-python
73 dev-python/gtksourceview-python
74 dev-python/gconf-python
75 dev-python/librsvg-python
76 >=gnome-extra/at-spi-1.7
77 >=dev-libs/glib-2"
78 DEPEND="${RDEPEND}
79 sys-devel/gettext
80 >=dev-util/intltool-0.35
81 >=app-text/gnome-doc-utils-0.12"
82
83 pkg_setup() {
84 G2CONF="${G2CONF} --without-pyreqs"
85 }
86
87 src_unpack() {
88 gnome2_src_unpack
89
90 # disable pyc compiling
91 mv "${S}"/py-compile "${S}"/py-compile.orig
92 ln -s $(type -P true) "${S}"/py-compile
93 }
94
95 pkg_postinst() {
96 gnome2_pkg_postinst
97 python_need_rebuild
98 python_mod_optimize "$(python_get_sitedir)/accerciser"
99 }
100
101 pkg_postrm() {
102 gnome2_pkg_postrm
103 python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/accerciser
104 }