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-libs/libfontenc/
Date: Wed, 31 Aug 2022 14:48:58
Message-Id: 1661957308.40bc5c84968294f19f20aa4193e92273de34f581.mattst88@gentoo
1 commit: 40bc5c84968294f19f20aa4193e92273de34f581
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 04:00:43 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:48:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bc5c84
7
8 x11-libs/libfontenc: Version bump to 1.1.6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libfontenc/Manifest | 1 +
13 x11-libs/libfontenc/libfontenc-1.1.6.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
17 index 333facc37766..fc01d06aa82b 100644
18 --- a/x11-libs/libfontenc/Manifest
19 +++ b/x11-libs/libfontenc/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libfontenc-1.1.4.tar.bz2 320492 BLAKE2B 34da17e220789f5078e870329390c0e3ee665598db3432ef5a33e78d1db4b12460c7467bcbcc1dad67e9f6ade0173f9fad915a2fbbee51f0be23feedc242e7bd SHA512 76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582
22 DIST libfontenc-1.1.5.tar.xz 270848 BLAKE2B 27580286e48cc1703222a34e1a15cfa5ce9ac06d9c1c9322639d723d0436240fddd052a7e50c0b93e4ffd38c75f8196069593e6d0383b80fffe07b62c59932f6 SHA512 1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4
23 +DIST libfontenc-1.1.6.tar.xz 272520 BLAKE2B ccfe4f9524655862e2e5ceed8edccd7da8ec1872b3a8166803540b69fe4f42f1b5b6f2128a00b702368f9009e1bb1edcec5d28c36815abd6d591dc9fc46cd291 SHA512 524247caf035e5d69280575c79ec5a3259c4cd0a4afa375b01985fedf800b42ecd75102e38f85cdce5591d020d361ffa9390adcb7906e939df289e5131088683
24
25 diff --git a/x11-libs/libfontenc/libfontenc-1.1.6.ebuild b/x11-libs/libfontenc/libfontenc-1.1.6.ebuild
26 new file mode 100644
27 index 000000000000..2b5519b3a8e5
28 --- /dev/null
29 +++ b/x11-libs/libfontenc/libfontenc-1.1.6.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +XORG_TARBALL_SUFFIX="xz"
37 +inherit xorg-3
38 +
39 +DESCRIPTION="X.Org fontenc library"
40 +
41 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
42 +
43 +RDEPEND="sys-libs/zlib"
44 +DEPEND="${RDEPEND}
45 + x11-base/xorg-proto"
46 +
47 +XORG_CONFIGURE_OPTIONS=(
48 + --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
49 +)