Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXrandr: libXrandr-1.5.0.ebuild ChangeLog
Date: Sat, 04 Jul 2015 15:47:43
Message-Id: 20150704154656.54F7C740@oystercatcher.gentoo.org
1 mrueg 15/07/04 15:46:56
2
3 Modified: ChangeLog
4 Added: libXrandr-1.5.0.ebuild
5 Log:
6 Version bump. Fixes bug #553756.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.117 x11-libs/libXrandr/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrandr/ChangeLog?rev=1.117&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrandr/ChangeLog?rev=1.117&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrandr/ChangeLog?r1=1.116&r2=1.117
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v
20 retrieving revision 1.116
21 retrieving revision 1.117
22 diff -u -r1.116 -r1.117
23 --- ChangeLog 3 Mar 2015 11:29:41 -0000 1.116
24 +++ ChangeLog 4 Jul 2015 15:46:56 -0000 1.117
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/libXrandr
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v 1.116 2015/03/03 11:29:41 dlan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v 1.117 2015/07/04 15:46:56 mrueg Exp $
30 +
31 +*libXrandr-1.5.0 (04 Jul 2015)
32 +
33 + 04 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> +libXrandr-1.5.0.ebuild:
34 + Version bump. Fixes bug #553756.
35
36 03 Mar 2015; Yixun Lan <dlan@g.o> libXrandr-1.4.2.ebuild:
37 add arm64 support, tested on A53 board
38
39
40
41 1.1 x11-libs/libXrandr/libXrandr-1.5.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrandr/libXrandr-1.5.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrandr/libXrandr-1.5.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libXrandr-1.5.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/libXrandr-1.5.0.ebuild,v 1.1 2015/07/04 15:46:56 mrueg Exp $
51
52 EAPI=5
53
54 XORG_MULTILIB=yes
55 inherit xorg-2
56
57 DESCRIPTION="X.Org Xrandr library"
58
59 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"
60 IUSE=""
61
62 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
63 >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
64 >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
65 >=x11-proto/randrproto-1.5.0[${MULTILIB_USEDEP}]
66 >=x11-proto/renderproto-0.11.1-r1[${MULTILIB_USEDEP}]
67 >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
68 DEPEND="${RDEPEND}"