summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-11-18 12:50:41 +0000
committerMark Wright <gienah@gentoo.org>2012-11-18 12:50:41 +0000
commitd622f04ee900f20124593cfd4e7b25f73c87c668 (patch)
tree656a7dabfccf31abdc2201117c6189265afb4d71 /dev-haskell/gluraw
parentBump haxml to 1.23.3 (diff)
downloadgentoo-2-d622f04ee900f20124593cfd4e7b25f73c87c668.tar.gz
gentoo-2-d622f04ee900f20124593cfd4e7b25f73c87c668.tar.bz2
gentoo-2-d622f04ee900f20124593cfd4e7b25f73c87c668.zip
Bump gluraw to 1.3.0.0
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/gluraw')
-rw-r--r--dev-haskell/gluraw/ChangeLog7
-rw-r--r--dev-haskell/gluraw/gluraw-1.3.0.0.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-haskell/gluraw/ChangeLog b/dev-haskell/gluraw/ChangeLog
index 31342685f312..60abd89cbc02 100644
--- a/dev-haskell/gluraw/ChangeLog
+++ b/dev-haskell/gluraw/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/gluraw
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/ChangeLog,v 1.2 2012/09/12 15:45:49 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/ChangeLog,v 1.3 2012/11/18 12:50:41 gienah Exp $
+
+*gluraw-1.3.0.0 (18 Nov 2012)
+
+ 18 Nov 2012; Mark Wright <gienah@gentoo.org> +gluraw-1.3.0.0.ebuild:
+ Bump gluraw to 1.3.0.0
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> gluraw-1.2.0.0.ebuild:
move dev-haskell/gluraw/gluraw-1.2.0.0.ebuild ebuild to mirror://hackage
diff --git a/dev-haskell/gluraw/gluraw-1.3.0.0.ebuild b/dev-haskell/gluraw/gluraw-1.3.0.0.ebuild
new file mode 100644
index 000000000000..eb7d99538f43
--- /dev/null
+++ b/dev-haskell/gluraw/gluraw-1.3.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/gluraw-1.3.0.0.ebuild,v 1.1 2012/11/18 12:50:41 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="GLURaw"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A raw 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 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="=dev-haskell/openglraw-1.3*:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+ virtual/glu"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
+
+S="${WORKDIR}/${MY_P}"