From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF41D138010 for ; Sat, 8 Sep 2012 08:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF7E3E04F2; Sat, 8 Sep 2012 08:59:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79F0CE04F2 for ; Sat, 8 Sep 2012 08:59:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB48733C772 for ; Sat, 8 Sep 2012 08:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6F148E543D for ; Sat, 8 Sep 2012 08:59:21 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1347094746.f5768cd80d4a6a743e97fc21e9b717aa85df635c.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-editors/gedit/ X-VCS-Repository: proj/gnome X-VCS-Files: app-editors/gedit/gedit-3.5.2.ebuild app-editors/gedit/gedit-9999.ebuild X-VCS-Directories: app-editors/gedit/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: f5768cd80d4a6a743e97fc21e9b717aa85df635c X-VCS-Branch: master Date: Sat, 8 Sep 2012 08:59:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e025c9f5-2554-4b67-aeb7-fdcfba108ca1 X-Archives-Hash: 8637e6d2ecd041d034a366a352593cb2 commit: f5768cd80d4a6a743e97fc21e9b717aa85df635c Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Sep 8 08:59:06 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Sep 8 08:59:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f5768cd8 Add app-editors/gedit-3.5.2 --- .../{gedit-9999.ebuild => gedit-3.5.2.ebuild} | 24 ++++++++++--------- app-editors/gedit/gedit-9999.ebuild | 24 ++++++++++--------- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/app-editors/gedit/gedit-9999.ebuild b/app-editors/gedit/gedit-3.5.2.ebuild similarity index 87% copy from app-editors/gedit/gedit-9999.ebuild copy to app-editors/gedit/gedit-3.5.2.ebuild index 2d24c53..4897ad7 100644 --- a/app-editors/gedit/gedit-9999.ebuild +++ b/app-editors/gedit/gedit-3.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.2.ebuild,v 1.1 2010/06/13 19:34:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.4.2.ebuild,v 1.1 2012/05/25 02:08:16 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="A text editor for the GNOME desktop" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="http://live.gnome.org/Gedit" LICENSE="GPL-2" SLOT="0" @@ -53,21 +53,23 @@ COMMON_DEPEND=" >=app-text/enchant-1.2 >=app-text/iso-codes-0.35 ) zeitgeist? ( dev-libs/libzeitgeist )" - RDEPEND="${COMMON_DEPEND} x11-themes/gnome-icon-theme-symbolic" - DEPEND="${COMMON_DEPEND} - >=sys-devel/gettext-0.17 - dev-libs/libxml2 - >=dev-util/intltool-0.40 - dev-util/itstool - >=app-text/scrollkeeper-0.3.11 app-text/docbook-xml-dtd:4.1.2 + >=app-text/scrollkeeper-0.3.11 + dev-libs/libxml2:2 + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1 )" # yelp-tools, gnome-common and gtk-doc-am needed to eautoreconf +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi + pkg_setup() { DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README" G2CONF="${G2CONF} @@ -79,6 +81,7 @@ pkg_setup() { $(use_enable python) $(use_enable spell) $(use_enable zeitgeist)" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" python_set_active_version 2 python_pkg_setup @@ -104,7 +107,6 @@ pkg_postinst() { python_mod_optimize /usr/$(get_libdir)/gedit/plugins # FIXME: take care of gi.overrides with USE=introspection fi - } pkg_postrm() { diff --git a/app-editors/gedit/gedit-9999.ebuild b/app-editors/gedit/gedit-9999.ebuild index 2d24c53..4897ad7 100644 --- a/app-editors/gedit/gedit-9999.ebuild +++ b/app-editors/gedit/gedit-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.2.ebuild,v 1.1 2010/06/13 19:34:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.4.2.ebuild,v 1.1 2012/05/25 02:08:16 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="A text editor for the GNOME desktop" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="http://live.gnome.org/Gedit" LICENSE="GPL-2" SLOT="0" @@ -53,21 +53,23 @@ COMMON_DEPEND=" >=app-text/enchant-1.2 >=app-text/iso-codes-0.35 ) zeitgeist? ( dev-libs/libzeitgeist )" - RDEPEND="${COMMON_DEPEND} x11-themes/gnome-icon-theme-symbolic" - DEPEND="${COMMON_DEPEND} - >=sys-devel/gettext-0.17 - dev-libs/libxml2 - >=dev-util/intltool-0.40 - dev-util/itstool - >=app-text/scrollkeeper-0.3.11 app-text/docbook-xml-dtd:4.1.2 + >=app-text/scrollkeeper-0.3.11 + dev-libs/libxml2:2 + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1 )" # yelp-tools, gnome-common and gtk-doc-am needed to eautoreconf +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi + pkg_setup() { DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README" G2CONF="${G2CONF} @@ -79,6 +81,7 @@ pkg_setup() { $(use_enable python) $(use_enable spell) $(use_enable zeitgeist)" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" python_set_active_version 2 python_pkg_setup @@ -104,7 +107,6 @@ pkg_postinst() { python_mod_optimize /usr/$(get_libdir)/gedit/plugins # FIXME: take care of gi.overrides with USE=introspection fi - } pkg_postrm() {