summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 09:58:40 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 09:58:40 +0000
commite914bdae3643c4eb65d905f7d5fd4b8b7efe28e3 (patch)
tree6e60ff3426d33cdf8962729fb4fda02415af5ff7 /dev-haskell/glut
parentBump haskell-src-exts to 1.15.0.1 (diff)
downloadgentoo-2-e914bdae3643c4eb65d905f7d5fd4b8b7efe28e3.tar.gz
gentoo-2-e914bdae3643c4eb65d905f7d5fd4b8b7efe28e3.tar.bz2
gentoo-2-e914bdae3643c4eb65d905f7d5fd4b8b7efe28e3.zip
Bump glut to 2.5.1.1
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/glut')
-rw-r--r--dev-haskell/glut/ChangeLog7
-rw-r--r--dev-haskell/glut/glut-2.5.1.1.ebuild39
2 files changed, 45 insertions, 1 deletions
diff --git a/dev-haskell/glut/ChangeLog b/dev-haskell/glut/ChangeLog
index e545aa0a3b09..bfd0e5e69bc8 100644
--- a/dev-haskell/glut/ChangeLog
+++ b/dev-haskell/glut/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/glut
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.23 2014/01/26 11:39:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.24 2014/07/02 09:58:40 gienah Exp $
+
+*glut-2.5.1.1 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +glut-2.5.1.1.ebuild:
+ Bump glut to 2.5.1.1
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> glut-2.4.0.0.ebuild:
Stable for x86, wrt bug #480572
diff --git a/dev-haskell/glut/glut-2.5.1.1.ebuild b/dev-haskell/glut/glut-2.5.1.1.ebuild
new file mode 100644
index 000000000000..5433f17fb3cf
--- /dev/null
+++ b/dev-haskell/glut/glut-2.5.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.5.1.1.ebuild,v 1.1 2014/07/02 09:58:40 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+#hackport: flags: -usenativewindowslibraries
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="GLUT"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A binding for the OpenGL Utility Toolkit"
+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/opengl-2.8.0.0:=[profile?]
+ >=dev-haskell/openglraw-1.3.0.0:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ media-libs/freeglut
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=-usenativewindowslibraries
+}