diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-03-14 11:41:25 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-03-14 11:41:25 +0000 |
commit | 05d6409fb65d5fdf7da0452d96fea91e30a6abaf (patch) | |
tree | 8b3ad5cc95591c70c99db1fc1bbd6105bf92b65b /app-accessibility | |
parent | Add strip fixes from upstream for #183725 by Harald van Dijk and #257783 by A... (diff) | |
download | gentoo-2-05d6409fb65d5fdf7da0452d96fea91e30a6abaf.tar.gz gentoo-2-05d6409fb65d5fdf7da0452d96fea91e30a6abaf.tar.bz2 gentoo-2-05d6409fb65d5fdf7da0452d96fea91e30a6abaf.zip |
Bump to 0.15.5 (added translations only)
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/gnome-mag/ChangeLog | 10 | ||||
-rw-r--r-- | app-accessibility/gnome-mag/gnome-mag-0.15.5.ebuild | 45 |
2 files changed, 53 insertions, 2 deletions
diff --git a/app-accessibility/gnome-mag/ChangeLog b/app-accessibility/gnome-mag/ChangeLog index cc254980808c..ce8d511c05c0 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.148 2008/12/17 14:36:59 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnome-mag/ChangeLog,v 1.149 2009/03/14 11:41:25 nirbheek Exp $ + +*gnome-mag-0.15.5 (14 Mar 2009) + + 14 Mar 2009; Nirbheek Chauhan <nirbheek@gentoo.org> + +gnome-mag-0.15.5.ebuild: + Bump to 0.15.5 (added translations only) 17 Dec 2008; Brent Baude <ranger@gentoo.org> gnome-mag-0.15.4.ebuild: Marking gnome-mag-0.15.4 ppc64 for bug 246049 diff --git a/app-accessibility/gnome-mag/gnome-mag-0.15.5.ebuild b/app-accessibility/gnome-mag/gnome-mag-0.15.5.ebuild new file mode 100644 index 000000000000..9fd784b95f10 --- /dev/null +++ b/app-accessibility/gnome-mag/gnome-mag-0.15.5.ebuild @@ -0,0 +1,45 @@ +# 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.5.ebuild,v 1.1 2009/03/14 11:41:25 nirbheek 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 +} |