public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/glut: ChangeLog glut-2.1.1.1.ebuild
@ 2007-12-20  2:36 Duncan Coutts (dcoutts)
  0 siblings, 0 replies; 3+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-20  2:36 UTC (permalink / raw
  To: gentoo-commits

dcoutts     07/12/20 02:36:08

  Modified:             ChangeLog
  Added:                glut-2.1.1.1.ebuild
  Log:
  New version. Released with ghc-6.8 but works with ghc-6.6.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.7                  dev-haskell/glut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	16 Dec 2007 20:34:05 -0000	1.6
+++ ChangeLog	20 Dec 2007 02:36:07 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/glut
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.6 2007/12/16 20:34:05 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.7 2007/12/20 02:36:07 dcoutts Exp $
+
+*glut-2.1.1.1 (20 Dec 2007)
+
+  20 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +glut-2.1.1.1.ebuild:
+  New version. Released with ghc-6.8 but works with ghc-6.6.
 
   16 Dec 2007; Samuli Suominen <drac@gentoo.org> glut-2.1.1.ebuild:
   amd64 stable wrt #201984



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

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

Index: glut-2.1.1.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild,v 1.1 2007/12/20 02:36:07 dcoutts Exp $

CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
inherit haskell-cabal

MY_PN="GLUT"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="GLUT bindings for haskell"
HOMEPAGE="http://www.haskell.org/HOpenGL/"
SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""

DEPEND=">=dev-lang/ghc-6.4
	>=dev-haskell/opengl-2.2.1
	virtual/glu
	virtual/glut"

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

# TODO: Install examples when the "examples" USE flag is set



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/glut: ChangeLog glut-2.1.1.1.ebuild
@ 2008-07-06 20:24 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2008-07-06 20:24 UTC (permalink / raw
  To: gentoo-commits

maekke      08/07/06 20:24:35

  Modified:             ChangeLog glut-2.1.1.1.ebuild
  Log:
  amd64/x86 stable, bug #230919
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 i686)

Revision  Changes    Path
1.8                  dev-haskell/glut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	20 Dec 2007 02:36:07 -0000	1.7
+++ ChangeLog	6 Jul 2008 20:24:35 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/glut
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.7 2007/12/20 02:36:07 dcoutts Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.8 2008/07/06 20:24:35 maekke Exp $
+
+  06 Jul 2008; Markus Meier <maekke@gentoo.org> glut-2.1.1.1.ebuild:
+  amd64/x86 stable, bug #230919
 
 *glut-2.1.1.1 (20 Dec 2007)
 



1.2                  dev-haskell/glut/glut-2.1.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild?r1=1.1&r2=1.2

Index: glut-2.1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glut-2.1.1.1.ebuild	20 Dec 2007 02:36:07 -0000	1.1
+++ glut-2.1.1.1.ebuild	6 Jul 2008 20:24:35 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild,v 1.1 2007/12/20 02:36:07 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild,v 1.2 2008/07/06 20:24:35 maekke Exp $
 
 CABAL_FEATURES="lib profile haddock"
 CABAL_MIN_VERSION=1.2
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.4



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/glut: ChangeLog glut-2.1.1.1.ebuild
@ 2008-10-03 23:28 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 3+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-10-03 23:28 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/10/03 23:28:36

  Modified:             ChangeLog glut-2.1.1.1.ebuild
  Log:
  Sparc stable --- Bug #230919 and Bug #239368.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64)

Revision  Changes    Path
1.9                  dev-haskell/glut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Jul 2008 20:24:35 -0000	1.8
+++ ChangeLog	3 Oct 2008 23:28:35 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/glut
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.8 2008/07/06 20:24:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.9 2008/10/03 23:28:35 fmccor Exp $
+
+  03 Oct 2008; Ferris McCormick <fmccor@gentoo.org> glut-2.1.1.1.ebuild:
+  Sparc stable --- Bug #230919 and Bug #239368.
+
+  03 Oct 2008; Ferris McCormick <fmccor@gentoo.org> glut-2.1.1.1.ebuild:
+  Sparc stable --- Bug #230919 and Bug #239368.
 
   06 Jul 2008; Markus Meier <maekke@gentoo.org> glut-2.1.1.1.ebuild:
   amd64/x86 stable, bug #230919



1.3                  dev-haskell/glut/glut-2.1.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild?r1=1.2&r2=1.3

Index: glut-2.1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glut-2.1.1.1.ebuild	6 Jul 2008 20:24:35 -0000	1.2
+++ glut-2.1.1.1.ebuild	3 Oct 2008 23:28:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild,v 1.2 2008/07/06 20:24:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.1.ebuild,v 1.3 2008/10/03 23:28:35 fmccor Exp $
 
 CABAL_FEATURES="lib profile haddock"
 CABAL_MIN_VERSION=1.2
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.4






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-03 23:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-06 20:24 [gentoo-commits] gentoo-x86 commit in dev-haskell/glut: ChangeLog glut-2.1.1.1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-03 23:28 Ferris McCormick (fmccor)
2007-12-20  2:36 Duncan Coutts (dcoutts)

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