Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/
Date: Tue, 04 Oct 2016 20:53:19
Message-Id: 1475614377.59d858f6ca70a5873b443b232e70f5fa29d629af.mrueg@gentoo
1 commit: 59d858f6ca70a5873b443b232e70f5fa29d629af
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 4 20:52:57 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 4 20:52:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d858f6
7
8 x11-libs/libX11: Security bump to 1.6.4
9
10 Package-Manager: portage-2.3.1
11
12 x11-libs/libX11/Manifest | 1 +
13 x11-libs/libX11/libX11-1.6.4.ebuild | 58 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 59 insertions(+)
15
16 diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest
17 index 74a1e8c..ad85391 100644
18 --- a/x11-libs/libX11/Manifest
19 +++ b/x11-libs/libX11/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libX11-1.6.2.tar.bz2 2339981 SHA256 2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16 SHA512 c8609ff34d1fe71f35b35e0273a872ccded4d824c8afdcca37e1779d37bf667cb814e0ead0805668b4222f196148476f283e417ba371b722f1fe716a5bbba20b WHIRLPOOL 1e6e5010725586557912ab51aa07c41a6297e26f3818e31cf62d455735f4a4f29c0bd13140964ffb1290588ccb8e1643217bca685aa2e7ec40d99b907541656c
22 DIST libX11-1.6.3.tar.bz2 2363858 SHA256 cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111 SHA512 01bbac8075b3fdae19cacfde1c799469f06fb864235025ce444fc10a3ba079bce30f4f3527db47c5edbf91d08299c61116cdf296efa38b2034c0099fac99cc69 WHIRLPOOL 1aa82b4d00af27e05bd9157cfafe16f2cdeecd3711e983224fda0cf6f323c7165b18f5a4572067b29ff3ca244e91def8523d56fb7be55e977bed507bd5a846f1
23 +DIST libX11-1.6.4.tar.bz2 2340176 SHA256 b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441 SHA512 1fb2ab1f16af14f03ad147ecf2a43c0137c528b9f7ad7de12c47a5861159313260c40122e8271ebd53bf06636d84a4766e06354c7791780f623ba316bed46e92 WHIRLPOOL 106d0f4cdf6a050c311def3c32dfae344fde7a7147fa6778c228223795e48c3fb8f925ecfe8a38c8b37e0ad88323ec0229dbb11b4dfb841c5466f9068a68caf2
24
25 diff --git a/x11-libs/libX11/libX11-1.6.4.ebuild b/x11-libs/libX11/libX11-1.6.4.ebuild
26 new file mode 100644
27 index 00000000..8e6fb7d
28 --- /dev/null
29 +++ b/x11-libs/libX11/libX11-1.6.4.ebuild
30 @@ -0,0 +1,58 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +XORG_DOC=doc
38 +# needs automake-1.14 without eautoreconf
39 +XORG_EAUTORECONF=yes
40 +XORG_MULTILIB=yes
41 +inherit xorg-2 toolchain-funcs
42 +
43 +DESCRIPTION="X.Org X11 library"
44 +
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
46 +IUSE="ipv6 test"
47 +
48 +RDEPEND=">=x11-libs/libxcb-1.9.3[${MULTILIB_USEDEP}]
49 + x11-libs/xtrans
50 + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
51 + >=x11-proto/xf86bigfontproto-1.2.0-r1[${MULTILIB_USEDEP}]
52 + >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}]
53 + >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
54 + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
55 +DEPEND="${RDEPEND}
56 + test? ( dev-lang/perl )"
57 +
58 +PATCHES=(
59 + "${FILESDIR}"/${PN}-1.1.4-aix-pthread.patch
60 + "${FILESDIR}"/${PN}-1.1.5-winnt-private.patch
61 + "${FILESDIR}"/${PN}-1.1.5-solaris.patch
62 +)
63 +
64 +src_configure() {
65 + XORG_CONFIGURE_OPTIONS=(
66 + $(use_with doc xmlto)
67 + $(use_enable doc specs)
68 + $(use_enable ipv6)
69 + --without-fop
70 + )
71 +
72 + [[ ${CHOST} == *-interix* ]] && export ac_cv_func_poll=no
73 + xorg-2_src_configure
74 +}
75 +
76 +multilib_src_compile() {
77 + if tc-is-cross-compiler; then
78 + # Make sure the build-time tool "makekeys" uses build settings.
79 + tc-export_build_env BUILD_CC
80 + emake -C src/util \
81 + CC="${BUILD_CC}" \
82 + CFLAGS="${BUILD_CFLAGS}" \
83 + LDFLAGS="${BUILD_LDFLAGS}" \
84 + clean all
85 + fi
86 +
87 + default
88 +}