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 E6B2F138010 for ; Sun, 2 Sep 2012 19:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91783E039A; Sun, 2 Sep 2012 18:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DC0FE0665 for ; Sun, 2 Sep 2012 18:59:59 +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 C9C5D33D7D6 for ; Sun, 2 Sep 2012 18:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B5EF7E5449 for ; Sun, 2 Sep 2012 18:59:56 +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: <1346611818.eef2a49cd1d30e92b36422d8fa81d489d15cdc5d.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/ X-VCS-Repository: proj/gnome X-VCS-Files: media-gfx/eog/eog-3.5.90.ebuild media-gfx/eog/eog-9999.ebuild X-VCS-Directories: media-gfx/eog/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: eef2a49cd1d30e92b36422d8fa81d489d15cdc5d X-VCS-Branch: master Date: Sun, 2 Sep 2012 18:59:56 +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: 0b423a65-f2b3-4200-b191-459c555028a4 X-Archives-Hash: 679457b50d1360505256d931a87bf20e commit: eef2a49cd1d30e92b36422d8fa81d489d15cdc5d Author: Nirbheek Chauhan gentoo org> AuthorDate: Sun Sep 2 05:24:31 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sun Sep 2 18:50:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=eef2a49c Add media-gfx/eog-3.5.90 --- .../eog/{eog-9999.ebuild => eog-3.5.90.ebuild} | 8 ++++++-- media-gfx/eog/eog-9999.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-3.5.90.ebuild similarity index 91% copy from media-gfx/eog/eog-9999.ebuild copy to media-gfx/eog/eog-3.5.90.ebuild index c96c3e2..b46ec30 100644 --- a/media-gfx/eog/eog-9999.ebuild +++ b/media-gfx/eog/eog-3.5.90.ebuild @@ -43,14 +43,17 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X] lcms? ( media-libs/lcms:2 ) svg? ( >=gnome-base/librsvg-2.26:2 ) xmp? ( media-libs/exempi:2 )" - DEPEND="${RDEPEND} - app-text/gnome-doc-utils sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.10 )" +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi + pkg_setup() { G2CONF="${G2CONF} $(use_enable introspection) @@ -61,5 +64,6 @@ pkg_setup() { $(use_with svg librsvg) --disable-scrollkeeper --disable-schemas-compile" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO" } diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild index c96c3e2..b46ec30 100644 --- a/media-gfx/eog/eog-9999.ebuild +++ b/media-gfx/eog/eog-9999.ebuild @@ -43,14 +43,17 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X] lcms? ( media-libs/lcms:2 ) svg? ( >=gnome-base/librsvg-2.26:2 ) xmp? ( media-libs/exempi:2 )" - DEPEND="${RDEPEND} - app-text/gnome-doc-utils sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig doc? ( >=dev-util/gtk-doc-1.10 )" +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + app-text/yelp-tools" +fi + pkg_setup() { G2CONF="${G2CONF} $(use_enable introspection) @@ -61,5 +64,6 @@ pkg_setup() { $(use_with svg librsvg) --disable-scrollkeeper --disable-schemas-compile" + [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)" DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO" }