commit: 7a3fcadcd3e9fb3235c35234feabdec245e09de8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 20:28:24 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 20:34:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3fcadc
virtual/opengl: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
virtual/opengl/opengl-7.0-r2.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/virtual/opengl/opengl-7.0-r2.ebuild
b/virtual/opengl/opengl-7.0-r2.ebuild
deleted file mode 100644
index 07b08387f7f0..000000000000
--- a/virtual/opengl/opengl-7.0-r2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for OpenGL implementation"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
- || (
- >=media-libs/mesa-9.1.6[X(+),${MULTILIB_USEDEP}]
- dev-util/mingw64-runtime
- )"