gienah      14/03/23 15:05:13

  Modified:             ChangeLog
  Added:                wxdirect-0.90.1.1.ebuild wxdirect-0.13.1.3.ebuild
  Log:
  Bump wxdirect to 0.13.1.3 and 0.90.1.1
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.7                  dev-haskell/wxdirect/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   11 Jan 2013 09:41:26 -0000      1.6
+++ ChangeLog   23 Mar 2014 15:05:13 -0000      1.7
@@ -1,6 +1,15 @@
 # ChangeLog for dev-haskell/wxdirect
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.6 
2013/01/11 09:41:26 gienah Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.7 
2014/03/23 15:05:13 gienah Exp $
+
+*wxdirect-0.13.1.3 (23 Mar 2014)
+*wxdirect-0.90.1.1 (23 Mar 2014)
+
+  23 Mar 2014; Mark Wright <[email protected]>
+  +files/wxdirect-0.13.1.3-ghc-7.6.patch,
+  +files/wxdirect-0.90.1.1-ghc-7.5.patch, +wxdirect-0.13.1.3.ebuild,
+  +wxdirect-0.90.1.1.ebuild:
+  Bump wxdirect to 0.13.1.3 and 0.90.1.1
 
   11 Jan 2013; Mark Wright <[email protected]>
   files/wxdirect-0.13.1.2-ghc-7.6.patch:



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

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

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

EAPI=5

# ebuild generated by hackport 0.3.6.9999

WX_GTK_VER="2.9"

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

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

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

RDEPEND=">=dev-haskell/parsec-2.1.0:=[profile?] 
<dev-haskell/parsec-4:=[profile?]
        dev-haskell/strict:=[profile?]
        >=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.2
"

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

src_prepare() {
        base_src_prepare
        sed -e "s@executable wxdirect@executable wxdirect-${WX_GTK_VER}@" \
                -i "${S}/${PN}.cabal" \
                || die "Could not change ${PN}.cabal for wxdirect slot 
${WX_GTK_VER}"
        cabal_chdeps \
                'process    >= 1.1   && < 1.2' 'process    >= 1.1'
}



1.1                  dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild

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

Index: wxdirect-0.13.1.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/wxdirect/wxdirect-0.13.1.3.ebuild,v 1.1 
2014/03/23 15:05:13 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.6.9999

WX_GTK_VER="2.8"

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

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

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

RDEPEND=">=dev-haskell/parsec-2.1.0:=[profile?] 
<dev-haskell/parsec-4:=[profile?]
        >=dev-haskell/strict-0.3:=[profile?] <dev-haskell/strict-1.0:=[profile?]
        >=dev-lang/ghc-6.12.1:=
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8.0.2
"

PATCHES=("${FILESDIR}/${PN}-0.13.1.3-ghc-7.6.patch")

src_prepare() {
        base_src_prepare
        sed -e "s@executable wxdirect@executable wxdirect-${WX_GTK_VER}@" \
                -i "${S}/${PN}.cabal" \
                || die "Could not change ${PN}.cabal for wxdirect slot 
${WX_GTK_VER}"
}




Reply via email to