summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 20:40:10 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 20:45:05 +0100
commit272c0e4f3cb500fddad1e3c6a28b4cf9817b59ad (patch)
tree709fce4214286b54220574a402768ae6bdc39b2b /dev-haskell/path-io
parentsys-kernel/gentoo-sources: Linux patch 5.8.9 (diff)
downloadgentoo-272c0e4f3cb500fddad1e3c6a28b4cf9817b59ad.tar.gz
gentoo-272c0e4f3cb500fddad1e3c6a28b4cf9817b59ad.tar.bz2
gentoo-272c0e4f3cb500fddad1e3c6a28b4cf9817b59ad.zip
dev-haskell/path-io: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/path-io')
-rw-r--r--dev-haskell/path-io/Manifest1
-rw-r--r--dev-haskell/path-io/path-io-1.2.2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-haskell/path-io/Manifest b/dev-haskell/path-io/Manifest
index e82504fe5938..af41e87d8b5e 100644
--- a/dev-haskell/path-io/Manifest
+++ b/dev-haskell/path-io/Manifest
@@ -1,2 +1 @@
-DIST path-io-1.2.2.tar.gz 17818 BLAKE2B 5a4a39ff0282e2d2294b8392af954fd0bba036ff223b95dca1951b202b6a4be14373bf439b826d4fb868e4378f9beb45488a77955a6c8e10bd5af70ea72fb57d SHA512 910af5fd9345daa815235027992e6ab4af3784da7afa314644abaf8acb5bee59f3f1444449ce55e88961c86031cf4537c855e13ba2e777348d9fe4c0104fb6d1
DIST path-io-1.6.0.tar.gz 20848 BLAKE2B 89236aca7c41b5095bb989c7638640ce6735843db36028b2b9d4f0427b0bb94403d915eb3abdfd34cf02f5b6b02cb02e57525eb9e056c942481802b24401117c SHA512 dcafbbfe1531d7b00a9df751c093e6affdefafe7589c0243530579b9f5733ef1357b1085cfd88bf53ff9794accddbc789b927a199f4c4a2b7778268cf1719477
diff --git a/dev-haskell/path-io/path-io-1.2.2.ebuild b/dev-haskell/path-io/path-io-1.2.2.ebuild
deleted file mode 100644
index ff4aa8026ebb..000000000000
--- a/dev-haskell/path-io/path-io-1.2.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-#hackport: flags: -dev
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface to 'directory' package for users of 'path'"
-HOMEPAGE="https://github.com/mrkkrp/path-io"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
- >=dev-haskell/path-0.5:=[profile?] <dev-haskell/path-0.6:=[profile?]
- >=dev-haskell/temporary-1.1:=[profile?] <dev-haskell/temporary-1.3:=[profile?]
- dev-haskell/unix-compat:=[profile?]
- >=dev-lang/ghc-7.10.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.22.2.0
- test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-3.0 )
-"
-
-src_prepare() {
- default
-
- cabal_chdeps \
- 'time >= 1.4 && < 1.7' 'time >= 1.4'
-}
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-dev
-}