summaryrefslogtreecommitdiff
path: root/dev-haskell/pretty-hex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/pretty-hex
parentd87262dd706fec50cd150aab3e93883b6337466d (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, 0 insertions, 39 deletions
diff --git a/dev-haskell/pretty-hex/Manifest b/dev-haskell/pretty-hex/Manifest
deleted file mode 100644
index 9d99135dfee4..000000000000
--- a/dev-haskell/pretty-hex/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 97a6d93130aa..000000000000
--- a/dev-haskell/pretty-hex/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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
deleted file mode 100644
index a43870229aed..000000000000
--- a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-"