Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontscale/
Date: Sun, 03 Mar 2019 05:14:21
Message-Id: 1551590031.45e356b659ea9e07f2ccb29d7448bb658e13d654.mattst88@gentoo
1 commit: 45e356b659ea9e07f2ccb29d7448bb658e13d654
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 05:06:23 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 05:13:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e356b6
7
8 x11-apps/mkfontscale: Version bump to 1.2.0
9
10 Note that the mkfontdir script is now part of this package.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-apps/mkfontscale/Manifest | 1 +
15 x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild | 25 +++++++++++++++++++++++++
16 2 files changed, 26 insertions(+)
17
18 diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
19 index 320e8968cb9..94309575577 100644
20 --- a/x11-apps/mkfontscale/Manifest
21 +++ b/x11-apps/mkfontscale/Manifest
22 @@ -1,3 +1,4 @@
23 DIST mkfontscale-1.1.1.tar.bz2 139923 BLAKE2B 441aef79b2f1db18c56c5235afb83711c5ed43b16f8046750ab89abbe8eae58f01b7cd5b7a3565bcb10ac8a859ca2bc24b0bdd17ed15caa97f00915c9b2359f2 SHA512 7a6da239b2f166c6283090c219889e998be9332ee1e8eb4d84bbdf0cb58125a3773fe7ee97774d86f2cd5385dc49636a797c7b9c25c6c8bbe24b898329f97220
24 DIST mkfontscale-1.1.2.tar.bz2 141728 BLAKE2B e15dea8a22fb59ad21a63a907dc0c30869480d26fa2721ecfd1ba65c81425b3ebf4709f89d4105a8f14d2d5c6e924754122713a244b58789227ad469a2d09d60 SHA512 5c3331f66cd523afe95347aa36440655ba8fdbc716c5987a24ad624c1fbd718c4a8d67aa36330f6d5ab2eb5a6195a409a041954568c0a3375c0e2aeb6a955601
25 DIST mkfontscale-1.1.3.tar.bz2 144386 BLAKE2B 8cf4a61472b9357888ef355e89c3087102c4928884ecc6b5671202ad09284a2dc188b81faba6b1727b1a28ccaa6c3c36649c53659faf7a3fae4a2b32ab5a2420 SHA512 509e2f9cd55cf87cc3968c8767bf3f2386016278db8b7be75b7df34bf61f52519dd2778f3b9881ffbe30cc2fe26089c0a5b2c33af46bc7727f46dad83f030a62
26 +DIST mkfontscale-1.2.0.tar.bz2 150646 BLAKE2B 7f4a0b279f0759b2d8faac584603488c9e405b92b43457b301aa6ba252bdef2cbfe65f58a1fb837e61113cfea139b6fcde1084450333864175e2cc4da84b6626 SHA512 3d02db7e031fe6730a07ed481d2a744592a7d542d75fedf55a4f5ad50d03d92e3534b4105af09d0a8f863bdc0321758222baf5b943de77ce4972978d86a5013f
27
28 diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild b/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild
29 new file mode 100644
30 index 00000000000..c0f737d6f42
31 --- /dev/null
32 +++ b/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild
33 @@ -0,0 +1,25 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit xorg-3
40 +
41 +DESCRIPTION="create an index of scalable font files for X"
42 +
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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"
44 +IUSE=""
45 +
46 +COMMON_DEPEND="
47 + x11-libs/libfontenc
48 + media-libs/freetype:2
49 + sys-libs/zlib
50 + app-arch/bzip2"
51 +DEPEND="x11-base/xorg-proto"
52 +RDEPEND="${COMMON_DEPEND}
53 + ${DEPEND}
54 + !<x11-apps/mkfontdir-1.2.0"
55 +
56 +XORG_CONFIGURE_OPTIONS=(
57 + --with-bzip2
58 +)