summaryrefslogtreecommitdiff
path: root/dev-haskell/unixutils
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/unixutils
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/unixutils')
-rw-r--r--dev-haskell/unixutils/Manifest3
-rw-r--r--dev-haskell/unixutils/metadata.xml15
-rw-r--r--dev-haskell/unixutils/unixutils-1.54.1.ebuild36
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-haskell/unixutils/Manifest b/dev-haskell/unixutils/Manifest
deleted file mode 100644
index 0e3c24ffad5f..000000000000
--- a/dev-haskell/unixutils/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Unixutils-1.54.1.tar.gz 12177 BLAKE2B d330150c36ac3cdfb3b9eea4a26109cb76a96207c5db40d306479696082fe2017e1ae3892fa06571af96ae5cd4c3204e56860ab204ad9192fc5160d18f663bc3 SHA512 b8395cf6778c18a2f36a45a927d24042fd144ab70c6c092e1be36b22c59bbd1f0151cbe703d9db98dc769eba41ca9eb89cf60e87f5a6bbb32d6b64ef97c45665
-EBUILD unixutils-1.54.1.ebuild 882 BLAKE2B 978511c46ea4a9c15245e5d8af8a22ff0685443cae09b513a5c5a806b7386ec89db80f6126dea32c1794605ed040c7406b9a65d625bc7037edc6147fab32ff39 SHA512 fcc3a6db830648bb6ea84215ddcde4d5a37b14140a5cce394c270af6d6627ad60adc14f61c46764566b5d194816d820da6545160c0d036dded4bc678e2701dd0
-MISC metadata.xml 537 BLAKE2B 9bd4698a44bb3e48a14898703238c81dd41def7f9c9d14c27dead5f79cad407af6356f6e7e472f1266a600b9c303d581e2dd265cd64cde0587aabcdd9b63f96b SHA512 953beaf766eedd3e86783a772d39919d3abbd4ebeb7bfeb0f757f6ebedff74c48bdf67638a29dd0b2f9b7ec485369c497e253e4ebe45a0679840ba930ca9f20f
diff --git a/dev-haskell/unixutils/metadata.xml b/dev-haskell/unixutils/metadata.xml
deleted file mode 100644
index 6d8b18715fc5..000000000000
--- a/dev-haskell/unixutils/metadata.xml
+++ /dev/null
@@ -1,15 +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>
- A collection of useful and mildly useful functions that you might
- expect to find in System.* which a heavy bias towards Unix-type operating systems.
- </longdescription>
- <upstream>
- <remote-id type="github">seereason/haskell-unixutils.git</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/unixutils/unixutils-1.54.1.ebuild b/dev-haskell/unixutils/unixutils-1.54.1.ebuild
deleted file mode 100644
index d2ad84ea1434..000000000000
--- a/dev-haskell/unixutils/unixutils-1.54.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="Unixutils"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A crude interface between Haskell and Unix-like operating systems"
-HOMEPAGE="https://github.com/seereason/haskell-unixutils.git"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/exceptions:=[profile?]
- dev-haskell/mtl:=[profile?]
- >=dev-haskell/process-extras-0.3:=[profile?]
- dev-haskell/puremd5:=[profile?]
- dev-haskell/regex-tdfa:=[profile?]
- dev-haskell/zlib:=[profile?]
- >=dev-lang/ghc-7.4.1:=
- virtual/libc
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2
-"
-
-S="${WORKDIR}/${MY_P}"