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/fixesproto/
Date: Mon, 23 Apr 2018 22:49:02
Message-Id: 1524523664.982dfe236afe1fb760aa0ab53b9f69f4efc0a0b9.mattst88@gentoo
1 commit: 982dfe236afe1fb760aa0ab53b9f69f4efc0a0b9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 22:22:27 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 23 22:47:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982dfe23
7
8 x11-proto/fixesproto: Drop old version
9
10 x11-proto/fixesproto/fixesproto-5.0.ebuild | 13 -------------
11 1 file changed, 13 deletions(-)
12
13 diff --git a/x11-proto/fixesproto/fixesproto-5.0.ebuild b/x11-proto/fixesproto/fixesproto-5.0.ebuild
14 deleted file mode 100644
15 index ee8a390ea62..00000000000
16 --- a/x11-proto/fixesproto/fixesproto-5.0.ebuild
17 +++ /dev/null
18 @@ -1,13 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=4
23 -inherit xorg-2
24 -
25 -DESCRIPTION="X.Org Fixes protocol headers"
26 -
27 -KEYWORDS="alpha amd64 arm 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
28 -IUSE=""
29 -
30 -RDEPEND=">=x11-proto/xextproto-7.0.99.1"
31 -DEPEND="${RDEPEND}"