From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1048163-garchives=archives.gentoo.org@lists.gentoo.org>
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 9A1D0138334
	for <garchives@archives.gentoo.org>; Thu, 20 Sep 2018 22:11:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7A72EE0880;
	Thu, 20 Sep 2018 22:11:01 +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 51F96E0880
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 Sep 2018 22:11:00 +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 D07FC335D0A
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 Sep 2018 22:10:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 72E6338A
	for <gentoo-commits@lists.gentoo.org>; Thu, 20 Sep 2018 22:10:55 +0000 (UTC)
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" <sping@gentoo.org>
Message-ID: <1537481443.b9d7af55d844b0ba0da7030fc84283a94d7d2a8a.sping@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/encodings/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-fonts/encodings/encodings-1.0.4-r2.ebuild
X-VCS-Directories: media-fonts/encodings/
X-VCS-Committer: sping
X-VCS-Committer-Name: Sebastian Pipping
X-VCS-Revision: b9d7af55d844b0ba0da7030fc84283a94d7d2a8a
X-VCS-Branch: master
Date: Thu, 20 Sep 2018 22:10:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c5128eb5-c763-4089-a480-c48c547e86d6
X-Archives-Hash: acb2177f20e0a561cb8550d59063c642

commit:     b9d7af55d844b0ba0da7030fc84283a94d7d2a8a
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 21:29:03 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 22:10:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d7af55

media-fonts/encodings: Turn into well-behaved font

Lack of file /usr/share/fonts/encodings/.uuid
causes sandbox violation issues in other packages.
font_pkg_postinst take care of its creation now.

eclass xorg-2.eclass would inherit font.eclass for us
but package "media-fonts/encodings" does not pass the guard
for pattern media-fonts/font* in xorg-2.eclass, so we need
to inherit font.eclass, explicitly.

Bug: https://bugs.gentoo.org/665008

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-fonts/encodings/encodings-1.0.4-r2.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/media-fonts/encodings/encodings-1.0.4-r2.ebuild b/media-fonts/encodings/encodings-1.0.4-r2.ebuild
new file mode 100644
index 00000000000..0d23578cb78
--- /dev/null
+++ b/media-fonts/encodings/encodings-1.0.4-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2 font  # since media-fonts/encodings does not match media-fonts/font*
+
+DESCRIPTION="X.Org font encodings"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="x11-apps/mkfontscale
+	>=media-fonts/font-util-1.1.1-r1"
+
+ECONF_SOURCE="${S}"