2015-08-02 16:00:23 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2015-08-02 16:00:23 +03:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
# ebuild generated by hackport 0.4.5.9999
|
|
|
|
|
|
|
|
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
|
|
|
inherit haskell-cabal
|
|
|
|
|
|
|
|
DESCRIPTION="Tracking of system metrics"
|
|
|
|
HOMEPAGE="https://github.com/tibbe/ekg-core"
|
|
|
|
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0/${PV}"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="<dev-haskell/text-1.3:=[profile?]
|
|
|
|
<dev-haskell/unordered-containers-0.3:=[profile?]
|
|
|
|
>=dev-lang/ghc-7.6.1:=
|
|
|
|
"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
>=dev-haskell/cabal-1.16.0
|
|
|
|
"
|