Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/wxdirect: wxdirect-0.90.1.1.ebuild wxdirect-0.13.1.3.ebuild ChangeLog
Date: Sun, 23 Mar 2014 15:05:16
Message-Id: 20140323150513.6CF5120051@flycatcher.gentoo.org
1 gienah 14/03/23 15:05:13
2
3 Modified: ChangeLog
4 Added: wxdirect-0.90.1.1.ebuild wxdirect-0.13.1.3.ebuild
5 Log:
6 Bump wxdirect to 0.13.1.3 and 0.90.1.1
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.7 dev-haskell/wxdirect/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 11 Jan 2013 09:41:26 -0000 1.6
24 +++ ChangeLog 23 Mar 2014 15:05:13 -0000 1.7
25 @@ -1,6 +1,15 @@
26 # ChangeLog for dev-haskell/wxdirect
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.6 2013/01/11 09:41:26 gienah Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.7 2014/03/23 15:05:13 gienah Exp $
31 +
32 +*wxdirect-0.13.1.3 (23 Mar 2014)
33 +*wxdirect-0.90.1.1 (23 Mar 2014)
34 +
35 + 23 Mar 2014; Mark Wright <gienah@g.o>
36 + +files/wxdirect-0.13.1.3-ghc-7.6.patch,
37 + +files/wxdirect-0.90.1.1-ghc-7.5.patch, +wxdirect-0.13.1.3.ebuild,
38 + +wxdirect-0.90.1.1.ebuild:
39 + Bump wxdirect to 0.13.1.3 and 0.90.1.1
40
41 11 Jan 2013; Mark Wright <gienah@g.o>
42 files/wxdirect-0.13.1.2-ghc-7.6.patch:
43
44
45
46 1.1 dev-haskell/wxdirect/wxdirect-0.90.1.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.90.1.1.ebuild?rev=1.1&view=markup
49 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
50
51 Index: wxdirect-0.90.1.1.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $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 $
56
57 EAPI=5
58
59 # ebuild generated by hackport 0.3.6.9999
60
61 WX_GTK_VER="2.9"
62
63 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
64 inherit base haskell-cabal
65
66 DESCRIPTION="helper tool for building wxHaskell"
67 HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell"
68 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
69
70 LICENSE="BSD"
71 SLOT="${WX_GTK_VER}/${PV}"
72 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
73 IUSE=""
74
75 RDEPEND=">=dev-haskell/parsec-2.1.0:=[profile?] <dev-haskell/parsec-4:=[profile?]
76 dev-haskell/strict:=[profile?]
77 >=dev-lang/ghc-7.4.1:=
78 "
79 DEPEND="${RDEPEND}
80 >=dev-haskell/cabal-1.2
81 "
82
83 PATCHES=("${FILESDIR}/${PN}-0.90.1.1-ghc-7.5.patch")
84
85 src_prepare() {
86 base_src_prepare
87 sed -e "s@executable wxdirect@executable wxdirect-${WX_GTK_VER}@" \
88 -i "${S}/${PN}.cabal" \
89 || die "Could not change ${PN}.cabal for wxdirect slot ${WX_GTK_VER}"
90 cabal_chdeps \
91 'process >= 1.1 && < 1.2' 'process >= 1.1'
92 }
93
94
95
96 1.1 dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild?rev=1.1&view=markup
99 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
100
101 Index: wxdirect-0.13.1.3.ebuild
102 ===================================================================
103 # Copyright 1999-2014 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 # $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 $
106
107 EAPI=5
108
109 # ebuild generated by hackport 0.3.6.9999
110
111 WX_GTK_VER="2.8"
112
113 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
114 inherit base haskell-cabal
115
116 DESCRIPTION="helper tool for building wxHaskell"
117 HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell"
118 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
119
120 LICENSE="BSD"
121 SLOT="${WX_GTK_VER}/${PV}"
122 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
123 IUSE=""
124
125 RDEPEND=">=dev-haskell/parsec-2.1.0:=[profile?] <dev-haskell/parsec-4:=[profile?]
126 >=dev-haskell/strict-0.3:=[profile?] <dev-haskell/strict-1.0:=[profile?]
127 >=dev-lang/ghc-6.12.1:=
128 "
129 DEPEND="${RDEPEND}
130 >=dev-haskell/cabal-1.8.0.2
131 "
132
133 PATCHES=("${FILESDIR}/${PN}-0.13.1.3-ghc-7.6.patch")
134
135 src_prepare() {
136 base_src_prepare
137 sed -e "s@executable wxdirect@executable wxdirect-${WX_GTK_VER}@" \
138 -i "${S}/${PN}.cabal" \
139 || die "Could not change ${PN}.cabal for wxdirect slot ${WX_GTK_VER}"
140 }