diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:41:24 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:50:44 +0200 |
commit | e5213293408edf494984f3c705802e7868f30f2c (patch) | |
tree | 0ab7c239757f49755100badf726ea89f0d5d728b /dev-haskell/openglraw | |
parent | dev-haskell/pango: treeclean (diff) | |
download | gentoo-e5213293408edf494984f3c705802e7868f30f2c.tar.gz gentoo-e5213293408edf494984f3c705802e7868f30f2c.tar.bz2 gentoo-e5213293408edf494984f3c705802e7868f30f2c.zip |
dev-haskell/openglraw: treeclean
Closes: https://bugs.gentoo.org/711986
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/openglraw')
-rw-r--r-- | dev-haskell/openglraw/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/openglraw/metadata.xml | 26 | ||||
-rw-r--r-- | dev-haskell/openglraw/openglraw-3.3.4.0.ebuild | 42 |
3 files changed, 0 insertions, 69 deletions
diff --git a/dev-haskell/openglraw/Manifest b/dev-haskell/openglraw/Manifest deleted file mode 100644 index 5b2d9edd30ca..000000000000 --- a/dev-haskell/openglraw/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST OpenGLRaw-3.3.4.0.tar.gz 882560 BLAKE2B 10cddf9b739d40394859090ea7a7f237fa4f48e1a219a5adf87329424cf2c2d2ef2465793b53f431cc6382de0adf2188ad8b093031ed3cb3290c66be4e340291 SHA512 1db7196cc59d7107ba53a497b6cf78a82b280a9bdc115bd49109193e3fa4077c84eb34b757669a3da95d6bce214fc523a9b75444f9a7019049649e2431a2f076 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 <http://www.opengl.org/> - and <http://www.opengl.org/registry/>. - </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 -} |