diff options
author | 2016-04-03 13:24:22 +0100 | |
---|---|---|
committer | 2016-04-03 14:36:34 +0100 | |
commit | e4f444baa7639f1e3de30df6f4f1f743c4c52714 (patch) | |
tree | b1fcfa55f0ab1f0771bcc2227a61aa1220fd2c6b /dev-haskell/filemanip | |
parent | dev-haskell/filestore: drop old (diff) | |
download | gentoo-e4f444baa7639f1e3de30df6f4f1f743c4c52714.tar.gz gentoo-e4f444baa7639f1e3de30df6f4f1f743c4c52714.tar.bz2 gentoo-e4f444baa7639f1e3de30df6f4f1f743c4c52714.zip |
dev-haskell/filemanip: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/filemanip')
-rw-r--r-- | dev-haskell/filemanip/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/filemanip/filemanip-0.3.6.2.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-haskell/filemanip/Manifest b/dev-haskell/filemanip/Manifest index aa19b5d2b33b..5653922b6619 100644 --- a/dev-haskell/filemanip/Manifest +++ b/dev-haskell/filemanip/Manifest @@ -1,2 +1 @@ -DIST filemanip-0.3.6.2.tar.gz 10192 SHA256 3f93da5faa33d675b1a64a90a262c2decfd3d28924f0a4bfb7c691053309810e SHA512 e177a88b010ba467957841c4affe32f86638299781544a38f883b7ccf6a0d2dadaf5fbc27650cc0ef95ef6c2341526f3e7091e0a5fe0716879b1e055a32d3f9d WHIRLPOOL c034bcac9795d7a02d2b79e26313b12808b888a522174fbdb5649b49845ff0dea4fa983711065de1c0eab3ba0a3064d14ddcea1a0bf9e47dec22236dd8b72265 DIST filemanip-0.3.6.3.tar.gz 10369 SHA256 8836da17baaaf02ca080c9990ece4e0b0c8d6a128f458f8b64fd07b225ca9846 SHA512 5cb6ad4e310c1ae3b038ccfa3154536db73145e4dea4a7be1ae0563ba44565494e378fa8e459f449feac2bcc140f1128b0b3ec915acd2300e73cf012ada85160 WHIRLPOOL 1b8cfd0d0bb1d75f2610a9016f1496a1aa959104b38003ce9d7037ddc8793def6c321bab42cafa3222137efa47d06be4f8610710723456a667aaaae31ad4b239 diff --git a/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild b/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild deleted file mode 100644 index cc8c842bc68f..000000000000 --- a/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Expressive file and directory manipulation for Haskell" -HOMEPAGE="https://github.com/bos/filemanip" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/mtl:=[profile?] - dev-haskell/unix-compat:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" |