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: Thu, 28 Feb 2019 05:47:51
Message-Id: 1551332687.d7c4199e7ffb8ab0cb9cf7dbde5d5bf079554d55.mattst88@gentoo
1 commit: d7c4199e7ffb8ab0cb9cf7dbde5d5bf079554d55
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 05:43:40 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 05:44:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c4199e
7
8 x11-libs/libfontenc: Version bump to 1.1.4
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.4.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
17 index 8e4501f048e..b430ab376c0 100644
18 --- a/x11-libs/libfontenc/Manifest
19 +++ b/x11-libs/libfontenc/Manifest
20 @@ -1 +1,2 @@
21 DIST libfontenc-1.1.3.tar.bz2 301494 BLAKE2B 1d9d5387cd11820b1d458cab8de26fbaebeb2d0b5c6197a455b0261e53004e6d8eb9cea7dab27ad163c8897237a864075f981ec3a740cf8056c3f15be23ecd3d SHA512 7346079a6980464f57f5da0e96025bbf4b13fbb7ed976b58d9c54b78525d9d0b4174b4783326a12048971cf5d05221bafe2f41c6b02931743913719cde21740c
22 +DIST libfontenc-1.1.4.tar.bz2 320492 BLAKE2B 34da17e220789f5078e870329390c0e3ee665598db3432ef5a33e78d1db4b12460c7467bcbcc1dad67e9f6ade0173f9fad915a2fbbee51f0be23feedc242e7bd SHA512 76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582
23
24 diff --git a/x11-libs/libfontenc/libfontenc-1.1.4.ebuild b/x11-libs/libfontenc/libfontenc-1.1.4.ebuild
25 new file mode 100644
26 index 00000000000..15246b281cd
27 --- /dev/null
28 +++ b/x11-libs/libfontenc/libfontenc-1.1.4.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xorg-3
36 +
37 +DESCRIPTION="X.Org fontenc library"
38 +
39 +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 ~x86-winnt"
40 +IUSE=""
41 +
42 +RDEPEND="sys-libs/zlib"
43 +DEPEND="${RDEPEND}
44 + x11-base/xorg-proto"
45 +
46 +XORG_CONFIGURE_OPTIONS=(
47 + --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
48 +)