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/glproto/
Date: Mon, 23 Apr 2018 22:49:06
Message-Id: 1524523669.c1aed37d53af8c8c83df88c88acbd2deef78fbfa.mattst88@gentoo
1 commit: c1aed37d53af8c8c83df88c88acbd2deef78fbfa
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 23 22:23:21 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 23 22:47:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1aed37d
7
8 x11-proto/glproto: Drop old version
9
10 x11-proto/glproto/Manifest | 1 -
11 x11-proto/glproto/glproto-1.4.17-r1.ebuild | 24 ------------------------
12 2 files changed, 25 deletions(-)
13
14 diff --git a/x11-proto/glproto/Manifest b/x11-proto/glproto/Manifest
15 deleted file mode 100644
16 index b2bae0f68df..00000000000
17 --- a/x11-proto/glproto/Manifest
18 +++ /dev/null
19 @@ -1 +0,0 @@
20 -DIST glproto-1.4.17.tar.bz2 126969 BLAKE2B 09643a5e9de4aa0f7f9486998d41ff8b3e8cf84c55f785293d3fe224b5aee26e816b83983c380a0208db1269e6643986e04f8899c56f96917c640a6c074ceba5 SHA512 3e5bb1949ab9993e07d2ed7e829b9e0a8803eab476e9f4082fc01087c3dce01f3bcb9d55261eaf60e55977a689b326ed1dcf40f74d5e1fc660c83bea094b6754
21
22 diff --git a/x11-proto/glproto/glproto-1.4.17-r1.ebuild b/x11-proto/glproto/glproto-1.4.17-r1.ebuild
23 deleted file mode 100644
24 index 124343f3b2f..00000000000
25 --- a/x11-proto/glproto/glproto-1.4.17-r1.ebuild
26 +++ /dev/null
27 @@ -1,24 +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 GL protocol headers"
37 -KEYWORDS="alpha amd64 arm ~arm64 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 ~x64-solaris ~x86-solaris"
38 -LICENSE="SGI-B-2.0"
39 -IUSE=""
40 -
41 -RDEPEND=">=app-eselect/eselect-opengl-1.3.0"
42 -DEPEND=""
43 -
44 -src_install() {
45 - xorg-2_src_install
46 -}
47 -
48 -pkg_postinst() {
49 - xorg-2_pkg_postinst
50 - eselect opengl set --ignore-missing --use-old xorg-x11
51 -}