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/safe-exceptions/
Date: Sat, 12 Sep 2020 19:45:28
Message-Id: 1599939908.7b5c452a60f539448a97e82d1fd5cf0dea5bdf15.slyfox@gentoo
1 commit: 7b5c452a60f539448a97e82d1fd5cf0dea5bdf15
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 19:41:48 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 19:45:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5c452a
7
8 dev-haskell/safe-exceptions: 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/safe-exceptions/Manifest | 1 -
14 .../safe-exceptions/safe-exceptions-0.1.4.0.ebuild | 27 ----------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/dev-haskell/safe-exceptions/Manifest b/dev-haskell/safe-exceptions/Manifest
18 index af4507830b8..ec7c2d0a7bc 100644
19 --- a/dev-haskell/safe-exceptions/Manifest
20 +++ b/dev-haskell/safe-exceptions/Manifest
21 @@ -1,2 +1 @@
22 -DIST safe-exceptions-0.1.4.0.tar.gz 12951 BLAKE2B afa5265d9674e1a88fa61cdf4c2356ffadeec3e922a52f418f88bdc1aaa22cf4378711b11a7679c99f933a515f53ca4338513fd4f2bf41f12159279d148a3131 SHA512 377559c3b35f48bd3baef4cb7bb19927bed36f34dfa531864a3565af9f7cb5ef9fc4cc9c92dcc9bb80037cb92f27dd0ba5805cc5941b8707bbc3d4185f0f40e1
23 DIST safe-exceptions-0.1.7.0.tar.gz 13533 BLAKE2B 4dbf6ebdb5dcd2d1f691cac540fe4cdaf3557bfc90f702b7120b4b6a8d1e2be7ff4e6d22851be5d2650a35e074551e48643152c25a76a2ab0ffd3c37fab663b0 SHA512 05fc32ea80ce1f733a6ea09655fecccf813ea9b7736dbd1d8ef84f54e3fb58f1017756cc9eb507d381cb73f22f100e9166bef1b7198a1d9edbda21e38626e351
24
25 diff --git a/dev-haskell/safe-exceptions/safe-exceptions-0.1.4.0.ebuild b/dev-haskell/safe-exceptions/safe-exceptions-0.1.4.0.ebuild
26 deleted file mode 100644
27 index c1b6ac8077a..00000000000
28 --- a/dev-haskell/safe-exceptions/safe-exceptions-0.1.4.0.ebuild
29 +++ /dev/null
30 @@ -1,27 +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
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Safe, consistent, and easy exception handling"
42 -HOMEPAGE="https://github.com/fpco/safe-exceptions#readme"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
51 - >=dev-lang/ghc-7.8.2:=
52 -"
53 -DEPEND="${RDEPEND}
54 - >=dev-haskell/cabal-1.18.1.3
55 - test? ( dev-haskell/hspec
56 - dev-haskell/void )
57 -"