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/
Date: Sat, 12 Sep 2020 19:45:28
Message-Id: 1599939906.c996e4dcd8c178d0938ea78de8838b06ea173d27.slyfox@gentoo
1 commit: c996e4dcd8c178d0938ea78de8838b06ea173d27
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 19:40:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 19:45:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c996e4dc
7
8 dev-haskell/path: 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/Manifest | 1 -
14 dev-haskell/path/path-0.5.13.ebuild | 35 -----------------------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/dev-haskell/path/Manifest b/dev-haskell/path/Manifest
18 index 82cddbc1a3f..9054b6e1333 100644
19 --- a/dev-haskell/path/Manifest
20 +++ b/dev-haskell/path/Manifest
21 @@ -1,2 +1 @@
22 -DIST path-0.5.13.tar.gz 16988 BLAKE2B 4fbc3464f674a15a2dc3c543cbf9d705f9c189224e45c6bb4f180e46483547822ed8a90920c183c756ebcd3529ceaa142b7a644b6e2f28a474e1302827b37204 SHA512 bf1e4750aa025382735f0b8329daa092501f1bbcb25ca3951be653cc3193d19be4339697e966db7dbff7ea2f78b251259c9f6f4cb36402a51221b077af388284
23 DIST path-0.7.0.tar.gz 24227 BLAKE2B b2f3347c29dfae0e7674f4de39f07bb7ee681735d1509c7eefd29cc2141dcf974212fc970095a783fdb47dbffaac9489097116768bfe996a160bb9b8886cc9e6 SHA512 b07fc95eab12188d49e4525ea5bbadfda9d5bfb61cc306d624730087d2fc1f946407e4861f7f66de48d9cdf2541591d4518fcc77f28d65671bfa65a963e18a9c
24
25 diff --git a/dev-haskell/path/path-0.5.13.ebuild b/dev-haskell/path/path-0.5.13.ebuild
26 deleted file mode 100644
27 index cf56eceb1a0..00000000000
28 --- a/dev-haskell/path/path-0.5.13.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2020 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.2.9999
37 -#hackport: flags: -validity
38 -
39 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
40 -inherit haskell-cabal
41 -
42 -DESCRIPTION="Support for well-typed paths"
43 -HOMEPAGE="https://hackage.haskell.org/package/path"
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/aeson:=[profile?]
52 - >=dev-haskell/exceptions-0.4:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
53 - >=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
54 - >=dev-lang/ghc-7.8.2:=
55 -"
56 -DEPEND="${RDEPEND}
57 - >=dev-haskell/cabal-1.18.1.3
58 - test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-3
59 - >=dev-haskell/mtl-2.0 <dev-haskell/mtl-3 )
60 -"
61 -
62 -src_configure() {
63 - haskell-cabal_src_configure \
64 - --flag=-validity
65 -}