summaryrefslogtreecommitdiff
path: root/dev-haskell/opengl/opengl-2.2.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/opengl/opengl-2.2.1.1.ebuild')
-rw-r--r--dev-haskell/opengl/opengl-2.2.1.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/opengl/opengl-2.2.1.1.ebuild b/dev-haskell/opengl/opengl-2.2.1.1.ebuild
deleted file mode 100644
index 448ed8d4ae24..000000000000
--- a/dev-haskell/opengl/opengl-2.2.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-CABAL_FEATURES="lib profile haddock"
-inherit base haskell-cabal
-
-MY_PN=OpenGL
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="OpenGL bindings for haskell"
-HOMEPAGE="http://haskell.org/ghc/"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.4
- virtual/opengl
- virtual/glu
- media-libs/freeglut"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=("${FILESDIR}/${P}-ghc-7.4.patch")