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/libXrandr/
Date: Wed, 01 May 2019 20:47:40
Message-Id: 1556743307.e1503c7470ce10592017ae84aa5c161ad7dca59a.mattst88@gentoo
1 commit: e1503c7470ce10592017ae84aa5c161ad7dca59a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:41:47 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:41:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1503c74
7
8 x11-libs/libXrandr: 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/libXrandr/Manifest | 1 -
14 x11-libs/libXrandr/libXrandr-1.5.1-r1.ebuild | 18 ------------------
15 2 files changed, 19 deletions(-)
16
17 diff --git a/x11-libs/libXrandr/Manifest b/x11-libs/libXrandr/Manifest
18 index 0da1272a693..974a28f3163 100644
19 --- a/x11-libs/libXrandr/Manifest
20 +++ b/x11-libs/libXrandr/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXrandr-1.5.1.tar.bz2 315769 BLAKE2B 5cdf69656ac804cf8732e35d8e46d5f29b5959851a0313d17d6c767b4cce0e55a1e137f074b7f7029e031397572ad934aa2649ea7d8e2719a69f16cc1c3e172e SHA512 ddcee1c50da8810412fd747b05a073ee5522b2f3b0a74e6a9b48b489ce9712356d1bc3009f8898aeee85671cdb44e2dafa04c8caf23d97963b36b1af9174445a
23 DIST libXrandr-1.5.2.tar.bz2 330726 BLAKE2B 2d91e4cd2d7af6b79ee952a0d51b0c61d64251c61f862677b47065f2eda811650a5e3bb3185d09a6401291b5a8bb30e8d29cf7aaf1699ac3f49b838ef7b1208d SHA512 fcd005f9839e7ef980607128a5d76d7b671cc2f5755949e03c569c500d7e987cb3f6932750ab8bf6e2c1086ec69dde09d5831f0c2098b9f9ad46be4f56db0d87
24
25 diff --git a/x11-libs/libXrandr/libXrandr-1.5.1-r1.ebuild b/x11-libs/libXrandr/libXrandr-1.5.1-r1.ebuild
26 deleted file mode 100644
27 index 0a80a41e184..00000000000
28 --- a/x11-libs/libXrandr/libXrandr-1.5.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
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 Xrandr 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
42 -IUSE=""
43 -
44 -RDEPEND="x11-base/xorg-proto
45 - >=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 -DEPEND="${RDEPEND}"