diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-15 23:27:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 10:21:54 +0000 |
commit | 430657fbe8058a64489d11ae06b946841badb181 (patch) | |
tree | 7ff8167b20726a42c1fe16ee9e7e91f4efb15f70 /dev-haskell/opengl/opengl-3.0.1.0.ebuild | |
parent | dev-haskell/gluraw: bump up to 2.0.0.3 (diff) | |
download | gentoo-430657fbe8058a64489d11ae06b946841badb181.tar.gz gentoo-430657fbe8058a64489d11ae06b946841badb181.tar.bz2 gentoo-430657fbe8058a64489d11ae06b946841badb181.zip |
dev-haskell/opengl: bump up to 3.0.1.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/opengl/opengl-3.0.1.0.ebuild')
-rw-r--r-- | dev-haskell/opengl/opengl-3.0.1.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/opengl/opengl-3.0.1.0.ebuild b/dev-haskell/opengl/opengl-3.0.1.0.ebuild new file mode 100644 index 000000000000..45f4e8cb919d --- /dev/null +++ b/dev-haskell/opengl/opengl-3.0.1.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.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="http://www.haskell.org/haskellwiki/Opengl" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${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.3:=[profile?] + >=dev-haskell/statevar-1.1:=[profile?] <dev-haskell/statevar-1.2:=[profile?] + >=dev-haskell/text-0.1:=[profile?] <dev-haskell/text-1.3:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.6:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +S="${WORKDIR}/${MY_P}" |