Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/gluraw: metadata.xml gluraw-1.2.0.0.ebuild ChangeLog
Date: Sat, 02 Jun 2012 11:03:19
Message-Id: 20120602110309.B58412004B@flycatcher.gentoo.org
1 gienah 12/06/02 11:03:09
2
3 Added: metadata.xml gluraw-1.2.0.0.ebuild ChangeLog
4 Log:
5 Add gluraw, part of fix for bug #363979
6
7 (Portage version: 2.1.10.64/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-haskell/gluraw/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gluraw/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gluraw/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>haskell</herd>
21 <maintainer>
22 <email>haskell@g.o</email>
23 </maintainer>
24 <longdescription>
25 GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
26 basically a 1:1 mapping of GLU&#39;s C API, intended as a basis for a nicer
27 interface.
28
29 OpenGL is the industry&#39;s most widely used and supported 2D and 3D graphics
30 application programming interface (API), incorporating a broad set of
31 rendering, texture mapping, special effects, and other powerful visualization
32 functions. For more information about OpenGL and its various extensions,
33 please see &lt;http://www.opengl.org/&gt;
34 and &lt;http://www.opengl.org/registry/&gt;.
35 </longdescription>
36 </pkgmetadata>
37
38
39
40 1.1 dev-haskell/gluraw/gluraw-1.2.0.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gluraw/gluraw-1.2.0.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gluraw/gluraw-1.2.0.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gluraw-1.2.0.0.ebuild
46 ===================================================================
47 # Copyright 1999-2012 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/gluraw-1.2.0.0.ebuild,v 1.1 2012/06/02 11:03:09 gienah Exp $
50
51 EAPI=4
52
53 # ebuild generated by hackport 0.2.18.9999
54
55 CABAL_FEATURES="lib profile haddock hoogle hscolour"
56 inherit haskell-cabal
57
58 MY_PN="GLURaw"
59 MY_P="${MY_PN}-${PV}"
60
61 DESCRIPTION="A raw binding for the OpenGL graphics system"
62 HOMEPAGE="http://www.haskell.org/haskellwiki/Opengl"
63 SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
64
65 LICENSE="BSD"
66 SLOT="0"
67 KEYWORDS="~amd64 ~sparc ~x86"
68 IUSE=""
69
70 RDEPEND="=dev-haskell/openglraw-1.2*[profile?]
71 >=dev-lang/ghc-6.8.2
72 virtual/glu"
73 DEPEND="${RDEPEND}
74 >=dev-haskell/cabal-1.6"
75
76 S="${WORKDIR}/${MY_P}"
77
78
79
80 1.1 dev-haskell/gluraw/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gluraw/ChangeLog?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gluraw/ChangeLog?rev=1.1&content-type=text/plain
84
85 Index: ChangeLog
86 ===================================================================
87 # ChangeLog for dev-haskell/gluraw
88 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/ChangeLog,v 1.1 2012/06/02 11:03:09 gienah Exp $
90
91 *gluraw-1.2.0.0 (02 Jun 2012)
92
93 02 Jun 2012; Mark Wright <gienah@g.o> +gluraw-1.2.0.0.ebuild,
94 +metadata.xml:
95 Add gluraw, part of fix for bug #363979