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/gnome-mag: ChangeLog gnome-mag-0.15.9.ebuild
Date: Sat, 03 Oct 2009 17:57:25
Message-Id: E1Mu8rD-0007jU-3m@stork.gentoo.org
1 eva 09/10/03 17:57:23
2
3 Modified: ChangeLog
4 Added: gnome-mag-0.15.9.ebuild
5 Log:
6 Version bump. Translation updates.
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.161 app-accessibility/gnome-mag/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/gnome-mag/ChangeLog?rev=1.161&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/gnome-mag/ChangeLog?rev=1.161&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/gnome-mag/ChangeLog?r1=1.160&r2=1.161
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v
19 retrieving revision 1.160
20 retrieving revision 1.161
21 diff -u -r1.160 -r1.161
22 --- ChangeLog 2 Aug 2009 21:21:58 -0000 1.160
23 +++ ChangeLog 3 Oct 2009 17:57:22 -0000 1.161
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-accessibility/gnome-mag
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v 1.160 2009/08/02 21:21:58 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v 1.161 2009/10/03 17:57:22 eva Exp $
29 +
30 +*gnome-mag-0.15.9 (03 Oct 2009)
31 +
32 + 03 Oct 2009; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-mag-0.15.9.ebuild:
34 + Version bump. Translation updates.
35
36 *gnome-mag-0.15.8 (02 Aug 2009)
37
38
39
40
41 1.1 app-accessibility/gnome-mag/gnome-mag-0.15.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/gnome-mag/gnome-mag-0.15.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/gnome-mag/gnome-mag-0.15.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-mag-0.15.9.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/gnome-mag-0.15.9.ebuild,v 1.1 2009/10/03 17:57:22 eva Exp $
51
52 inherit gnome2 virtualx
53
54 DESCRIPTION="Gnome magnification service definition"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="LGPL-2"
58 SLOT="1"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND=">=dev-libs/glib-2.11.1
63 >=x11-libs/gtk+-2.6"
64
65 # FIXME: need libcolorblind (debian package)
66 # python deps are for applets
67 # applet? (
68 # >=dev-python/pygtk-2.6
69 # dev-python/pygobject
70 #
71 # >=dev-python/libbonobo-python-2.10
72 # >=dev-python/gconf-python-2.10
73 # >=dev-python/libgnome-python-2.10
74 # >=dev-python/gnome-applets-python-2.10 )
75
76 RDEPEND="${RDEPEND}
77 >=gnome-base/libbonobo-1.107
78 >=gnome-extra/at-spi-1.5.2
79 >=gnome-base/orbit-2.3.100
80
81 x11-libs/libX11
82 x11-libs/libXtst
83 x11-libs/libXdamage
84 x11-libs/libXfixes
85 x11-libs/libXrender
86 x11-libs/libXcomposite"
87
88 DEPEND="${RDEPEND}
89 >=dev-util/pkgconfig-0.9
90 >=dev-util/intltool-0.35
91
92 x11-proto/xextproto
93 x11-proto/xproto"
94
95 DOCS="AUTHORS ChangeLog NEWS README"
96
97 #pkg_setup() {
98 # G2CONF="${G2CONF} $(use_enable applet colorblind-applet)"
99 #}
100
101 src_test() {
102 Xemake check || die "emake check failed"
103
104 }