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 32F36138010 for ; Wed, 10 Oct 2012 21:10:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1509E00B5; Wed, 10 Oct 2012 21:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A22FE00B5 for ; Wed, 10 Oct 2012 21:09:51 +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 9A4F933CF0B for ; Wed, 10 Oct 2012 21:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0EF06E5436 for ; Wed, 10 Oct 2012 21:09:48 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1349902803.a2f1e235b2ce78e0b81f682c7d5b908eda8bd99f.tetromino@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.92.ebuild media-gfx/eog/eog-3.6.0.ebuild media-gfx/eog/eog-9999.ebuild X-VCS-Directories: media-gfx/eog/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: a2f1e235b2ce78e0b81f682c7d5b908eda8bd99f X-VCS-Branch: master Date: Wed, 10 Oct 2012 21:09:48 +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: 0818949a-eed6-4181-a671-979519a61d6b X-Archives-Hash: 9a86e8144be0aab267b5d09a5fd2afda commit: a2f1e235b2ce78e0b81f682c7d5b908eda8bd99f Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Oct 10 20:59:39 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Wed Oct 10 21:00:03 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a2f1e235 media-gfx/eog: 3.5.92 → 3.6.0 Update license, drop useless USE=doc for non-live ebuilds. --- .../eog/{eog-3.5.92.ebuild => eog-3.6.0.ebuild} | 14 ++++++++------ media-gfx/eog/eog-9999.ebuild | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/media-gfx/eog/eog-3.5.92.ebuild b/media-gfx/eog/eog-3.6.0.ebuild similarity index 88% rename from media-gfx/eog/eog-3.5.92.ebuild rename to media-gfx/eog/eog-3.6.0.ebuild index 7602371..d79aef2 100644 --- a/media-gfx/eog/eog-3.5.92.ebuild +++ b/media-gfx/eog/eog-3.6.0.ebuild @@ -14,10 +14,11 @@ fi DESCRIPTION="The Eye of GNOME image viewer" HOMEPAGE="http://www.gnome.org/projects/eog/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="1" -IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp" +IUSE="+exif +introspection +jpeg lcms +svg tiff xmp" if [[ ${PV} = 9999 ]]; then + IUSE="${IUSE} doc" KEYWORDS="" else KEYWORDS="~amd64 ~x86 ~x86-fbsd" @@ -44,14 +45,15 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X] svg? ( >=gnome-base/librsvg-2.36.2:2 ) xmp? ( media-libs/exempi:2 )" DEPEND="${RDEPEND} - sys-devel/gettext + dev-util/gtk-doc-am >=dev-util/intltool-0.40 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.10 )" + sys-devel/gettext + virtual/pkgconfig" if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} - app-text/yelp-tools" + app-text/yelp-tools + doc? ( >=dev-util/gtk-doc-1.10 )" fi pkg_setup() { diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild index 7602371..d79aef2 100644 --- a/media-gfx/eog/eog-9999.ebuild +++ b/media-gfx/eog/eog-9999.ebuild @@ -14,10 +14,11 @@ fi DESCRIPTION="The Eye of GNOME image viewer" HOMEPAGE="http://www.gnome.org/projects/eog/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="1" -IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp" +IUSE="+exif +introspection +jpeg lcms +svg tiff xmp" if [[ ${PV} = 9999 ]]; then + IUSE="${IUSE} doc" KEYWORDS="" else KEYWORDS="~amd64 ~x86 ~x86-fbsd" @@ -44,14 +45,15 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X] svg? ( >=gnome-base/librsvg-2.36.2:2 ) xmp? ( media-libs/exempi:2 )" DEPEND="${RDEPEND} - sys-devel/gettext + dev-util/gtk-doc-am >=dev-util/intltool-0.40 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.10 )" + sys-devel/gettext + virtual/pkgconfig" if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} - app-text/yelp-tools" + app-text/yelp-tools + doc? ( >=dev-util/gtk-doc-1.10 )" fi pkg_setup() {