From 2c04e448dc90ddad9f5d037e098bc7ecb11efab5 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 10 May 2016 22:06:46 +0100 Subject: dev-haskell/pretty-hex: new package, a depend of puremd5-2.1.3 Package-Manager: portage-2.2.28 --- dev-haskell/pretty-hex/pretty-hex-1.0.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-haskell/pretty-hex/pretty-hex-1.0.ebuild (limited to 'dev-haskell/pretty-hex/pretty-hex-1.0.ebuild') diff --git a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild b/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild new file mode 100644 index 000000000000..e455c67ba3a2 --- /dev/null +++ b/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A library for hex dumps of ByteStrings" +HOMEPAGE="http://hackage.haskell.org/package/pretty-hex" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" -- cgit v1.2.3-65-gdbad