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 75B50138335 for ; Sun, 7 Oct 2018 00:19:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90336E0B28; Sun, 7 Oct 2018 00:19:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 62826E0B28 for ; Sun, 7 Oct 2018 00:19:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CA446335C8F for ; Sun, 7 Oct 2018 00:19:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 356AA432 for ; Sun, 7 Oct 2018 00:19:11 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1538871532.8b39e7fc8d47444f5c52f486a44566277c06f535.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnome-font-viewer/Manifest media-gfx/gnome-font-viewer/gnome-font-viewer-3.30.0.ebuild X-VCS-Directories: media-gfx/gnome-font-viewer/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8b39e7fc8d47444f5c52f486a44566277c06f535 X-VCS-Branch: master Date: Sun, 7 Oct 2018 00:19: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: d62de551-5dbb-416b-8e61-eae72a49fa4d X-Archives-Hash: 728ced777dc10ea0af76af67067a9ad5 commit: 8b39e7fc8d47444f5c52f486a44566277c06f535 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Oct 7 00:00:42 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 7 00:18:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b39e7fc media-gfx/gnome-font-viewer: bump to 3.30.0 Closes: https://bugs.gentoo.org/656754 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-gfx/gnome-font-viewer/Manifest | 1 + .../gnome-font-viewer-3.30.0.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/media-gfx/gnome-font-viewer/Manifest b/media-gfx/gnome-font-viewer/Manifest index 6e35d5bd712..d579065462f 100644 --- a/media-gfx/gnome-font-viewer/Manifest +++ b/media-gfx/gnome-font-viewer/Manifest @@ -1 +1,2 @@ DIST gnome-font-viewer-3.24.0.tar.xz 321600 BLAKE2B 85fbd170ccf3b9464f51b6c6d556fa8d9fce155581b37d2db0ff37abb703b4fefad3b2f5db7ed09edd033bc36aacd4a574b84fefdac4cb516c43f1255d9c0d8a SHA512 b951e98161dde808aaea0666c0266a3381c82a264dc7280fcd4e4debcf07bd44c940e738a2dd5134276625e404f87323f57930764ed2faeedad831ba6a8bb591 +DIST gnome-font-viewer-3.30.0.tar.xz 139076 BLAKE2B 0c84b4e8550df6689f69da1f8b968d436721ba3a9cd97fd7f8f71ad7316af8146d368b65b0702bb7c25c4fd210cf8fb9634620b129505cb3f4f78e3e450c3718 SHA512 9ba3dffdd0152c9a1380b39f4f96de7e7d0281c675c0821d4c0be27b7aab9f23d3ca7497b70dcf47807be5cc7fcf252877e5cd0009f6cf1ec231d429477fe600 diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.30.0.ebuild b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.30.0.ebuild new file mode 100644 index 00000000000..fa4b9f210be --- /dev/null +++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.30.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome.org meson xdg + +DESCRIPTION="Font viewer utility for GNOME" +HOMEPAGE="https://git.gnome.org/browse/gnome-font-viewer" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="0" +IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-libs/glib-2.35.1:2 + >=x11-libs/gtk+-3.20:3 + >=media-libs/harfbuzz-0.9.9 + media-libs/fontconfig:1.0 + media-libs/freetype:2 + gnome-base/gnome-desktop:3= +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-libs/libxml2:2 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +"