Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/caribou: caribou-0.4.11.ebuild ChangeLog caribou-0.4.7.ebuild caribou-0.4.8.ebuild
Date: Tue, 04 Jun 2013 15:08:26
Message-Id: 20130604150821.A3B652171D@flycatcher.gentoo.org
1 pacho 13/06/04 15:08:21
2
3 Modified: ChangeLog
4 Added: caribou-0.4.11.ebuild
5 Removed: caribou-0.4.7.ebuild caribou-0.4.8.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.24 app-accessibility/caribou/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.24&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.24&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?r1=1.23&r2=1.24
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v
21 retrieving revision 1.23
22 retrieving revision 1.24
23 diff -u -r1.23 -r1.24
24 --- ChangeLog 30 Mar 2013 21:47:11 -0000 1.23
25 +++ ChangeLog 4 Jun 2013 15:08:21 -0000 1.24
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-accessibility/caribou
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.23 2013/03/30 21:47:11 eva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.24 2013/06/04 15:08:21 pacho Exp $
31 +
32 +*caribou-0.4.11 (04 Jun 2013)
33 +
34 + 04 Jun 2013; Pacho Ramos <pacho@g.o> +caribou-0.4.11.ebuild,
35 + -caribou-0.4.7.ebuild, -caribou-0.4.8.ebuild:
36 + Version bump, drop old
37
38 *caribou-0.4.10 (30 Mar 2013)
39
40
41
42
43 1.1 app-accessibility/caribou/caribou-0.4.11.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/caribou-0.4.11.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/caribou-0.4.11.ebuild?rev=1.1&content-type=text/plain
47
48 Index: caribou-0.4.11.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/caribou-0.4.11.ebuild,v 1.1 2013/06/04 15:08:21 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57 PYTHON_COMPAT=( python2_{6,7} )
58 PYTHON_REQ_USE="xml"
59
60 inherit gnome2 python-r1
61
62 DESCRIPTION="Input assistive technology intended for switch and pointer users"
63 HOMEPAGE="https://live.gnome.org/Caribou"
64
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68 IUSE=""
69
70 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
71
72 COMMON_DEPEND="
73 app-accessibility/at-spi2-core
74 >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
75 >=x11-libs/gtk+-3:3[introspection]
76 x11-libs/gtk+:2
77 >=dev-libs/gobject-introspection-0.10.7
78 dev-libs/libgee:0.8
79 dev-libs/libxml2
80 >=media-libs/clutter-1.5.11:1.0[introspection]
81 x11-libs/libX11
82 x11-libs/libxklavier
83 x11-libs/libXtst
84 "
85 # gsettings-desktop-schemas is needed for the 'toolkit-accessibility' key
86 # pyatspi-2.1.90 needed to run caribou if pygobject:3 is installed
87 # librsvg needed to load svg images in css styles
88 RDEPEND="${COMMON_DEPEND}
89 >=dev-python/pyatspi-2.1.90[${PYTHON_USEDEP}]
90 >=gnome-base/gsettings-desktop-schemas-3
91 gnome-base/librsvg:2
92 sys-apps/dbus
93 virtual/python-argparse[${PYTHON_USEDEP}]
94 "
95 DEPEND="${COMMON_DEPEND}
96 dev-libs/libxslt
97 >=dev-util/intltool-0.35.5
98 virtual/pkgconfig
99 "
100
101 src_prepare() {
102 # delete custom PYTHONPATH, useless on Gentoo and potential bug source
103 # + caribou is python2 only so fix the shell scripts
104 sed -e '/export PYTHONPATH=.*python/ d' \
105 -e "s:@PYTHON@:${EPREFIX}/usr/bin/python2:" \
106 -i bin/{antler-keyboard,caribou-preferences}.in ||
107 die "sed failed"
108
109 gnome2_src_prepare
110
111 prepare_caribou() {
112 mkdir -p "${BUILD_DIR}" || die
113 }
114 python_foreach_impl prepare_caribou
115 }
116
117 src_configure() {
118 ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir \
119 gnome2_src_configure \
120 --disable-docs \
121 --disable-static \
122 --enable-gtk3-module \
123 --enable-gtk2-module \
124 VALAC=$(type -P true)
125 # vala is not needed for tarball builds, but configure checks for it...
126 }
127
128 src_compile() {
129 python_foreach_impl run_in_build_dir gnome2_src_compile
130 }
131
132 src_test() {
133 python_foreach_impl run_in_build_dir default
134 }
135
136 src_install() {
137 python_foreach_impl run_in_build_dir gnome2_src_install
138 dodoc AUTHORS NEWS README # ChangeLog simply points to git log
139 }