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/libXrandr/
Date: Tue, 04 Oct 2016 20:37:49
Message-Id: 1475613449.e7290593bddfddd56e1afabe48622d0d4e9f16a1.mrueg@gentoo
1 commit: e7290593bddfddd56e1afabe48622d0d4e9f16a1
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 4 20:37:29 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 4 20:37:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7290593
7
8 x11-libs/libXrandr: Security bump to 1.5.1
9
10 Package-Manager: portage-2.3.1
11
12 x11-libs/libXrandr/Manifest | 1 +
13 x11-libs/libXrandr/libXrandr-1.5.1.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/x11-libs/libXrandr/Manifest b/x11-libs/libXrandr/Manifest
17 index 9148f44..725d4fe 100644
18 --- a/x11-libs/libXrandr/Manifest
19 +++ b/x11-libs/libXrandr/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libXrandr-1.4.2.tar.bz2 315165 SHA256 caa7b31ac769be51a532343c65376f1d4df3f307afaed58e34fb5e82e8b825ad SHA512 59e728a4cf726e3bbf248cc76a45d78cf873ca8eee23b19a4b373accae634f4d12ebd79100d3e84416c3ef515396bbe3a0a204bc49c1748d265046ffa6bfffef WHIRLPOOL 2c29c43a9e2dc115feb9d64e57d3f548162640db8a931f1326324d96b9b6f4472201e3a6851c4fd002ad9f58ac933619f544cf3ca7c8805405df6090ba95193c
22 DIST libXrandr-1.5.0.tar.bz2 314603 SHA256 6f864959b7fc35db11754b270d71106ef5b5cf363426aa58589cb8ac8266de58 SHA512 f488b55ffa47977fdf6c662348f4ca9f56e44032a0bb83fedc2ff9c26c003f2694c5ad677ab5dcd9b1c3e3f72fcd33b25b68ededec9c8e86f5146b9fb5b2d3cc WHIRLPOOL c34d9ef717b10d83ae5e6638d4078e46112fd1656d59f95dc90c67d44ed935a8a4da52b9567064154747a6ca042044048b8e3c9a97625f49668d8dc3c460fefd
23 +DIST libXrandr-1.5.1.tar.bz2 315769 SHA256 1ff9e7fa0e4adea912b16a5f0cfa7c1d35b0dcda0e216831f7715c8a3abcf51a SHA512 ddcee1c50da8810412fd747b05a073ee5522b2f3b0a74e6a9b48b489ce9712356d1bc3009f8898aeee85671cdb44e2dafa04c8caf23d97963b36b1af9174445a WHIRLPOOL f53be81bf09207e75aee5d89e9b4369316c74ddf7cd190ab89fd73a2e7b0c2c44d922ef987dbb37845b883b9d78272f3dcb4c1f9771454758ad162991e6648a2
24
25 diff --git a/x11-libs/libXrandr/libXrandr-1.5.1.ebuild b/x11-libs/libXrandr/libXrandr-1.5.1.ebuild
26 new file mode 100644
27 index 00000000..0c62e47
28 --- /dev/null
29 +++ b/x11-libs/libXrandr/libXrandr-1.5.1.ebuild
30 @@ -0,0 +1,21 @@
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 Xrandr library"
41 +
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
47 + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
48 + >=x11-proto/randrproto-1.5.0[${MULTILIB_USEDEP}]
49 + >=x11-proto/renderproto-0.11.1-r1[${MULTILIB_USEDEP}]
50 + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
51 +DEPEND="${RDEPEND}"