summaryrefslogtreecommitdiff
path: root/dev-haskell/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/opengl')
-rw-r--r--dev-haskell/opengl/Manifest3
-rw-r--r--dev-haskell/opengl/metadata.xml19
-rw-r--r--dev-haskell/opengl/opengl-3.0.3.0-r1.ebuild42
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-haskell/opengl/Manifest b/dev-haskell/opengl/Manifest
deleted file mode 100644
index cbbfe5c6c7c5..000000000000
--- a/dev-haskell/opengl/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST OpenGL-3.0.3.0.tar.gz 130752 BLAKE2B 3378cc470f68d51900d54ee3a1cdf78a01f096f5efaa0c0fdc73910fea661ebf4db8338d8563c3f593d0a1fcf947b17b65af6548276266a7bf72b6571e1b1ed9 SHA512 1ccd11095d5d36346bd22c8ebeab3b9bcb267744d6c3ddfe3c76dc2ed620493d688353a778454a053c710464db0de8228823a95f63dfae5784c2f1ca931b0ae9
-EBUILD opengl-3.0.3.0-r1.ebuild 1170 BLAKE2B e0569419cc47477baf4f3f86f4f1113f11fda5bbcad58c29b8c287c6ea9c93bb6e2dd1df4386e94c26cda3c07a70c36bd6a1c78c1b5fbec4b2d430c01e8eb4f6 SHA512 284410e13fc44c192930785e16cb8dc5acff81ba9af7c289a9789b3f3feaf79c684574d19470be00ac21259d1744ec9d31e6c718f5b815c128644ec6821ba064
-MISC metadata.xml 815 BLAKE2B 3f03e89fe71ca5e39ddd9e5207bee907b9eaa8fa2301f33fbda4ee8edb793cfa6eff8e694864ae7649294dde0eae2589d5961d38116b968932f5a8aab3ab940a SHA512 30d74b22bc717aa79409843e272a31c069ea93e84a5faa837b617903f8d93e3c5759d1db8ec539845fefb5a8b4db579f8e2f8b5127795065b2c6ccf96cc6f51c
diff --git a/dev-haskell/opengl/metadata.xml b/dev-haskell/opengl/metadata.xml
deleted file mode 100644
index 2e890bd21064..000000000000
--- a/dev-haskell/opengl/metadata.xml
+++ /dev/null
@@ -1,19 +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>
- A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its
- accompanying utility library (GLU, version 1.3).
-
- 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/opengl/opengl-3.0.3.0-r1.ebuild b/dev-haskell/opengl/opengl-3.0.3.0-r1.ebuild
deleted file mode 100644
index 5fe15f8d0947..000000000000
--- a/dev-haskell/opengl/opengl-3.0.3.0-r1.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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="OpenGL"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A binding for the OpenGL graphics system"
-HOMEPAGE="https://wiki.haskell.org/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/gluraw-2.0:=[profile?] <dev-haskell/gluraw-2.1:=[profile?]
- >=dev-haskell/objectname-1.1:=[profile?] <dev-haskell/objectname-1.2:=[profile?]
- >=dev-haskell/openglraw-3.0:=[profile?] <dev-haskell/openglraw-3.4:=[profile?]
- >=dev-haskell/statevar-1.1:=[profile?] <dev-haskell/statevar-1.3:=[profile?]
- >=dev-haskell/text-0.1:=[profile?] <dev-haskell/text-1.3:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
-
- #as per https://hackage.haskell.org/package/OpenGL-3.0.3.0/revisions/
- cabal_chdeps \
- 'StateVar >= 1.1 && < 1.2' 'StateVar >= 1.1 && < 1.3'
-}