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 31C36138247 for ; Sun, 1 Dec 2013 16:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFAA0E09A5; Sun, 1 Dec 2013 16:18:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48233E09A5 for ; Sun, 1 Dec 2013 16:18:22 +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 C9E4933F370 for ; Sun, 1 Dec 2013 16:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6A93CE5538 for ; Sun, 1 Dec 2013 16:18:16 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1385914661.f20700fadfa040df871d0aaccadf1beda326a2d0.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-font-viewer/ X-VCS-Repository: proj/gnome X-VCS-Files: media-gfx/gnome-font-viewer/gnome-font-viewer-3.10.0.ebuild media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild X-VCS-Directories: media-gfx/gnome-font-viewer/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f20700fadfa040df871d0aaccadf1beda326a2d0 X-VCS-Branch: master Date: Sun, 1 Dec 2013 16:18:16 +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: a6bde1ef-d66e-4fb8-a960-6e483d92d194 X-Archives-Hash: 767c2451e3b13e77d7843f2869c03418 commit: f20700fadfa040df871d0aaccadf1beda326a2d0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 12 23:08:20 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 1 16:17:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f20700fa media-gfx/gnome-font-viewer: 3.8.0 → 3.10.0 --- ...er-9999.ebuild => gnome-font-viewer-3.10.0.ebuild} | 19 ++++--------------- .../gnome-font-viewer/gnome-font-viewer-9999.ebuild | 10 +++------- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.10.0.ebuild similarity index 60% copy from media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild copy to media-gfx/gnome-font-viewer/gnome-font-viewer-3.10.0.ebuild index 9ae69f6..eda7085 100644 --- a/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild +++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.10.0.ebuild @@ -1,15 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi DESCRIPTION="Font viewer for GNOME 3" HOMEPAGE="https://live.gnome.org/GnomeUtils" @@ -17,20 +13,14 @@ HOMEPAGE="https://live.gnome.org/GnomeUtils" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" IUSE="" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -fi +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" COMMON_DEPEND=" - >=dev-libs/glib-2.31.0:2 + >=dev-libs/glib-2.35.1:2 gnome-base/gnome-desktop:3= media-libs/fontconfig:1.0 media-libs/freetype:2 - x11-libs/cairo - >=x11-libs/gtk+-3.0.3:3 - x11-libs/pango + >=x11-libs/gtk+-3.9.11:3 " RDEPEND="${COMMON_DEPEND} !=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 virtual/pkgconfig " diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild b/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild index 9ae69f6..cac341a 100644 --- a/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild +++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" inherit gnome2 if [[ ${PV} = 9999 ]]; then @@ -24,13 +23,11 @@ else fi COMMON_DEPEND=" - >=dev-libs/glib-2.31.0:2 + >=dev-libs/glib-2.35.1:2 gnome-base/gnome-desktop:3= media-libs/fontconfig:1.0 media-libs/freetype:2 - x11-libs/cairo - >=x11-libs/gtk+-3.0.3:3 - x11-libs/pango + >=x11-libs/gtk+-3.9.11:3 " RDEPEND="${COMMON_DEPEND} !=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 virtual/pkgconfig "