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.2.ebuild orca-2.22.0.ebuild
Date: Wed, 28 May 2008 21:39:56
Message-Id: E1K1TNA-0008Lc-Oe@stork.gentoo.org
1 eva 08/05/28 21:39:52
2
3 Modified: ChangeLog
4 Added: orca-2.22.2.ebuild
5 Removed: orca-2.22.0.ebuild
6 Log:
7 New version for GNOME-2.22.2. Bug fixes and translation updates.
8 (Portage version: 2.1.5.2)
9
10 Revision Changes Path
11 1.39 app-accessibility/orca/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 10 Apr 2008 22:42:23 -0000 1.38
24 +++ ChangeLog 28 May 2008 21:39:52 -0000 1.39
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-accessibility/orca
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.38 2008/04/10 22:42:23 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.39 2008/05/28 21:39:52 eva Exp $
30 +
31 +*orca-2.22.2 (28 May 2008)
32 +
33 + 28 May 2008; Gilles Dartiguelongue <eva@g.o> -orca-2.22.0.ebuild,
34 + +orca-2.22.2.ebuild:
35 + New version for GNOME-2.22.2. Bug fixes and translation updates.
36
37 *orca-2.22.1 (10 Apr 2008)
38
39
40
41
42 1.1 app-accessibility/orca/orca-2.22.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: orca-2.22.2.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild,v 1.1 2008/05/28 21:39:52 eva Exp $
52
53 inherit gnome2 python
54
55 DESCRIPTION="Extensible screen reader that provides access to the desktop"
56 HOMEPAGE="http://www.gnome.org/projects/orca/"
57
58 LICENSE="LGPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 # liblouis is not in portage yet
64 # it is used to provide contracted braille support
65 RDEPEND=">=dev-libs/glib-2.10
66 >=gnome-base/orbit-2
67 >=gnome-extra/at-spi-1.7.6
68 >=gnome-base/libbonobo-2.14
69 >=dev-lang/python-2.4
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.35
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 "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/orca
97 }
98
99 pkg_postrm() {
100 gnome2_pkg_postrm
101 python_version
102 python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/orca
103 }
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list