Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/opengl/
Date: Sat, 29 Sep 2018 17:19:34
Message-Id: 1538241513.8ad57c4c80665ba26877fb8b0d42f574c0a1f099.mattst88@gentoo
1 commit: 8ad57c4c80665ba26877fb8b0d42f574c0a1f099
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 17:02:32 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 17:18:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad57c4c
7
8 virtual/opengl: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 virtual/opengl/opengl-7.0-r1.ebuild | 16 ----------------
13 virtual/opengl/opengl-7.0.ebuild | 10 ----------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/virtual/opengl/opengl-7.0-r1.ebuild b/virtual/opengl/opengl-7.0-r1.ebuild
17 deleted file mode 100644
18 index c00a058a82e..00000000000
19 --- a/virtual/opengl/opengl-7.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit multilib-build
28 -
29 -DESCRIPTION="Virtual for OpenGL implementation"
30 -SLOT="0"
31 -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 ~x64-solaris ~x86-solaris"
32 -
33 -RDEPEND="
34 - || (
35 - >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}]
36 - media-libs/opengl-apple
37 - )"
38
39 diff --git a/virtual/opengl/opengl-7.0.ebuild b/virtual/opengl/opengl-7.0.ebuild
40 deleted file mode 100644
41 index 44333f8f830..00000000000
42 --- a/virtual/opengl/opengl-7.0.ebuild
43 +++ /dev/null
44 @@ -1,10 +0,0 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=5
49 -
50 -DESCRIPTION="Virtual for OpenGL implementation"
51 -SLOT="0"
52 -KEYWORDS="alpha amd64 arm 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 ~x64-solaris ~x86-solaris"
53 -
54 -RDEPEND="|| ( media-libs/mesa media-libs/opengl-apple )"