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/orca: ChangeLog orca-2.24.0.ebuild
Date: Sun, 12 Oct 2008 21:13:47
Message-Id: E1Kp8G0-0001yB-4x@stork.gentoo.org
1 eva 08/10/12 21:13:44
2
3 Modified: ChangeLog
4 Added: orca-2.24.0.ebuild
5 Log:
6 New version for GNOME 2.24. Mostly bug fixes and support of new applications.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.51 app-accessibility/orca/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 25 Sep 2008 16:08:31 -0000 1.50
23 +++ ChangeLog 12 Oct 2008 21:13:44 -0000 1.51
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-accessibility/orca
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.50 2008/09/25 16:08:31 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.51 2008/10/12 21:13:44 eva Exp $
29 +
30 +*orca-2.24.0 (12 Oct 2008)
31 +
32 + 12 Oct 2008; Gilles Dartiguelongue <eva@g.o> +orca-2.24.0.ebuild:
33 + New version for GNOME 2.24. Mostly bug fixes and support of new
34 + applications.
35
36 25 Sep 2008; Jeroen Roovers <jer@g.o> orca-2.22.3.ebuild:
37 Stable for HPPA (bug #236971).
38
39
40
41 1.1 app-accessibility/orca/orca-2.24.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.24.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.24.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: orca-2.24.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.24.0.ebuild,v 1.1 2008/10/12 21:13:44 eva Exp $
51
52 inherit gnome2 python
53
54 DESCRIPTION="Extensible screen reader that provides access to the desktop"
55 HOMEPAGE="http://www.gnome.org/projects/orca/"
56
57 LICENSE="LGPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 # liblouis is not in portage yet
63 # it is used to provide contracted braille support
64 RDEPEND=">=dev-libs/glib-2.10
65 >=gnome-base/orbit-2
66 >=gnome-extra/at-spi-1.7.6
67 >=gnome-base/libbonobo-2.14
68 >=dev-lang/python-2.4
69 >=dev-python/pygtk-2.12
70 >=dev-python/gnome-python-2.14
71 >=dev-python/pyorbit-2.14
72 >=app-accessibility/gnome-speech-0.3.10
73 >=app-accessibility/gnome-mag-0.12.5"
74
75 DEPEND="${RDEPEND}
76 >=dev-util/intltool-0.40
77 >=dev-util/pkgconfig-0.9"
78
79 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
80
81 pkg_setup() {
82 G2CONF="${G2CONF} --disable-liblouis"
83 }
84
85 src_unpack() {
86 gnome2_src_unpack
87
88 # disable pyc compiling
89 mv py-compile py-compile.orig
90 ln -s $(type -P true) py-compile
91 }
92
93 pkg_postinst() {
94 gnome2_pkg_postinst
95 python_version
96 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/orca
97 }
98
99 pkg_postrm() {
100 gnome2_pkg_postrm
101 python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/orca
102 }