public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/glut: glut-2.4.0.0.ebuild metadata.xml ChangeLog
@ 2013-04-03 11:50 Mark Wright (gienah)
  0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2013-04-03 11:50 UTC (permalink / raw
  To: gentoo-commits

gienah      13/04/03 11:50:30

  Modified:             metadata.xml ChangeLog
  Added:                glut-2.4.0.0.ebuild
  Log:
  Bump glut to 2.4.0.0
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.2                  dev-haskell/glut/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	9 Jul 2007 12:41:01 -0000	1.1
+++ metadata.xml	3 Apr 2013 11:50:30 -0000	1.2
@@ -1,8 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>haskell</herd>
-<maintainer>
-  <email>haskell@gentoo.org</email>
-</maintainer>
+	<herd>haskell</herd>
+	<maintainer>
+		<email>haskell@gentoo.org</email>
+	</maintainer>
+	<longdescription>
+		A Haskell binding for the OpenGL Utility Toolkit, a window system independent
+		toolkit for writing OpenGL programs. For more information about the C library
+		on which this binding is based, please see:
+		&lt;http://www.opengl.org/resources/libraries/glut/&gt;.
+	</longdescription>
+	<use>
+		<flag name="usenativewindowslibraries">When compiling under
+                Windows, use the native libraries instead of e.g. the ones
+                coming with Cygwin.</flag>
+	</use>
 </pkgmetadata>



1.21                 dev-haskell/glut/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	3 Jan 2013 21:08:02 -0000	1.20
+++ ChangeLog	3 Apr 2013 11:50:30 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/glut
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.20 2013/01/03 21:08:02 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.21 2013/04/03 11:50:30 gienah Exp $
+
+*glut-2.4.0.0 (03 Apr 2013)
+
+  03 Apr 2013; Mark Wright <gienah@gentoo.org> +glut-2.4.0.0.ebuild,
+  metadata.xml:
+  Bump glut to 2.4.0.0
 
   03 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org> glut-2.3.1.0.ebuild:
   drop ~sparc once again



1.1                  dev-haskell/glut/glut-2.4.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/glut-2.4.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/glut-2.4.0.0.ebuild?rev=1.1&content-type=text/plain

Index: glut-2.4.0.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.4.0.0.ebuild,v 1.1 2013/04/03 11:50:30 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

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="+usenativewindowslibraries"

RDEPEND="=dev-haskell/opengl-2.8*:=[profile?]
		=dev-haskell/openglraw-1.3*:=[profile?]
		>=dev-lang/ghc-6.12.1:=
		media-libs/freeglut"
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.6"

S="${WORKDIR}/${MY_P}"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag usenativewindowslibraries usenativewindowslibraries)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-03 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 11:50 [gentoo-commits] gentoo-x86 commit in dev-haskell/glut: glut-2.4.0.0.ebuild metadata.xml ChangeLog Mark Wright (gienah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox