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 B5DFF138346 for ; Tue, 7 Jan 2020 18:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0792E0884; Tue, 7 Jan 2020 18:52:41 +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 D2895E0884 for ; Tue, 7 Jan 2020 18:52:41 +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 BDC6834DDDD for ; Tue, 7 Jan 2020 18:52:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBE1A36 for ; Tue, 7 Jan 2020 18:52:38 +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: <1578423141.23f1162c558276565df161572fb337c0fcc30d99.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fonttosfnt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/fonttosfnt/Manifest x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild X-VCS-Directories: x11-apps/fonttosfnt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 23f1162c558276565df161572fb337c0fcc30d99 X-VCS-Branch: master Date: Tue, 7 Jan 2020 18:52:38 +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: 1d1d8289-d261-4ca9-9b5a-1dbdde6479dd X-Archives-Hash: 2bed4838ba0f2b2a7d59cc5e1db33375 commit: 23f1162c558276565df161572fb337c0fcc30d99 Author: Matt Turner gentoo org> AuthorDate: Tue Jan 7 18:49:47 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 7 18:52:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f1162c x11-apps/fonttosfnt: Version bump to 1.1.0 Signed-off-by: Matt Turner gentoo.org> x11-apps/fonttosfnt/Manifest | 1 + x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest index dabf2a71cac..eb9c300d8a4 100644 --- a/x11-apps/fonttosfnt/Manifest +++ b/x11-apps/fonttosfnt/Manifest @@ -1 +1,2 @@ DIST fonttosfnt-1.0.5.tar.bz2 141446 BLAKE2B 277f7f182d0c45ed06fd67ad0c839c2b116d64d801fbd623b81b8a9cbe5ee77a89b6b5cd277d3090a9b6be6e006bea36e1cf98e2dbdb2917e54ddfa30d0b659b SHA512 dba990098c95b07bc7240699a5c9ea11f056fbfddd70f669ae283548cbf20d756b28d817a99548c23ba81de9792877296ab6f35ee3c630e5c3cd8f14650ce297 +DIST fonttosfnt-1.1.0.tar.bz2 143545 BLAKE2B fd05a19ffc50306b747bbbc6ea692b6667c7ddd185feb31a21173cbf571e5c74ded0da8af305e3744d8db57eca909d271b153bfded2182e060d922e42395942d SHA512 f4fb9814c23bfd6f83771959444d2c37eb4ba32edee43c37cf21f0181be80c6e278307641b0f4dae4ee5d10db3289e95194f99757ea4bbca343fff15498e7173 diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild new file mode 100644 index 00000000000..de198001493 --- /dev/null +++ b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit xorg-3 + +DESCRIPTION="X.Org fonttosfnt application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="media-libs/freetype:2 + x11-libs/libX11 + x11-libs/libfontenc" +DEPEND="${RDEPEND} + x11-base/xorg-proto"