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