summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-09-27 16:12:41 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-09-27 16:12:41 +0000
commit36d70badd60bea3f956367c01a1b5df843a814ad (patch)
tree4c27c1c459fac9e3974b1bb595765125bfcc1f72 /app-accessibility/gnome-mag
parentAdd ~arm/~sh wrt #197349 (diff)
downloadgentoo-2-36d70badd60bea3f956367c01a1b5df843a814ad.tar.gz
gentoo-2-36d70badd60bea3f956367c01a1b5df843a814ad.tar.bz2
gentoo-2-36d70badd60bea3f956367c01a1b5df843a814ad.zip
bump to 0.15.4. Updated translations.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel 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.4.ebuild45
2 files changed, 52 insertions, 1 deletions
diff --git a/app-accessibility/gnome-mag/ChangeLog b/app-accessibility/gnome-mag/ChangeLog
index d63e75e5b3ba..ea0fdd101912 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.140 2008/09/25 16:08:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v 1.141 2008/09/27 16:12:41 eva Exp $
+
+*gnome-mag-0.15.4 (27 Sep 2008)
+
+ 27 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-mag-0.15.4.ebuild:
+ bump to 0.15.4. Updated translations.
25 Sep 2008; Jeroen Roovers <jer@gentoo.org> gnome-mag-0.15.3.ebuild:
Stable for HPPA (bug #236971).
diff --git a/app-accessibility/gnome-mag/gnome-mag-0.15.4.ebuild b/app-accessibility/gnome-mag/gnome-mag-0.15.4.ebuild
new file mode 100644
index 000000000000..9eed8e9ef182
--- /dev/null
+++ b/app-accessibility/gnome-mag/gnome-mag-0.15.4.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.4.ebuild,v 1.1 2008/09/27 16:12:41 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
+}