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/libXfixes/
Date: Thu, 26 May 2016 02:12:33
Message-Id: 1464228730.d2ebdf7675e890f3aa213a5243e168e952c383c4.mattst88@gentoo
1 commit: d2ebdf7675e890f3aa213a5243e168e952c383c4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 01:57:35 2016 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 02:12:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ebdf76
7
8 x11-libs/libXfixes: version bump to 5.0.2, bug 576844.
9
10 x11-libs/libXfixes/Manifest | 1 +
11 x11-libs/libXfixes/libXfixes-5.0.2.ebuild | 19 +++++++++++++++++++
12 2 files changed, 20 insertions(+)
13
14 diff --git a/x11-libs/libXfixes/Manifest b/x11-libs/libXfixes/Manifest
15 index 43aaeee..4d8051e 100644
16 --- a/x11-libs/libXfixes/Manifest
17 +++ b/x11-libs/libXfixes/Manifest
18 @@ -1 +1,2 @@
19 DIST libXfixes-5.0.1.tar.bz2 291978 SHA256 63bec085084fa3caaee5180490dd871f1eb2020ba9e9b39a30f93693ffc34767 SHA512 b47c841db169d1b329eec9deb555799cd087a466326840f1f5349303ba79cff5850b1bb69c1ff38b3f522f24d61db58a0c01021e1ffea2896527167262fc7150 WHIRLPOOL d4ea1f3d83173f811f93adcec0791b850354e249ca384e65c53ea404ced0e47131c7bd531d7cde5007804b3509d962c395028c7ae03c48f31ae35b0c178679a3
20 +DIST libXfixes-5.0.2.tar.bz2 305007 SHA256 9bd20edfec084a1bed481d48dd4815dee88139fffad091418cdda081129a9aea SHA512 570a072da4d88653915e5bb196c4b9048482b4f9c2d2638bad5ec538de1ed799322f32c21815a3358ddedec6bde43a715d9ebb466a61fbb01eb432dfcce330a0 WHIRLPOOL 8f16772f9e4dd622554cfb7ac69ca37feecc0051cae10049988b0dfd9c2c9a2058c5c469d55487934f617c9b4c5d20e37034c9c86302ec8c157b9baaf96322f5
21
22 diff --git a/x11-libs/libXfixes/libXfixes-5.0.2.ebuild b/x11-libs/libXfixes/libXfixes-5.0.2.ebuild
23 new file mode 100644
24 index 0000000..a14e079
25 --- /dev/null
26 +++ b/x11-libs/libXfixes/libXfixes-5.0.2.ebuild
27 @@ -0,0 +1,19 @@
28 +# Copyright 1999-2016 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Id$
31 +
32 +EAPI=5
33 +
34 +XORG_MULTILIB=yes
35 +inherit xorg-2
36 +
37 +DESCRIPTION="X.Org Xfixes library"
38 +
39 +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"
40 +IUSE=""
41 +
42 +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
43 + >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}]
44 + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
45 + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
46 +DEPEND="${RDEPEND}"