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-proto/xf86vidmodeproto/
Date: Mon, 23 Apr 2018 22:49:16
Message-Id: 1524523712.9584d1995a7cc80f4e555b5a975b884617a18f94.mattst88@gentoo
1 commit: 9584d1995a7cc80f4e555b5a975b884617a18f94
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 22:30:07 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 23 22:48:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9584d199
7
8 x11-proto/xf86vidmodeproto: Drop old version
9
10 x11-proto/xf86vidmodeproto/Manifest | 1 -
11 .../xf86vidmodeproto/xf86vidmodeproto-2.3.1-r1.ebuild | 15 ---------------
12 2 files changed, 16 deletions(-)
13
14 diff --git a/x11-proto/xf86vidmodeproto/Manifest b/x11-proto/xf86vidmodeproto/Manifest
15 deleted file mode 100644
16 index 13375c32335..00000000000
17 --- a/x11-proto/xf86vidmodeproto/Manifest
18 +++ /dev/null
19 @@ -1 +0,0 @@
20 -DIST xf86vidmodeproto-2.3.1.tar.bz2 96822 BLAKE2B 53d5c1896ca27edbf8df3af1b52af5da1463e19787ef13e54c9a4901b2b4b7a82717d29aba453ff7769c53d90d0e71bd6b5135f41784b32ba643be3c87e272e5 SHA512 d68784339271226a71360253b5f35d9cbec483801b4df3684bd070b1208a478edf9e5f55f1ff8ff186c81c56fb6e105e8cebad43d650cdbe605eed10bb7c7c50
21
22 diff --git a/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r1.ebuild b/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r1.ebuild
23 deleted file mode 100644
24 index 1cf6f945622..00000000000
25 --- a/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r1.ebuild
26 +++ /dev/null
27 @@ -1,15 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -
33 -XORG_MULTILIB=yes
34 -inherit xorg-2
35 -
36 -DESCRIPTION="X.Org XF86VidMode protocol headers"
37 -
38 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
39 -IUSE=""
40 -
41 -RDEPEND="!<x11-libs/libXxf86vm-1.0.99.1"
42 -DEPEND="${RDEPEND}"