Parent Directory
|
Revision Log
Initial import. Haskell library to work with multicast UDP (dev-vcs/git-annex depend). (Portage version: 2.2.0_alpha169_p10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
1 | # Copyright 1999-2013 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: $ |
4 | |
5 | EAPI=5 |
6 | |
7 | # ebuild generated by hackport 0.3.2.9999 |
8 | |
9 | CABAL_FEATURES="lib profile haddock hoogle hscolour" |
10 | inherit haskell-cabal |
11 | |
12 | DESCRIPTION="Simple multicast library" |
13 | HOMEPAGE="http://hackage.haskell.org/package/network-multicast" |
14 | SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" |
15 | |
16 | LICENSE="public-domain" |
17 | SLOT="0/${PV}" |
18 | KEYWORDS="~amd64 ~x86" |
19 | IUSE="" |
20 | |
21 | RDEPEND="dev-haskell/network:=[profile?] |
22 | >=dev-lang/ghc-6.10.4:=" |
23 | DEPEND="${RDEPEND} |
24 | >=dev-haskell/cabal-1.6" |
ViewVC Help | |
Powered by ViewVC 1.1.20 |