gienah      14/03/23 15:03:50

  Modified:             wxcore-0.13.2.3.ebuild ChangeLog
  Added:                wxcore-0.90.1.1.ebuild
  Log:
  Bump wxcore to 0.90.1.1, loosen array dep in 0.13.2.3
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.2                  dev-haskell/wxcore/wxcore-0.13.2.3.ebuild

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

Index: wxcore-0.13.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/wxcore-0.13.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxcore-0.13.2.3.ebuild      13 Jan 2013 11:57:38 -0000      1.1
+++ wxcore-0.13.2.3.ebuild      23 Mar 2014 15:03:49 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/wxcore-0.13.2.3.ebuild,v 
1.1 2013/01/13 11:57:38 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/wxcore-0.13.2.3.ebuild,v 
1.2 2014/03/23 15:03:49 gienah Exp $
 
 EAPI=5
 
@@ -34,6 +34,8 @@
        sed -e "s@wxdirect@wxdirect-${WX_GTK_VER}@g" \
                -i "${S}/Setup.hs" \
                || die "Could not change Setup.hs for wxdirect slot 
${WX_GTK_VER}"
+       cabal_chdeps \
+               'array >= 0.2 && < 0.5' 'array >= 0.2'
 }
 
 src_configure() {



1.6                  dev-haskell/wxcore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   13 Jan 2013 11:57:38 -0000      1.5
+++ ChangeLog   23 Mar 2014 15:03:49 -0000      1.6
@@ -1,6 +1,13 @@
 # ChangeLog for dev-haskell/wxcore
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/ChangeLog,v 1.5 
2013/01/13 11:57:38 gienah Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/ChangeLog,v 1.6 
2014/03/23 15:03:49 gienah Exp $
+
+*wxcore-0.90.1.1 (23 Mar 2014)
+
+  23 Mar 2014; Mark Wright <[email protected]>
+  +files/wxcore-0.90.1.1-ghc-7.5.patch, +wxcore-0.90.1.1.ebuild,
+  wxcore-0.13.2.3.ebuild:
+  Bump wxcore to 0.90.1.1, loosen array dep in 0.13.2.3
 
 *wxcore-0.13.2.3 (13 Jan 2013)
 



1.1                  dev-haskell/wxcore/wxcore-0.90.1.1.ebuild

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

Index: wxcore-0.90.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/wxcore/wxcore-0.90.1.1.ebuild,v 
1.1 2014/03/23 15:03:49 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.6.9999

WX_GTK_VER="2.9"

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit base haskell-cabal wxwidgets

DESCRIPTION="wxHaskell core"
HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="wxWinLL-3.1"
SLOT="${WX_GTK_VER}/${PV}"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="dev-haskell/parsec:=[profile?]
        dev-haskell/stm:=[profile?]
        >=dev-haskell/wxc-0.90.1.0:${WX_GTK_VER}=[profile?]
        >=dev-haskell/wxdirect-0.90.1.0:${WX_GTK_VER}=[profile?]
        >=dev-lang/ghc-6.12.1:=
        x11-libs/wxGTK:${WX_GTK_VER}=[X,gstreamer,opengl]
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8.0.2
"

PATCHES=("${FILESDIR}/${PN}-0.90.1.1-ghc-7.5.patch")

src_prepare() {
        base_src_prepare
        sed -e "s@wxdirect@wxdirect-${WX_GTK_VER}@g" \
                -i "${S}/Setup.hs" \
                || die "Could not change Setup.hs for wxdirect slot 
${WX_GTK_VER}"
        cabal_chdeps \
                'array >= 0.2 && < 0.5' 'array >= 0.2'
}

src_configure() {
        haskell-cabal_src_configure \
                --flag=splitbase
}




Reply via email to