forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.2.28
- Loading branch information
Sergei Trofimovich
committed
May 11, 2016
1 parent
e3686c8
commit 59b0b6d
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST dns-0.3.8.tar.gz 11313 SHA256 b8f14ad823ddd5300249410ae290c8c867593117f11492fb6da75f9c507559f4 SHA512 dbd6d042866e1861a47660c7daba1f29ee445a48eae3c25e05306878a74f9758587430296222e3f67062a3c173d96dab833a6d43b5d3237d614cfd2bad92be9d WHIRLPOOL 0981de2dd3f90a4637613707348cb3fd3fbf265b9c2ddadbbd999d48977962010fd7b9a352e3eaeceeeb8248e1e082ebb1e018a38709a0fe7a9622f361615e70 | ||
DIST dns-1.4.5.tar.gz 20071 SHA256 e51de68df8dce762ae302bd600f878b28a99ed5d1524519460524e5894f6498f SHA512 a5b434fa868a3254234b4ffef579e007ff7a9e41867f1d81d554573d026d4de86967dc0e313c86d603287581020163365c9f2f795084a15efca3f05ad9daf538 WHIRLPOOL 3427a6d2c1cd9391d6839589c22be8cce3b0be4705aaea21ba3c7965ed724e4ae6f3dc9d82c656d78933b02158206f11572fe31a0f18486530d45b6a0e9f12f6 | ||
DIST dns-2.0.0.tar.gz 20570 SHA256 5ec9e58f71022bbc50888ec8b34be3be6f9e8d1566647b59b6e9bf169b1401cb SHA512 b681b3a6eed46a98b466df0e367b44cfc964d5b0a7d22912ece0a469e79b3176a2a3674fa1cd0d458037d413f5890362c47112c7f35a5f491c67b4ec6773405c WHIRLPOOL 294a951c46254d9a59f47f11c7d9d364dcc6b296f89c9bee52ec352e0d6cda12aedae1315e0536e5305aaa9eb3a90b58401a5efe084785fd563ed54b2f85d556 | ||
DIST dns-2.0.2.tar.gz 20951 SHA256 2b1a10e548694c49fba436ad7014db38b393b37b697445ab96e6fac4dd28b55e SHA512 14f444e0c1074359e84ef854d7b3d5db0d70c93412db609263f9f5897cfe7269ee2a78154614007204732a81ca09610d445ae35520b07d7e0e46895089d0d0d9 WHIRLPOOL 2b026922ea324c9912f425ef78410ac078168d407658b0746ab5abef0195cf68cf822e388a4ba9926bfda671b7c2aa85ffd448d2a0da3942ceb997a1f09ff29a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
# ebuild generated by hackport 0.4.6.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="DNS library in Haskell" | ||
HOMEPAGE="http://hackage.haskell.org/package/dns" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RESTRICT=test # ambiguous modules: ip-route / network-data | ||
|
||
RDEPEND="dev-haskell/attoparsec:=[profile?] | ||
dev-haskell/binary:=[profile?] | ||
dev-haskell/blaze-builder:=[profile?] | ||
>=dev-haskell/conduit-1.1:=[profile?] | ||
>=dev-haskell/conduit-extra-1.1:=[profile?] | ||
>=dev-haskell/iproute-1.3.2:=[profile?] | ||
dev-haskell/mtl:=[profile?] | ||
>=dev-haskell/network-2.3:=[profile?] | ||
dev-haskell/random:=[profile?] | ||
dev-haskell/resourcet:=[profile?] | ||
>=dev-lang/ghc-7.4.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.10 | ||
test? ( dev-haskell/doctest | ||
dev-haskell/hspec | ||
dev-haskell/word8 ) | ||
" |