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 70CCD138334 for ; Mon, 26 Aug 2019 00:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F17AE0843; Mon, 26 Aug 2019 00:15:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 44AD6E083D for ; Mon, 26 Aug 2019 00:15:54 +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 D6E6234A266 for ; Mon, 26 Aug 2019 00:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CF35775 for ; Mon, 26 Aug 2019 00:15:51 +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: <1566778542.c5dff78d566f3043534afa07feb15c3eb6fb569c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-util/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-util/Manifest media-fonts/font-util/font-util-1.3.2.ebuild X-VCS-Directories: media-fonts/font-util/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c5dff78d566f3043534afa07feb15c3eb6fb569c X-VCS-Branch: master Date: Mon, 26 Aug 2019 00:15:51 +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: 0c667332-069a-4a39-9931-8d5f8a426642 X-Archives-Hash: 97284d424d494cf7ec617ca732dabec9 commit: c5dff78d566f3043534afa07feb15c3eb6fb569c Author: Matt Turner gentoo org> AuthorDate: Mon Aug 26 00:12:11 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Aug 26 00:15:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dff78d media-fonts/font-util: Version bump to 1.3.2 Signed-off-by: Matt Turner gentoo.org> media-fonts/font-util/Manifest | 1 + media-fonts/font-util/font-util-1.3.2.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/media-fonts/font-util/Manifest b/media-fonts/font-util/Manifest index 9737a2f28a3..68f43279253 100644 --- a/media-fonts/font-util/Manifest +++ b/media-fonts/font-util/Manifest @@ -1 +1,2 @@ DIST font-util-1.3.1.tar.bz2 153289 BLAKE2B b85b2dbbe3ed97e22d765b73a9fee7472790ff037878967ee6865e3122c651ff5e3b6aeb99492b1330bb77d2518157abcc45e503419b21f2cc76a3196d505f22 SHA512 9fd6dd4c0a01ede5f0b09ec0f9d316267ca086e2ee9526a43a4e4d6ce3cd67c977293bd3cf440328ca417292fcae1579888b24b7259eaf012230890210d74889 +DIST font-util-1.3.2.tar.bz2 158480 BLAKE2B 490aa54fdbf0e7060a17261e6ac06d30ef374c0ef40ae7473680c192898305c86617667c59f334d54e3ba3eb2464e925a12a5ad4bc74c73f6a62b0500d7c0da0 SHA512 7cac529b12ae71185b89c72c1569b9826f52eeaecc1c76010338e7c42c4078ae339f18220b580bbd68fb5dc09df6ecf169a47c32e6104d8ee53bd443fa21d167 diff --git a/media-fonts/font-util/font-util-1.3.2.ebuild b/media-fonts/font-util/font-util-1.3.2.ebuild new file mode 100644 index 00000000000..37a2562dcab --- /dev/null +++ b/media-fonts/font-util/font-util-1.3.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit xorg-3 + +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/font/util.git" +DESCRIPTION="X.Org font utilities" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +XORG_CONFIGURE_OPTIONS="--with-mapdir=${EPREFIX}/usr/share/fonts/util --with-fontrootdir=${EPREFIX}/usr/share/fonts"