Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path-io/
Date: Sat, 12 Sep 2020 19:45:28
Message-Id: 1599939905.272c0e4f3cb500fddad1e3c6a28b4cf9817b59ad.slyfox@gentoo
1 commit: 272c0e4f3cb500fddad1e3c6a28b4cf9817b59ad
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 19:40:10 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 19:45:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272c0e4f
7
8 dev-haskell/path-io: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/path-io/Manifest | 1 -
14 dev-haskell/path-io/path-io-1.2.2.ebuild | 42 --------------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/dev-haskell/path-io/Manifest b/dev-haskell/path-io/Manifest
18 index e82504fe593..af41e87d8b5 100644
19 --- a/dev-haskell/path-io/Manifest
20 +++ b/dev-haskell/path-io/Manifest
21 @@ -1,2 +1 @@
22 -DIST path-io-1.2.2.tar.gz 17818 BLAKE2B 5a4a39ff0282e2d2294b8392af954fd0bba036ff223b95dca1951b202b6a4be14373bf439b826d4fb868e4378f9beb45488a77955a6c8e10bd5af70ea72fb57d SHA512 910af5fd9345daa815235027992e6ab4af3784da7afa314644abaf8acb5bee59f3f1444449ce55e88961c86031cf4537c855e13ba2e777348d9fe4c0104fb6d1
23 DIST path-io-1.6.0.tar.gz 20848 BLAKE2B 89236aca7c41b5095bb989c7638640ce6735843db36028b2b9d4f0427b0bb94403d915eb3abdfd34cf02f5b6b02cb02e57525eb9e056c942481802b24401117c SHA512 dcafbbfe1531d7b00a9df751c093e6affdefafe7589c0243530579b9f5733ef1357b1085cfd88bf53ff9794accddbc789b927a199f4c4a2b7778268cf1719477
24
25 diff --git a/dev-haskell/path-io/path-io-1.2.2.ebuild b/dev-haskell/path-io/path-io-1.2.2.ebuild
26 deleted file mode 100644
27 index ff4aa8026eb..00000000000
28 --- a/dev-haskell/path-io/path-io-1.2.2.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -# ebuild generated by hackport 0.5.1.9999
37 -#hackport: flags: -dev
38 -
39 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
40 -inherit haskell-cabal
41 -
42 -DESCRIPTION="Interface to 'directory' package for users of 'path'"
43 -HOMEPAGE="https://github.com/mrkkrp/path-io"
44 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
52 - >=dev-haskell/path-0.5:=[profile?] <dev-haskell/path-0.6:=[profile?]
53 - >=dev-haskell/temporary-1.1:=[profile?] <dev-haskell/temporary-1.3:=[profile?]
54 - dev-haskell/unix-compat:=[profile?]
55 - >=dev-lang/ghc-7.10.1:=
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-haskell/cabal-1.22.2.0
59 - test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-3.0 )
60 -"
61 -
62 -src_prepare() {
63 - default
64 -
65 - cabal_chdeps \
66 - 'time >= 1.4 && < 1.7' 'time >= 1.4'
67 -}
68 -
69 -src_configure() {
70 - haskell-cabal_src_configure \
71 - --flag=-dev
72 -}