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 9FCCF138334 for ; Mon, 17 Jun 2019 17:15:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7AFEE08AE; Mon, 17 Jun 2019 17:15:38 +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 8AB90E08AE for ; Mon, 17 Jun 2019 17:15:38 +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 95B2D346337 for ; Mon, 17 Jun 2019 17:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9AA561F for ; Mon, 17 Jun 2019 17:15:35 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1560791689.6dfc96afff1ee6cc45e732ea3c04df8336014199.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/encodings/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/encodings/Manifest media-fonts/encodings/encodings-1.0.5.ebuild X-VCS-Directories: media-fonts/encodings/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6dfc96afff1ee6cc45e732ea3c04df8336014199 X-VCS-Branch: master Date: Mon, 17 Jun 2019 17:15:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88de6b90-e81c-4406-ad75-4b7c61d35cbc X-Archives-Hash: ecdad3692c56b1f643c68a297e6677ad commit: 6dfc96afff1ee6cc45e732ea3c04df8336014199 Author: Matt Turner gentoo org> AuthorDate: Mon Jun 17 17:00:26 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jun 17 17:14:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfc96af media-fonts/encodings: Version bump to 1.0.5 Signed-off-by: Matt Turner gentoo.org> media-fonts/encodings/Manifest | 1 + media-fonts/encodings/encodings-1.0.5.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/media-fonts/encodings/Manifest b/media-fonts/encodings/Manifest index 0142e95c9b1..8afc49aa643 100644 --- a/media-fonts/encodings/Manifest +++ b/media-fonts/encodings/Manifest @@ -1 +1,2 @@ DIST encodings-1.0.4.tar.bz2 665087 BLAKE2B 867da2247836ed829af8e6c465eeeb40e84d98bd114939843be619f2915f61c5ffc56a48adf9414e39c7a3ddd0fc86572fb85d2bc486cf68886d48d78e369761 SHA512 838d1c9489e9880bf1982dc14d34a48b624b7bc2c0fffbf28e2c24e1546b0602357ca31afef100053481d6a18e357085ef74ac7a82261daa1ac1398bc1e05d17 +DIST encodings-1.0.5.tar.bz2 713817 BLAKE2B 43e466c27fdf485e9704debb89c69a3c3eaecf84453362d86b53aa9c33d10b8f97f348ef35f8b430be101e8281ecce5d5f49a052929fc7cd37d94a7590645193 SHA512 920e49f0b3545f181a1574ca3280ac9adef1e68fe27566c195dd7013f728d355c0d759132789357fcf8fa7391fcbe1e17edf2bd85aa5611df5a4d99740011008 diff --git a/media-fonts/encodings/encodings-1.0.5.ebuild b/media-fonts/encodings/encodings-1.0.5.ebuild new file mode 100644 index 00000000000..5bb3b277033 --- /dev/null +++ b/media-fonts/encodings/encodings-1.0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# font eclass is inherited directly, since this package is a special case that +# would greatly complicate the fonts logic of xorg-2 +inherit font xorg-2 + +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" + +pkg_postinst() { + xorg-2_pkg_postinst + font_pkg_postinst +} + +pkg_postrm() { + xorg-2_pkg_postrm + font_pkg_postrm +}