summaryrefslogtreecommitdiff
path: root/dev-haskell/pretty-hex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/pretty-hex
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/pretty-hex')
-rw-r--r--dev-haskell/pretty-hex/Manifest3
-rw-r--r--dev-haskell/pretty-hex/metadata.xml12
-rw-r--r--dev-haskell/pretty-hex/pretty-hex-1.0.ebuild24
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-haskell/pretty-hex/Manifest b/dev-haskell/pretty-hex/Manifest
new file mode 100644
index 000000000000..9d99135dfee4
--- /dev/null
+++ b/dev-haskell/pretty-hex/Manifest
@@ -0,0 +1,3 @@
+DIST pretty-hex-1.0.tar.gz 2950 BLAKE2B 7fd2049eb42e4e596a54207820d66874620554e72d8f3dae48f5f42b7be089e2b9fe9c9e318a5b13fa4448630a54a7aab3eff593882e6e8df1ed2466a502f35e SHA512 a5ffdecf56b586a23b1243bcace040c7043cc67ced07c5f94d459a2e6a00cade98c70e1480be763ef75946d2aedf87e00d2b653a6f8f23d21cd8e9ab198ea45d
+EBUILD pretty-hex-1.0.ebuild 553 BLAKE2B 0452668aa751f4d013d987e9d2a8927d0f448419919b2a5c4d2ba6a0376bcb8db418e33334544a15e6ded198ffaa399e28a480b7d7bbd4d3afe7d57b548463a9 SHA512 5c93bf7d19910de0b086ab6c9098596284373c1aea145d0193e6fcc37620c9fdee2a665ff28f9002fb95711579f1dfe89fde93f7bb793aad6fa4ac4f0f3c1a1c
+MISC metadata.xml 397 BLAKE2B 0c809f48b3bda3f13fe69824ffadfc45ded78cf4c00e9328793341a10b6d1631fc621a8be95e618b808dc59f47ed9c1a2b0235e89fea087427f90ecf0e1b2657 SHA512 c752a4e15de94c7c408319f92c5ea87131da7b58170c2bfb38632a5f21046093f15c89c49392c19a79d2f3cf44ca7c5a31aca29de738d0fd88f5cf8303062c4f
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..a43870229aed
--- /dev/null
+++ b/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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
+"