diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-09-29 19:02:32 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-09-29 19:18:33 +0200 |
commit | 8ad57c4c80665ba26877fb8b0d42f574c0a1f099 (patch) | |
tree | 0463ffbb714fcd9936381e117c272a5720964ddf /virtual | |
parent | virtual/glu: Drop old versions (diff) | |
download | gentoo-8ad57c4c80665ba26877fb8b0d42f574c0a1f099.tar.gz gentoo-8ad57c4c80665ba26877fb8b0d42f574c0a1f099.tar.bz2 gentoo-8ad57c4c80665ba26877fb8b0d42f574c0a1f099.zip |
virtual/opengl: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/opengl/opengl-7.0-r1.ebuild | 16 | ||||
-rw-r--r-- | virtual/opengl/opengl-7.0.ebuild | 10 |
2 files changed, 0 insertions, 26 deletions
diff --git a/virtual/opengl/opengl-7.0-r1.ebuild b/virtual/opengl/opengl-7.0-r1.ebuild deleted file mode 100644 index c00a058a82e9..000000000000 --- a/virtual/opengl/opengl-7.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib-build - -DESCRIPTION="Virtual for OpenGL implementation" -SLOT="0" -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" - -RDEPEND=" - || ( - >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}] - media-libs/opengl-apple - )" diff --git a/virtual/opengl/opengl-7.0.ebuild b/virtual/opengl/opengl-7.0.ebuild deleted file mode 100644 index 44333f8f830a..000000000000 --- a/virtual/opengl/opengl-7.0.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for OpenGL implementation" -SLOT="0" -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" - -RDEPEND="|| ( media-libs/mesa media-libs/opengl-apple )" |