summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-03 17:57:22 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-03 17:57:22 +0000
commit77d2976e46f61c5ddf791d94bb24ccd4b7148aa8 (patch)
treec1baa9bbd73f27144c7f1039b93644c639eaf7fb /app-accessibility/gnome-mag
parentStable on alpha, bug #284689 (diff)
downloadgentoo-2-77d2976e46f61c5ddf791d94bb24ccd4b7148aa8.tar.gz
gentoo-2-77d2976e46f61c5ddf791d94bb24ccd4b7148aa8.tar.bz2
gentoo-2-77d2976e46f61c5ddf791d94bb24ccd4b7148aa8.zip
Version bump. Translation updates.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility/gnome-mag')
-rw-r--r--app-accessibility/gnome-mag/ChangeLog8
-rw-r--r--app-accessibility/gnome-mag/gnome-mag-0.15.9.ebuild57
2 files changed, 64 insertions, 1 deletions
diff --git a/app-accessibility/gnome-mag/ChangeLog b/app-accessibility/gnome-mag/ChangeLog
index e492773ec574..531906557e63 100644
--- a/app-accessibility/gnome-mag/ChangeLog
+++ b/app-accessibility/gnome-mag/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-accessibility/gnome-mag
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v 1.160 2009/08/02 21:21:58 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v 1.161 2009/10/03 17:57:22 eva Exp $
+
+*gnome-mag-0.15.9 (03 Oct 2009)
+
+ 03 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-mag-0.15.9.ebuild:
+ Version bump. Translation updates.
*gnome-mag-0.15.8 (02 Aug 2009)
diff --git a/app-accessibility/gnome-mag/gnome-mag-0.15.9.ebuild b/app-accessibility/gnome-mag/gnome-mag-0.15.9.ebuild
new file mode 100644
index 000000000000..6d49b04bf062
--- /dev/null
+++ b/app-accessibility/gnome-mag/gnome-mag-0.15.9.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+inherit gnome2 virtualx
+
+DESCRIPTION="Gnome magnification service definition"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.11.1
+ >=x11-libs/gtk+-2.6"
+
+# FIXME: need libcolorblind (debian package)
+# python deps are for applets
+# applet? (
+# >=dev-python/pygtk-2.6
+# dev-python/pygobject
+#
+# >=dev-python/libbonobo-python-2.10
+# >=dev-python/gconf-python-2.10
+# >=dev-python/libgnome-python-2.10
+# >=dev-python/gnome-applets-python-2.10 )
+
+RDEPEND="${RDEPEND}
+ >=gnome-base/libbonobo-1.107
+ >=gnome-extra/at-spi-1.5.2
+ >=gnome-base/orbit-2.3.100
+
+ x11-libs/libX11
+ x11-libs/libXtst
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ x11-libs/libXrender
+ x11-libs/libXcomposite"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35
+
+ x11-proto/xextproto
+ x11-proto/xproto"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+#pkg_setup() {
+# G2CONF="${G2CONF} $(use_enable applet colorblind-applet)"
+#}
+
+src_test() {
+ Xemake check || die "emake check failed"
+
+}