diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 10:04:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | 913f6fe430440b557d1ddc48cb18dad7d81160ab (patch) | |
tree | 33cd446617b2efbf2eb3451b3898ddf45437dab7 /dev-haskell/unixutils | |
parent | dev-haskell/unordered-containers: drop old (diff) | |
download | gentoo-913f6fe430440b557d1ddc48cb18dad7d81160ab.tar.gz gentoo-913f6fe430440b557d1ddc48cb18dad7d81160ab.tar.bz2 gentoo-913f6fe430440b557d1ddc48cb18dad7d81160ab.zip |
dev-haskell/unixutils: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/unixutils')
-rw-r--r-- | dev-haskell/unixutils/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/unixutils/unixutils-1.53.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-haskell/unixutils/Manifest b/dev-haskell/unixutils/Manifest index 4b56617fc30d..077fd1bc182d 100644 --- a/dev-haskell/unixutils/Manifest +++ b/dev-haskell/unixutils/Manifest @@ -1,2 +1 @@ -DIST Unixutils-1.53.tar.gz 12116 SHA256 995eff60414e4f5ed84c3ce4b78549fcf5d6e9bf613f400b5456b0996274083e SHA512 f3e2e1082d07d84a7c1918431146c607c62737320c744d2cd671a5fc55a02b6d189e4dc79c7451a8f5405369da78ceeaf046911b5a1f85b9b5205f5d618c9fc9 WHIRLPOOL a415ee054fe8fa57bd9e5b03468d8724ec055db133b73dc32c48c00fd068e02f10f5eb31495a68d4fb4d9cdcf8aec54bee5e82d0459baeead56a1f15c4197340 DIST Unixutils-1.54.1.tar.gz 12177 SHA256 f9295529744cb2658364956f376ff506dc1876eb2b0148e5b09c1a4bc4732644 SHA512 b8395cf6778c18a2f36a45a927d24042fd144ab70c6c092e1be36b22c59bbd1f0151cbe703d9db98dc769eba41ca9eb89cf60e87f5a6bbb32d6b64ef97c45665 WHIRLPOOL e1091db0d351b2e6913eed80fff507b77c8a2b4daa34539bdc9f66d6138b39837d02e23703b5f38dd70917ed13fdd6753c2f769c726c3bd704764feb4b555747 diff --git a/dev-haskell/unixutils/unixutils-1.53.ebuild b/dev-haskell/unixutils/unixutils-1.53.ebuild deleted file mode 100644 index e261a9798b42..000000000000 --- a/dev-haskell/unixutils/unixutils-1.53.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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:=[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}" |