summaryrefslogtreecommitdiff
path: root/virtual/opengl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /virtual/opengl
reinit the tree, so we can have metadata
Diffstat (limited to 'virtual/opengl')
-rw-r--r--virtual/opengl/Manifest5
-rw-r--r--virtual/opengl/metadata.xml8
-rw-r--r--virtual/opengl/opengl-7.0-r1.ebuild16
-rw-r--r--virtual/opengl/opengl-7.0.ebuild10
4 files changed, 39 insertions, 0 deletions
diff --git a/virtual/opengl/Manifest b/virtual/opengl/Manifest
new file mode 100644
index 000000000000..895b2c809d3b
--- /dev/null
+++ b/virtual/opengl/Manifest
@@ -0,0 +1,5 @@
+EBUILD opengl-7.0-r1.ebuild 490 SHA256 94aa054e4fbd8e69fbeb5ac0f48645a2df1b28d286dda21b2f636b71c6cd7f21 SHA512 a47420716541f2001db6ddf93f24051fc4a493e6bc89f2a10d7db71a746f3ddcfc78ea2a5077b88ce6ba6fe71cd354c5d7c6d9940fcf642a0a4daa551d688bf1 WHIRLPOOL 8370aaedf456469cc255069080c879a2d7db4841629674fdf04ba07cc183367815c46607ffa52589ab51eae639d6bc6f9b8ca3a46733d33b389f7d401e8bcead
+EBUILD opengl-7.0.ebuild 422 SHA256 bb17d7ef23edf96938a9c8ef6ccf98ef7c2dd260162a69f73925b4a72a52f065 SHA512 f0f2e45003fda195cb920ad74410793682ea6de3e73ec56fb75721e977a58953f9e2174ab16caf7a91a7a4faddbfd53582ec3515d5458090fa3eb0c79d7951a5 WHIRLPOOL c0976346b2a71190963651da14f511fbd3a429e3f65567fe8f95b58673887baf171aabb74f314c530270e0413d9be8070be00d336d6288b887df8f22389fd6cf
+MISC ChangeLog 2471 SHA256 0b0d2a69a3018568532651aded9150cc86eaa90c41815922178dca6f2139bde1 SHA512 2edc58848ce515c69947b14568ff17f6935a486cb9c6658a61a1cc901f715bdebe3cc066299fa9a8cc464de876d198408775dbe7edb670400403dae3abbd0236 WHIRLPOOL 7bb7647ad683d35c2833b7ba3b5afd5fba421ec58118752373b5404192130bebb3a3f562a4668d1f577cc850ae9126ecc7bd9eaa9c506bc38f2b1de9d33fcbb3
+MISC ChangeLog-2015 4054 SHA256 326152dca40bdb7f36085fa97bb30983aebbcbe4804e2cd87da0917803a6547e SHA512 2496318d7406531732dfd1e283c153c9570d8bb9bff00bfbbe12e001bc148a9a9b8f6c773425f02580bba1481a0a2de4377621f5622d77790c1861a3370ae3b5 WHIRLPOOL 19e3a9e83cee06c9e450136d902243164d4ec158211dd5fd9fec8126ab280e761c904b265bc89ef93fb26bb6de9688b525874dd8f79cf1c3a7135b9fbf806a8b
+MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306
diff --git a/virtual/opengl/metadata.xml b/virtual/opengl/metadata.xml
new file mode 100644
index 000000000000..e943b72b8a48
--- /dev/null
+++ b/virtual/opengl/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>x11@gentoo.org</email>
+ <name>X11</name>
+</maintainer>
+</pkgmetadata>
diff --git a/virtual/opengl/opengl-7.0-r1.ebuild b/virtual/opengl/opengl-7.0-r1.ebuild
new file mode 100644
index 000000000000..caf06a13fe4b
--- /dev/null
+++ b/virtual/opengl/opengl-7.0-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 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
new file mode 100644
index 000000000000..44333f8f830a
--- /dev/null
+++ b/virtual/opengl/opengl-7.0.ebuild
@@ -0,0 +1,10 @@
+# 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 )"