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/libXcursor/
Date: Fri, 05 Jan 2018 18:50:46
Message-Id: 1515178229.301bb79cee5d82e534147d942089cabaf940a3d8.mattst88@gentoo
1 commit: 301bb79cee5d82e534147d942089cabaf940a3d8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 18:50:13 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 18:50:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301bb79c
7
8 x11-libs/libXcursor: Drop vulnerable version
9
10 Bug: https://bugs.gentoo.org/639062
11
12 x11-libs/libXcursor/Manifest | 1 -
13 x11-libs/libXcursor/libXcursor-1.1.14.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/x11-libs/libXcursor/Manifest b/x11-libs/libXcursor/Manifest
17 index 0bc13b0981f..add3897a6c5 100644
18 --- a/x11-libs/libXcursor/Manifest
19 +++ b/x11-libs/libXcursor/Manifest
20 @@ -1,2 +1 @@
21 -DIST libXcursor-1.1.14.tar.bz2 311896 BLAKE2B 0317ffab4b69de9bf973c15dd81b48bda0e2226953e0f711eb4ac6d487fe75d08873e3392f99ba1478ab99eef43fcbcf319c907535db5e801a4f3e2bd01a71ae SHA512 687963b54da66be25371f64a88f91812b38de4ffc3b806070f3aeb1da379df16ede819201a352b3fb66efc6b40a36a22770add3ae464f2008aff3e23cb60a8e6
22 DIST libXcursor-1.1.15.tar.bz2 331607 BLAKE2B e39179902bf0a7c1b8c32f8c5fe856b51113a0c7fe98158f04d019df4737afb7d42b02ea509df66753d128c38c68dc976b2dfad8f6c8899002ecce9396fc4d8d SHA512 53ad0fa2afd7b4cf1108b560e44ea71abdf5c55a18df243d7123942513589c927f5c105395f790d8769959e0129db54264e6aac7efd51a5f1aec270379b1f2f5
23
24 diff --git a/x11-libs/libXcursor/libXcursor-1.1.14.ebuild b/x11-libs/libXcursor/libXcursor-1.1.14.ebuild
25 deleted file mode 100644
26 index d929b596bba..00000000000
27 --- a/x11-libs/libXcursor/libXcursor-1.1.14.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -XORG_MULTILIB=yes
36 -inherit xorg-2
37 -
38 -DESCRIPTION="X.Org Xcursor library"
39 -
40 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
41 -IUSE=""
42 -
43 -RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
44 - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
45 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
46 -DEPEND="${RDEPEND}"
47 -
48 -XORG_CONFIGURE_OPTIONS=(
49 - --with-icondir=/usr/share/cursors/xorg-x11
50 - --with-cursorpath='~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps'
51 -)