summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-08-06 23:06:52 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-08-06 23:06:52 +0000
commit35a7fb338e8215c8ccd1b0a308908f815020bc17 (patch)
tree040382d5f4b7e9c06cffbdfce22157e545cfc194 /app-accessibility
parentbump raptor version requirement, bug #234047 (diff)
downloadgentoo-2-35a7fb338e8215c8ccd1b0a308908f815020bc17.tar.gz
gentoo-2-35a7fb338e8215c8ccd1b0a308908f815020bc17.tar.bz2
gentoo-2-35a7fb338e8215c8ccd1b0a308908f815020bc17.zip
bump to 0.15.2, bug fixes and translation updates.
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo-mactel x86_64)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/gnome-mag/ChangeLog8
-rw-r--r--app-accessibility/gnome-mag/gnome-mag-0.15.2.ebuild45
2 files changed, 52 insertions, 1 deletions
diff --git a/app-accessibility/gnome-mag/ChangeLog b/app-accessibility/gnome-mag/ChangeLog
index de151a79d0fd..18caa1e53588 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v 1.132 2008/07/30 22:05:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v 1.133 2008/08/06 23:06:52 eva Exp $
+
+*gnome-mag-0.15.2 (06 Aug 2008)
+
+ 06 Aug 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-mag-0.15.2.ebuild:
+ bump to 0.15.2, bug fixes and translation updates.
30 Jul 2008; Brent Baude <ranger@gentoo.org> gnome-mag-0.15.0.ebuild:
Marking gnome-mag-0.15.0 ppc stable for bug 229709
diff --git a/app-accessibility/gnome-mag/gnome-mag-0.15.2.ebuild b/app-accessibility/gnome-mag/gnome-mag-0.15.2.ebuild
new file mode 100644
index 000000000000..e5356df98483
--- /dev/null
+++ b/app-accessibility/gnome-mag/gnome-mag-0.15.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2008 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.2.ebuild,v 1.1 2008/08/06 23:06:52 eva Exp $
+
+inherit virtualx gnome2
+
+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"
+
+# python deps are for applets
+RDEPEND="${RDEPEND}
+ >=dev-python/pygtk-2.6
+ >=dev-python/gnome-python-2.10
+ >=gnome-base/gnome-desktop-2.10
+ >=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"
+
+src_test() {
+ Xemake check || die
+}