From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q6uet-0002Qc-Af for garchives@archives.gentoo.org; Tue, 05 Apr 2011 01:02:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77EE2E087F; Tue, 5 Apr 2011 00:57:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 47C611C00D for ; Tue, 5 Apr 2011 00:57:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 314611B40DA for ; Tue, 5 Apr 2011 00:57:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 835A78006A for ; Tue, 5 Apr 2011 00:57:40 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: app-text/gtranslator/ X-VCS-Repository: proj/gnome X-VCS-Files: app-text/gtranslator/gtranslator-2.90.1.ebuild X-VCS-Directories: app-text/gtranslator/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: b1ce030764e6e34c5ce21c3bb3f7a43fe251a0e6 Date: Tue, 5 Apr 2011 00:57:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3e3dc71c26a2267eb9884559af1bdbc6 commit: b1ce030764e6e34c5ce21c3bb3f7a43fe251a0e6 Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Apr 4 20:19:47 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Mon Apr 4 21:20:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Db1ce0307 Add app-text/gtranslator-2.90.1 --- app-text/gtranslator/gtranslator-2.90.1.ebuild | 52 ++++++++++++++++++= ++++++ 1 files changed, 52 insertions(+), 0 deletions(-) diff --git a/app-text/gtranslator/gtranslator-2.90.1.ebuild b/app-text/gt= ranslator/gtranslator-2.90.1.ebuild new file mode 100644 index 0000000..b91e809 --- /dev/null +++ b/app-text/gtranslator/gtranslator-2.90.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gtranslator/gtranslator-1.9.= 13.ebuild,v 1.7 2011/03/22 18:47:54 ranger Exp $ + +EAPI=3D"3" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" +PYTHON_DEPEND=3D"gnome? 2" + +inherit eutils gnome2 python + +DESCRIPTION=3D"An enhanced gettext po file editor for GNOME" +HOMEPAGE=3D"http://gtranslator.sourceforge.net/" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86" +IUSE=3D"doc gnome +introspection" + +RDEPEND=3D" + >=3Ddev-libs/glib-2.25.10:2 + >=3Dx11-libs/gtk+-2.91.3:3 + >=3Dx11-libs/gtksourceview-2.90.0:3.0 + >=3Ddev-libs/gdl-2.91.91:3 + >=3Ddev-libs/libxml2-2.4.12:2 + >=3Ddev-libs/json-glib-0.12.0 + >=3Ddev-libs/libpeas-0.7.3[gtk] + >=3Dgnome-extra/libgda-4.2.0:4 + >=3Dapp-text/iso-codes-0.35 + + gnome-base/gsettings-desktop-schemas + + gnome? ( gnome-extra/gnome-utils ) + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.3 )" +DEPEND=3D"${RDEPEND} + >=3Dapp-text/scrollkeeper-0.1.4 + >=3Ddev-util/intltool-0.40 + >=3Dsys-devel/gettext-0.17 + dev-util/pkgconfig + app-text/gnome-doc-utils + app-text/docbook-xml-dtd:4.1.2 + doc? ( >=3Ddev-util/gtk-doc-1 )" + +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog HACKING INSTALL NEWS README THANKS" + # gtkspell hasn't been ported to gtk+3 yet + G2CONF=3D"${G2CONF} + --disable-static + --without-gtkspell + $(use_with gnome dictionary) + $(use_enable introspection)" +}