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/fmlist/
Date: Sat, 12 Sep 2020 20:23:22
Message-Id: 1599942183.88c96719406eca0e334316fa597f48051102862a.slyfox@gentoo
1 commit: 88c96719406eca0e334316fa597f48051102862a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 20:09:07 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 20:23:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c96719
7
8 dev-haskell/fmlist: 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/fmlist/Manifest | 1 -
14 dev-haskell/fmlist/fmlist-0.9.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-haskell/fmlist/Manifest b/dev-haskell/fmlist/Manifest
18 index 777c4bf7017..0c967ea5cb0 100644
19 --- a/dev-haskell/fmlist/Manifest
20 +++ b/dev-haskell/fmlist/Manifest
21 @@ -1,2 +1 @@
22 DIST fmlist-0.9.3.tar.gz 4428 BLAKE2B 818911f2e670e7b371e0dd58bb9ee661a7f0fd4130e611606d393aeea7b5c4d0eddb8ce04babb2d85cac54a4d3511457c2291eeb5b548967a4409291e18990a9 SHA512 1dba120af3c06d22b41269b22aad7950dd1d567daee213eeaa316f8dcd9e97a2f4499372b310561bb3a25909c38060c0aefacfe640d85ec3c90c5f5503db8915
23 -DIST fmlist-0.9.tar.gz 4256 BLAKE2B b6dff5a18f3e13c16c7aed41eb4b22d6fa01ee0a8fe8250fab706a0d07b38cf50bf09b40f0b794aae304c6c4e93fd30ede2ab1765cbbdede2a08e9b12b5d07ea SHA512 ddead2f2742e91365381ac9c003f59ea57441c4e9a32b01f3d1aa989120d954b01bb6b19f148a4d89c0cb7332093c39f17567d8c479d47133a0568b8abc757d4
24
25 diff --git a/dev-haskell/fmlist/fmlist-0.9.ebuild b/dev-haskell/fmlist/fmlist-0.9.ebuild
26 deleted file mode 100644
27 index 833a043e98e..00000000000
28 --- a/dev-haskell/fmlist/fmlist-0.9.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -# ebuild generated by hackport 0.4.4.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="FoldMap lists"
42 -HOMEPAGE="https://github.com/sjoerdvisscher/fmlist"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-lang/ghc-7.4.1:=
51 -"
52 -DEPEND="${RDEPEND}
53 - >=dev-haskell/cabal-1.10
54 -"