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 91BAD138334 for ; Sun, 7 Oct 2018 21:21:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB2E3E0953; Sun, 7 Oct 2018 21:21:55 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 AFC13E0953 for ; Sun, 7 Oct 2018 21:21:55 +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 613F4335C47 for ; Sun, 7 Oct 2018 21:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA9283F1 for ; Sun, 7 Oct 2018 21:21:32 +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: <1538945594.fb6fd75f9635a14515791e37cde516a540b65f5c.leio@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.26.0.ebuild X-VCS-Directories: media-gfx/gnome-font-viewer/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: fb6fd75f9635a14515791e37cde516a540b65f5c X-VCS-Branch: master Date: Sun, 7 Oct 2018 21:21:32 +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: efcdb310-1594-42df-8387-bf30d26eec0a X-Archives-Hash: 44373b77bd28daf7c0a212447db75502 commit: fb6fd75f9635a14515791e37cde516a540b65f5c Author: Mart Raudsepp gentoo org> AuthorDate: Sun Oct 7 20:53:14 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 7 20:53:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fb6fd75f media-gfx/gnome-font-viewer-3.26.0: remove, 3.30.0 available in ::gentoo The main tree version removes wrong gdk-pixbuf build dep, adds missing appstream-glib build dep and updates DESCRIPTION. Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 .../gnome-font-viewer-3.26.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.26.0.ebuild b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.26.0.ebuild deleted file mode 100644 index 3f54e327..00000000 --- a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.26.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome-meson - -DESCRIPTION="Font viewer 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 - gnome-base/gnome-desktop:3= - media-libs/fontconfig:1.0 - media-libs/freetype:2 - >=media-libs/harfbuzz-0.9.9 - >=x11-libs/gtk+-3.20:3 -" -# 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 -"