summaryrefslogtreecommitdiff
path: root/dev-haskell/uhc-util
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/uhc-util
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/uhc-util')
-rw-r--r--dev-haskell/uhc-util/Manifest3
-rw-r--r--dev-haskell/uhc-util/metadata.xml14
-rw-r--r--dev-haskell/uhc-util/uhc-util-0.1.6.7.ebuild32
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-haskell/uhc-util/Manifest b/dev-haskell/uhc-util/Manifest
deleted file mode 100644
index e8a2be9bfce1..000000000000
--- a/dev-haskell/uhc-util/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST uhc-util-0.1.6.7.tar.gz 113857 BLAKE2B 3115383b3951c9dbe38dfb17248c59ef0f1af4857c9479e1164c7a64983748b2e937fb7669e70fa7c0369653e038cc739d4aaf50e7552d8e91e7a3af912f7a8b SHA512 02c8ce0af2aa19f2f9870aa03822860ec6285028867c5e0d7e28fc8bc3ec57cc308d428c8a48c7aa8c78301ac68d9e0ace0721eb35d91c5ae6caf3661236efad
-EBUILD uhc-util-0.1.6.7.ebuild 864 BLAKE2B 7402b0ef4244784e72e0ac8364faf90fa910bb38696b58f5c155c4a8b56c0529efdfd059705f639499fc15d96081fbeac3695a0acff1ef7ffc34829f1081e39d SHA512 9956d8bcb261129211c9eb16257795d74117b99803e6ffe6b70c421fc168615f302fdeda6658cdc867a618c8c43c8673a969b6bec3178ea3949b538e7a497edd
-MISC metadata.xml 434 BLAKE2B 1864e9d10efe12f2dd5f07eadd93a82f8e0eaf843185c8739548a48a19d1a0abe1b333094d4c5c51baa0549702608ec0a2f48a59be53f31e59f81a54c7f9a2e1 SHA512 72a042adc195853350c28bb522749e7853143d6abed38b01e7cc244a22a46a55fff892021bfae56a9dc7024e8a283157f8dbc333b4b0bb6c656575688d06403a
diff --git a/dev-haskell/uhc-util/metadata.xml b/dev-haskell/uhc-util/metadata.xml
deleted file mode 100644
index 46a18af5a380..000000000000
--- a/dev-haskell/uhc-util/metadata.xml
+++ /dev/null
@@ -1,14 +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>
- General purpose utilities for UHC and related tools
- </longdescription>
- <upstream>
- <remote-id type="github">UU-ComputerScience/uhc-util</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/uhc-util/uhc-util-0.1.6.7.ebuild b/dev-haskell/uhc-util/uhc-util-0.1.6.7.ebuild
deleted file mode 100644
index ec9de57c2576..000000000000
--- a/dev-haskell/uhc-util/uhc-util-0.1.6.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="UHC utilities"
-HOMEPAGE="https://github.com/UU-ComputerScience/uhc-util"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/fclabels-2.0.3:=[profile?]
- >=dev-haskell/fgl-5.4:=[profile?]
- >=dev-haskell/hashable-1.2.4:=[profile?]
- >=dev-haskell/logict-state-0.1.0.2:=[profile?]
- >=dev-haskell/mtl-2:=[profile?]
- >=dev-haskell/pqueue-1.3.1:=[profile?]
- >=dev-haskell/time-compat-0.1.0.1:=[profile?]
- >=dev-haskell/uulib-0.9.19:=[profile?]
- >=dev-lang/ghc-7.10.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.22.4.0
-"