gienah 14/03/23 15:06:55 Modified: ChangeLog Added: wxhaskell-0.90.1.0.ebuild wxhaskell-0.13.2.3.ebuild Log: Bump wxhaskell to 0.13.2.3 and 0.90.1.0 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.36 dev-haskell/wxhaskell/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxhaskell/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxhaskell/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxhaskell/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 2 Apr 2013 05:06:41 -0000 1.35 +++ ChangeLog 23 Mar 2014 15:06:55 -0000 1.36 @@ -1,6 +1,13 @@ # ChangeLog for dev-haskell/wxhaskell -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/ChangeLog,v 1.35 2013/04/02 05:06:41 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/ChangeLog,v 1.36 2014/03/23 15:06:55 gienah Exp $ + +*wxhaskell-0.90.1.0 (23 Mar 2014) +*wxhaskell-0.13.2.3 (23 Mar 2014) + + 23 Mar 2014; Mark Wright <[email protected]> +wxhaskell-0.13.2.3.ebuild, + +wxhaskell-0.90.1.0.ebuild: + Bump wxhaskell to 0.13.2.3 and 0.90.1.0 *wxhaskell-0.90.0.1 (02 Apr 2013) 1.1 dev-haskell/wxhaskell/wxhaskell-0.90.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.90.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.90.1.0.ebuild?rev=1.1&content-type=text/plain Index: wxhaskell-0.90.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.90.1.0.ebuild,v 1.1 2014/03/23 15:06:55 gienah Exp $ EAPI=5 WX_GTK_VER="2.9" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal MY_PN=wx MY_P=${MY_PN}-${PV} DESCRIPTION="wxHaskell" HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="wxWinLL-3.1" SLOT="${WX_GTK_VER}/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="dev-haskell/stm:=[profile?] >=dev-haskell/wxcore-0.90.1.0:${WX_GTK_VER}=[profile?] >=dev-lang/ghc-6.10.4:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6.0.3 " S="${WORKDIR}/${MY_P}" src_configure() { haskell-cabal_src_configure \ --flag=newbase } 1.1 dev-haskell/wxhaskell/wxhaskell-0.13.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.13.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.13.2.3.ebuild?rev=1.1&content-type=text/plain Index: wxhaskell-0.13.2.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.13.2.3.ebuild,v 1.1 2014/03/23 15:06:55 gienah Exp $ EAPI=5 WX_GTK_VER="2.8" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal MY_PN=wx MY_P=${MY_PN}-${PV} DESCRIPTION="wxHaskell" HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="wxWinLL-3.1" SLOT="${WX_GTK_VER}/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="dev-haskell/stm:=[profile?] >=dev-haskell/wxcore-0.13.2.3:${WX_GTK_VER}=[profile?] <dev-haskell/wxcore-0.90:${WX_GTK_VER}=[profile?] >=dev-lang/ghc-6.10.4:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6.0.3 " S="${WORKDIR}/${MY_P}" src_configure() { haskell-cabal_src_configure \ --flag=newbase }
