diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-10 22:06:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-11 09:48:03 +0100 |
commit | 2c04e448dc90ddad9f5d037e098bc7ecb11efab5 (patch) | |
tree | 94066e0ef841ec9ddfd49f169c8bd587d3994568 /dev-haskell/pretty-hex | |
parent | dev-haskell/ranges: update to EAPI=6 (diff) | |
download | gentoo-2c04e448dc90ddad9f5d037e098bc7ecb11efab5.tar.gz gentoo-2c04e448dc90ddad9f5d037e098bc7ecb11efab5.tar.bz2 gentoo-2c04e448dc90ddad9f5d037e098bc7ecb11efab5.zip |
dev-haskell/pretty-hex: new package, a depend of puremd5-2.1.3
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/pretty-hex')
-rw-r--r-- | dev-haskell/pretty-hex/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/pretty-hex/metadata.xml | 12 | ||||
-rw-r--r-- | dev-haskell/pretty-hex/pretty-hex-1.0.ebuild | 25 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/pretty-hex/Manifest b/dev-haskell/pretty-hex/Manifest new file mode 100644 index 000000000000..f73d1a61171b --- /dev/null +++ b/dev-haskell/pretty-hex/Manifest @@ -0,0 +1 @@ +DIST pretty-hex-1.0.tar.gz 2950 SHA256 ff9a5f2023d6a4454f06cc395726b4cac3f9d0ea03759b14ccf7d62df79e9c7a SHA512 a5ffdecf56b586a23b1243bcace040c7043cc67ced07c5f94d459a2e6a00cade98c70e1480be763ef75946d2aedf87e00d2b653a6f8f23d21cd8e9ab198ea45d WHIRLPOOL a6bd50f35694e8db45952ce85226648d3143d4d743fd0396de5b019cfcfe6edf130978b9adc907a37629a328e861158e6a5ca8a6df5877fe587339eefca01e9e diff --git a/dev-haskell/pretty-hex/metadata.xml b/dev-haskell/pretty-hex/metadata.xml new file mode 100644 index 000000000000..97a6d93130aa --- /dev/null +++ b/dev-haskell/pretty-hex/metadata.xml @@ -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> 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 +" |