dev-haskell/syb: bump up to 0.7.1
[gentoo.git] / dev-haskell / opengl / opengl-3.0.3.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 # ebuild generated by hackport 0.6.9999
7
8 CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 inherit haskell-cabal
10
11 MY_PN="OpenGL"
12 MY_P="${MY_PN}-${PV}"
13
14 DESCRIPTION="A binding for the OpenGL graphics system"
15 HOMEPAGE="https://wiki.haskell.org/OpenGL"
16 SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
17
18 LICENSE="BSD"
19 SLOT="0/${PV}"
20 KEYWORDS="~amd64 ~x86"
21 IUSE=""
22
23 RDEPEND=">=dev-haskell/gluraw-2.0:=[profile?] <dev-haskell/gluraw-2.1:=[profile?]
24         >=dev-haskell/objectname-1.1:=[profile?] <dev-haskell/objectname-1.2:=[profile?]
25         >=dev-haskell/openglraw-3.0:=[profile?] <dev-haskell/openglraw-3.4:=[profile?]
26         >=dev-haskell/statevar-1.1:=[profile?] <dev-haskell/statevar-1.3:=[profile?]
27         >=dev-haskell/text-0.1:=[profile?] <dev-haskell/text-1.3:=[profile?]
28         >=dev-lang/ghc-7.8.2:=
29 "
30 DEPEND="${RDEPEND}
31         >=dev-haskell/cabal-1.18.1.3
32 "
33
34 S="${WORKDIR}/${MY_P}"