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.28.1.ebuild orca-2.26.2.ebuild
Date: Thu, 29 Oct 2009 20:47:05
Message-Id: E1N3bte-0003Pq-6k@stork.gentoo.org
1 eva 09/10/29 20:47:02
2
3 Modified: ChangeLog
4 Added: orca-2.28.1.ebuild
5 Removed: orca-2.26.2.ebuild
6 Log:
7 New version for GNOME 2.28. Clean up old revision.
8 (Portage version: 2.2_rc46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.70 app-accessibility/orca/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 24 Oct 2009 16:48:41 -0000 1.69
24 +++ ChangeLog 29 Oct 2009 20:47:01 -0000 1.70
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-accessibility/orca
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.69 2009/10/24 16:48:41 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.70 2009/10/29 20:47:01 eva Exp $
30 +
31 +*orca-2.28.1 (29 Oct 2009)
32 +
33 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> -orca-2.26.2.ebuild,
34 + +orca-2.28.1.ebuild:
35 + New version for GNOME 2.28. Clean up old revision.
36
37 24 Oct 2009; nixnut <nixnut@g.o> orca-2.26.3.ebuild:
38 ppc stable #281427
39
40
41
42 1.1 app-accessibility/orca/orca-2.28.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.28.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.28.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: orca-2.28.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.28.1.ebuild,v 1.1 2009/10/29 20:47:01 eva Exp $
52
53 GCONF_DEBUG="no"
54
55 inherit gnome2 python
56
57 DESCRIPTION="Extensible screen reader that provides access to the desktop"
58 HOMEPAGE="http://www.gnome.org/projects/orca/"
59
60 LICENSE="LGPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 # liblouis is not in portage yet
66 # it is used to provide contracted braille support
67 RDEPEND=">=dev-libs/glib-2.10
68 >=gnome-extra/at-spi-1.24
69 >=gnome-base/orbit-2
70 >=dev-python/pyorbit-2.24
71 >=gnome-base/libbonobo-2.24
72 >=dev-python/libbonobo-python-2.24
73
74 >=dev-lang/python-2.4
75 dev-python/pygobject
76 dev-python/pycairo
77 >=dev-python/dbus-python-0.83
78 >=dev-python/pygtk-2.12
79
80 >=dev-python/libwnck-python-2.24
81 >=dev-python/gconf-python-2.24
82 >=dev-python/libgnome-python-2.14
83
84 >=app-accessibility/gnome-speech-0.3.10
85 >=app-accessibility/gnome-mag-0.12.5"
86
87 DEPEND="${RDEPEND}
88 >=dev-util/intltool-0.40
89 >=dev-util/pkgconfig-0.9"
90
91 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
92
93 src_unpack() {
94 gnome2_src_unpack
95
96 # disable pyc compiling
97 mv py-compile py-compile.orig
98 ln -s $(type -P true) py-compile
99
100 # Fix intltoolize broken file, see upstream #577133
101 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
102 || die "sed 2 failed"
103 }
104
105 pkg_postinst() {
106 gnome2_pkg_postinst
107 python_mod_optimize $(python_get_sitedir)/orca
108 }
109
110 pkg_postrm() {
111 gnome2_pkg_postrm
112 python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/orca
113 }