gienah 14/07/02 09:58:40 Modified: ChangeLog Added: glut-2.5.1.1.ebuild Log: Bump glut to 2.5.1.1 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.24 dev-haskell/glut/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 26 Jan 2014 11:39:13 -0000 1.23 +++ ChangeLog 2 Jul 2014 09:58:40 -0000 1.24 @@ -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 <[email protected]> +glut-2.5.1.1.ebuild: + Bump glut to 2.5.1.1 26 Jan 2014; Agostino Sarubbo <[email protected]> glut-2.4.0.0.ebuild: Stable for x86, wrt bug #480572 1.1 dev-haskell/glut/glut-2.5.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/glut-2.5.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glut/glut-2.5.1.1.ebuild?rev=1.1&content-type=text/plain Index: glut-2.5.1.1.ebuild =================================================================== # 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 }
