dev-haskell/pretty-hex: new package, a depend of puremd5-2.1.3

Package-Manager: portage-2.2.28
This commit is contained in:
Sergei Trofimovich
2016-05-10 22:06:46 +01:00
parent cab0c5c1b2
commit 2c04e448dc
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pretty-hex-1.0.tar.gz 2950 SHA256 ff9a5f2023d6a4454f06cc395726b4cac3f9d0ea03759b14ccf7d62df79e9c7a SHA512 a5ffdecf56b586a23b1243bcace040c7043cc67ced07c5f94d459a2e6a00cade98c70e1480be763ef75946d2aedf87e00d2b653a6f8f23d21cd8e9ab198ea45d WHIRLPOOL a6bd50f35694e8db45952ce85226648d3143d4d743fd0396de5b019cfcfe6edf130978b9adc907a37629a328e861158e6a5ca8a6df5877fe587339eefca01e9e

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
This library generates pretty hex dumps of ByteStrings in the
style of other common *nix hex dump tools.
</longdescription>
</pkgmetadata>

View File

@@ -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
"