summaryrefslogtreecommitdiff
path: root/dev-haskell/openglraw
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
commite7f37e03b952768321c8c943a80eff4152ea7bbd (patch)
tree355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/openglraw
parent2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff)
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/openglraw')
-rw-r--r--dev-haskell/openglraw/Manifest3
-rw-r--r--dev-haskell/openglraw/metadata.xml26
-rw-r--r--dev-haskell/openglraw/openglraw-3.3.4.0.ebuild42
3 files changed, 0 insertions, 71 deletions
diff --git a/dev-haskell/openglraw/Manifest b/dev-haskell/openglraw/Manifest
deleted file mode 100644
index 2e92b790351e..000000000000
--- a/dev-haskell/openglraw/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST OpenGLRaw-3.3.4.0.tar.gz 882560 BLAKE2B 10cddf9b739d40394859090ea7a7f237fa4f48e1a219a5adf87329424cf2c2d2ef2465793b53f431cc6382de0adf2188ad8b093031ed3cb3290c66be4e340291 SHA512 1db7196cc59d7107ba53a497b6cf78a82b280a9bdc115bd49109193e3fa4077c84eb34b757669a3da95d6bce214fc523a9b75444f9a7019049649e2431a2f076
-EBUILD openglraw-3.3.4.0.ebuild 1105 BLAKE2B 427491b1b164699aeb5f854d04ed235197d422cb3e71d516e55a2f051e0fba288dac5403e2c319f9f1662c42c78f2f4929c542807920edf1a41e87f99e00fb13 SHA512 6d11909d1ed0517609276d8e4012ae8342a376a8d52b0c044206fd414c105d2ec908e72c8d217a36cba2a6f330383ca8b01a43bbc37ef2e2151f66099abdd161
-MISC metadata.xml 1328 BLAKE2B 32573950852a59fc95d57351a3e7ee174c8b130d1c5d401f273d73eec1c28032523da6954612c5275e4b16feb2365ef6d0ee60215ce30088a1adb836b501d857 SHA512 0e7c743680a9e271ac68edf3257da56029a7baf99630d918fad4307f63249cdfbb1a19ab544948d369a534af5f92e4b34ad9d9268fc41ded2014f6e7b22ebc54
diff --git a/dev-haskell/openglraw/metadata.xml b/dev-haskell/openglraw/metadata.xml
deleted file mode 100644
index 5066bb8dbad2..000000000000
--- a/dev-haskell/openglraw/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and
- lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
- intended as a basis for a nicer interface. OpenGLRaw offers access to all
- necessary functions, tokens and types plus a general facility for loading
- extension entries. The module hierarchy closely mirrors the naming structure
- of the OpenGL extensions, making it easy to find the right module to import.
- All API entries are loaded dynamically, so no special C header files are
- needed for building this package. If an API entry is not found at runtime, a
- userError is thrown.
-
- OpenGL is the industry's most widely used and supported 2D and 3D graphics
- application programming interface (API), incorporating a broad set of
- rendering, texture mapping, special effects, and other powerful visualization
- functions. For more information about OpenGL and its various extensions,
- please see &lt;http://www.opengl.org/&gt;
- and &lt;http://www.opengl.org/registry/&gt;.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/openglraw/openglraw-3.3.4.0.ebuild b/dev-haskell/openglraw/openglraw-3.3.4.0.ebuild
deleted file mode 100644
index bfce4ad892c0..000000000000
--- a/dev-haskell/openglraw/openglraw-3.3.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.2
-#hackport: flags: -usenativewindowslibraries,-useglxgetprocaddress,-osandroid,-usegles2
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="OpenGLRaw"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A raw binding for the OpenGL graphics system"
-HOMEPAGE="https://www.haskell.org/haskellwiki/Opengl"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/fixed-0.2:=[profile?] <dev-haskell/fixed-0.4:=[profile?]
- >=dev-haskell/half-0.2.2.1:=[profile?] <dev-haskell/half-0.4:=[profile?]
- >=dev-haskell/text-0.1:=[profile?] <dev-haskell/text-1.3:=[profile?]
- >=dev-lang/ghc-7.8.2:=
- virtual/opengl
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-osandroid \
- --flag=-usegles2 \
- --flag=-useglxgetprocaddress \
- --flag=-usenativewindowslibraries
-}