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/libXfixes/
Date: Tue, 04 Oct 2016 20:37:49
Message-Id: 1475613339.ce0697d776c3c5de6b0b40b62b1f6a399750f51e.mrueg@gentoo
1 commit: ce0697d776c3c5de6b0b40b62b1f6a399750f51e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 4 20:35:39 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 4 20:35:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0697d7
7
8 x11-libs/libXfixes: Security bump to 5.0.3
9
10 Package-Manager: portage-2.3.1
11
12 x11-libs/libXfixes/Manifest | 1 +
13 x11-libs/libXfixes/libXfixes-5.0.3.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-libs/libXfixes/Manifest b/x11-libs/libXfixes/Manifest
17 index 4d8051e..d2e6528 100644
18 --- a/x11-libs/libXfixes/Manifest
19 +++ b/x11-libs/libXfixes/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libXfixes-5.0.1.tar.bz2 291978 SHA256 63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767 SHA512 b47c841db169d1b329eec9deb555799cd087a466326840f1f5349303ba79cff5850b1bb69c1ff38b3f522f24d61db58a0c01021e1ffea2896527167262fc7150 WHIRLPOOL d4ea1f3d83173f811f93adcec0791b850354e249ca384e65c53ea404ced0e47131c7bd531d7cde5007804b3509d962c395028c7ae03c48f31ae35b0c178679a3
22 DIST libXfixes-5.0.2.tar.bz2 305007 SHA256 9bd20edfec084a1bed481d48dd4815dee88139fffad091418cdda081129a9aea SHA512 570a072da4d88653915e5bb196c4b9048482b4f9c2d2638bad5ec538de1ed799322f32c21815a3358ddedec6bde43a715d9ebb466a61fbb01eb432dfcce330a0 WHIRLPOOL 8f16772f9e4dd622554cfb7ac69ca37feecc0051cae10049988b0dfd9c2c9a2058c5c469d55487934f617c9b4c5d20e37034c9c86302ec8c157b9baaf96322f5
23 +DIST libXfixes-5.0.3.tar.bz2 294400 SHA256 de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6 SHA512 72d5ee496e5c0520c95ef6bbb52deff1ee4c29792f11aa17aeb25c8ec5eb992ca502de040c77ad95835d1b1432f315b6cb7a3308b434847c28b9c2c6f9d1ac10 WHIRLPOOL 2763a03c25f237afdf9a91e8d5be9bbe322af2413042ab20eaf78e152f3390e7e05bba1a04eb7f3e0bbaf147c1feeeb4590da3526027648843d8e679c8158a80
24
25 diff --git a/x11-libs/libXfixes/libXfixes-5.0.3.ebuild b/x11-libs/libXfixes/libXfixes-5.0.3.ebuild
26 new file mode 100644
27 index 00000000..a14e079
28 --- /dev/null
29 +++ b/x11-libs/libXfixes/libXfixes-5.0.3.ebuild
30 @@ -0,0 +1,19 @@
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_MULTILIB=yes
38 +inherit xorg-2
39 +
40 +DESCRIPTION="X.Org Xfixes library"
41 +
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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"
43 +IUSE=""
44 +
45 +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
46 + >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}]
47 + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
48 + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
49 +DEPEND="${RDEPEND}"