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/strict/
Date: Wed, 02 Sep 2020 07:46:16
Message-Id: 1599032768.55ccfc20fc386932840af2f06aa840c3c3b33c60.slyfox@gentoo
1 commit: 55ccfc20fc386932840af2f06aa840c3c3b33c60
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 07:43:19 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 07:46:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ccfc20
7
8 dev-haskell/strict: drop old
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/strict/strict-0.3.2.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-haskell/strict/strict-0.3.2.ebuild b/dev-haskell/strict/strict-0.3.2.ebuild
17 deleted file mode 100644
18 index f79deb0e946..00000000000
19 --- a/dev-haskell/strict/strict-0.3.2.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -# ebuild generated by hackport 0.2.17.9999
26 -
27 -EAPI=4
28 -
29 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
30 -inherit haskell-cabal
31 -
32 -DESCRIPTION="Strict data types and String IO"
33 -HOMEPAGE="http://www.cse.unsw.edu.au/~rl/code/strict.html"
34 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE=""
40 -
41 -RDEPEND=">=dev-lang/ghc-6.8.2"
42 -DEPEND="${RDEPEND}
43 - >=dev-haskell/cabal-1.2"