From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD1FA138334 for ; Wed, 6 Jun 2018 22:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A2FBE09AE; Wed, 6 Jun 2018 22:14:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60588E09AE for ; Wed, 6 Jun 2018 22:14:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9718F335C8C for ; Wed, 6 Jun 2018 22:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD8A12C3 for ; Wed, 6 Jun 2018 22:14:11 +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: <1528323237.cb3fa83c31d671582c313a0f5556db54df596f4b.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-9999.ebuild X-VCS-Directories: media-gfx/gnome-font-viewer/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: cb3fa83c31d671582c313a0f5556db54df596f4b X-VCS-Branch: master Date: Wed, 6 Jun 2018 22:14:11 +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: 045bc77f-4b66-432c-8ce8-c9ce7cd56087 X-Archives-Hash: 52587f9dc8a58c3f2fcca6a1ba7a77fb commit: cb3fa83c31d671582c313a0f5556db54df596f4b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Jun 6 21:22:12 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Jun 6 22:13:57 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cb3fa83c media-gfx/gnome-font-viewer: sync live ebuild Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A .../gnome-font-viewer-9999.ebuild | 29 ++++++++++------------ 1 file changed, 13 insertions(+), 16 deletions(-) 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 1c70015a..f37d0466 100644 --- a/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild +++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-9999.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 +EAPI=6 +inherit gnome-meson if [[ ${PV} = 9999 ]]; then - inherit gnome2-live + inherit git-r3 + SRC_URI="" + EGIT_REPO_URI="git://git.gnome.org/gnome-font-viewer" fi DESCRIPTION="Font viewer for GNOME" @@ -22,20 +21,18 @@ else KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" fi -COMMON_DEPEND=" +RDEPEND=" >=dev-libs/glib-2.35.1:2 gnome-base/gnome-desktop:3= media-libs/fontconfig:1.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.9 - >=x11-libs/gtk+-3.11.4:3 -" -RDEPEND="${COMMON_DEPEND} - !=x11-libs/gtk+-3.20:3 " -# ${PN} was part of gnome-utils before 3.4, and of g-c-c before 2.91 -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40 +# libxml2+gdk-pixbuf required for glib-compile-resources +DEPEND="${RDEPEND} + dev-libs/libxml2:2 + >=sys-devel/gettext-0.19.8 virtual/pkgconfig + x11-libs/gdk-pixbuf:2 "