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-apps/xrandr/
Date: Sat, 21 Sep 2019 17:12:07
Message-Id: 1569085906.e1d91f64312633bc6e65462a336fc6a584e32720.mattst88@gentoo
1 commit: e1d91f64312633bc6e65462a336fc6a584e32720
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 17:05:41 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 17:11:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d91f64
7
8 x11-apps/xrandr: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xrandr/Manifest | 2 --
13 x11-apps/xrandr/xrandr-1.4.3.ebuild | 21 ---------------------
14 x11-apps/xrandr/xrandr-1.5.0.ebuild | 21 ---------------------
15 3 files changed, 44 deletions(-)
16
17 diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest
18 index 7d236a304bd..adb193738a5 100644
19 --- a/x11-apps/xrandr/Manifest
20 +++ b/x11-apps/xrandr/Manifest
21 @@ -1,3 +1 @@
22 -DIST xrandr-1.4.3.tar.bz2 169850 BLAKE2B a9a978442bf19997ca2e49fc82bdae418d096c140d8988567327422b3a754de138e9fda54e5ad7ca326563125075209522e08c941f7980aa9cc2d1bee439471d SHA512 eea2637484e744af305366606ec8fba77f54bb66bf45bd131367abb0f5ff90b858d85fbe4c17ee48f7b2f32f277d5f08b18e9cd61f147757828d415a3db9b9bc
23 -DIST xrandr-1.5.0.tar.bz2 182515 BLAKE2B ef33b454e9a1e678fc54dbd6c7730217a2c3e995ec3245ce01f90c27e5c2454a1bbc2cffb953420a20ec0a4b58cf5662964c998b3fb3748cb73c4b5dbb3f29f4 SHA512 11d8fb1b98fbe215555d5bb875d82f80a7fd6a61c93ebf175c226f4f747570e8d18980add54a4b88d20dc637155074b2a558b34f035d66a465f324281d65f9e4
24 DIST xrandr-1.5.1.tar.xz 171200 BLAKE2B 69cc080da24b8d00fcf60e9fb2d4c03d7b80b46d18888fa726ad4ba5847fcfcea4abeefa298fb833febe0549aec0636ed9087c8ef065f5166df6bd7f270dac1a SHA512 3d0d37e974b9dffb996276ee7fd676327fd0956e5f5f572dd142a651a35d3cdfa2f6dd415cf27bf87f306981957aba4cc014c12baebefcabaa5d66b78a114922
25
26 diff --git a/x11-apps/xrandr/xrandr-1.4.3.ebuild b/x11-apps/xrandr/xrandr-1.4.3.ebuild
27 deleted file mode 100644
28 index 700d8c76f84..00000000000
29 --- a/x11-apps/xrandr/xrandr-1.4.3.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit xorg-2
38 -
39 -DESCRIPTION="primitive command line interface to RandR extension"
40 -
41 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
42 -IUSE=""
43 -
44 -RDEPEND=">=x11-libs/libXrandr-1.4
45 - x11-libs/libXrender
46 - x11-libs/libX11"
47 -DEPEND="${RDEPEND}"
48 -
49 -src_install() {
50 - xorg-2_src_install
51 - rm -f "${ED}"/usr/bin/xkeystone || die
52 -}
53
54 diff --git a/x11-apps/xrandr/xrandr-1.5.0.ebuild b/x11-apps/xrandr/xrandr-1.5.0.ebuild
55 deleted file mode 100644
56 index c7fd9162db8..00000000000
57 --- a/x11-apps/xrandr/xrandr-1.5.0.ebuild
58 +++ /dev/null
59 @@ -1,21 +0,0 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=5
64 -
65 -inherit xorg-2
66 -
67 -DESCRIPTION="primitive command line interface to RandR extension"
68 -
69 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
70 -IUSE=""
71 -
72 -RDEPEND=">=x11-libs/libXrandr-1.5
73 - x11-libs/libXrender
74 - x11-libs/libX11"
75 -DEPEND="${RDEPEND}"
76 -
77 -src_install() {
78 - xorg-2_src_install
79 - rm -f "${ED}"/usr/bin/xkeystone || die
80 -}