| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v 1.1 2012/03/04 02:19:54 gienah Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.5.1.0.ebuild,v 1.2 2012/03/20 15:56:53 slyfox Exp $ |
| 4 | |
4 | |
| 5 | # ebuild generated by hackport 0.2.13 |
5 | # ebuild generated by hackport 0.2.13 |
| 6 | |
6 | |
| 7 | EAPI="3" |
7 | EAPI="3" |
| 8 | |
8 | |
| 9 | CABAL_FEATURES="lib profile haddock hoogle hscolour" |
9 | CABAL_FEATURES="lib profile haddock hoogle hscolour" |
| 10 | inherit haskell-cabal |
10 | inherit haskell-cabal |
| 11 | |
|
|
| 12 | MY_PV=$(get_version_component_range '1-3') |
|
|
| 13 | MY_P="${MY_PN}-${PV}" |
|
|
| 14 | |
11 | |
| 15 | DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings" |
12 | DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings" |
| 16 | HOMEPAGE="http://code.haskell.org/binary/" |
13 | HOMEPAGE="http://code.haskell.org/binary/" |
| 17 | SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" |
14 | SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" |
| 18 | |
15 | |
| … | |
… | |
| 23 | |
20 | |
| 24 | RDEPEND=">=dev-lang/ghc-6.8.2" |
21 | RDEPEND=">=dev-lang/ghc-6.8.2" |
| 25 | DEPEND="${RDEPEND} |
22 | DEPEND="${RDEPEND} |
| 26 | >=dev-haskell/cabal-1.2" |
23 | >=dev-haskell/cabal-1.2" |
| 27 | |
24 | |
| 28 | S="${WORKDIR}/${PN}-${MY_PV}" |
|
|
| 29 | |
|
|
| 30 | CABAL_CORE_LIB_GHC_PV="7.4.0.20111219 7.4.0.20120126 7.4.1" |
25 | CABAL_CORE_LIB_GHC_PV="7.4.0.20111219 7.4.0.20120126 7.4.1" |