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: Wed, 01 May 2019 20:47:35
Message-Id: 1556743183.2ef7662731847f589c039c146d271ed93f23babd.mattst88@gentoo
1 commit: 2ef7662731847f589c039c146d271ed93f23babd
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:39:43 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:39:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef76627
7
8 x11-libs/libXcursor: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libXcursor/Manifest | 1 -
14 x11-libs/libXcursor/libXcursor-1.1.15.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/x11-libs/libXcursor/Manifest b/x11-libs/libXcursor/Manifest
18 index d5c027648b3..b0d8cbfe67e 100644
19 --- a/x11-libs/libXcursor/Manifest
20 +++ b/x11-libs/libXcursor/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXcursor-1.1.15.tar.bz2 331607 BLAKE2B e39179902bf0a7c1b8c32f8c5fe856b51113a0c7fe98158f04d019df4737afb7d42b02ea509df66753d128c38c68dc976b2dfad8f6c8899002ecce9396fc4d8d SHA512 53ad0fa2afd7b4cf1108b560e44ea71abdf5c55a18df243d7123942513589c927f5c105395f790d8769959e0129db54264e6aac7efd51a5f1aec270379b1f2f5
23 DIST libXcursor-1.2.0.tar.bz2 334144 BLAKE2B d1dc7f09b88bc570653e615ec5e854b7cd9362a8429e90dc36e1d7efe26fd9c0eb9a38ae8d18a308e1912bb1765e2adbf13f36a265500be2f787d60017091898 SHA512 2b12d0fd17e311ce269dbba58588698885815eb07aa44d48525ed5cd9e5f379bb90138a792a191e2f74888ab10b3ca9a4f507f21de0984ed79748973ab927a03
24
25 diff --git a/x11-libs/libXcursor/libXcursor-1.1.15.ebuild b/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
26 deleted file mode 100644
27 index ec8fb077180..00000000000
28 --- a/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -XORG_MULTILIB=yes
37 -inherit xorg-2
38 -
39 -DESCRIPTION="X.Org Xcursor library"
40 -
41 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
42 -IUSE=""
43 -
44 -RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
45 - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
46 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
47 -DEPEND="${RDEPEND}"
48 -
49 -XORG_CONFIGURE_OPTIONS=(
50 - --with-icondir=/usr/share/cursors/xorg-x11
51 - --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'
52 -)