summaryrefslogtreecommitdiff
path: root/dev-haskell
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 21:09:07 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 21:23:03 +0100
commit88c96719406eca0e334316fa597f48051102862a (patch)
treee67bc2764b90c5fec1dc93a79fa69e448fb34025 /dev-haskell
parent745c57c9edd3a1b830d9e689e46f48ac1347f930 (diff)
downloadgentoo-88c96719406eca0e334316fa597f48051102862a.tar.gz
gentoo-88c96719406eca0e334316fa597f48051102862a.tar.bz2
gentoo-88c96719406eca0e334316fa597f48051102862a.zip
dev-haskell/fmlist: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/fmlist/Manifest1
-rw-r--r--dev-haskell/fmlist/fmlist-0.9.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/fmlist/Manifest b/dev-haskell/fmlist/Manifest
index 777c4bf70177..0c967ea5cb07 100644
--- a/dev-haskell/fmlist/Manifest
+++ b/dev-haskell/fmlist/Manifest
@@ -1,2 +1 @@
DIST fmlist-0.9.3.tar.gz 4428 BLAKE2B 818911f2e670e7b371e0dd58bb9ee661a7f0fd4130e611606d393aeea7b5c4d0eddb8ce04babb2d85cac54a4d3511457c2291eeb5b548967a4409291e18990a9 SHA512 1dba120af3c06d22b41269b22aad7950dd1d567daee213eeaa316f8dcd9e97a2f4499372b310561bb3a25909c38060c0aefacfe640d85ec3c90c5f5503db8915
-DIST fmlist-0.9.tar.gz 4256 BLAKE2B b6dff5a18f3e13c16c7aed41eb4b22d6fa01ee0a8fe8250fab706a0d07b38cf50bf09b40f0b794aae304c6c4e93fd30ede2ab1765cbbdede2a08e9b12b5d07ea SHA512 ddead2f2742e91365381ac9c003f59ea57441c4e9a32b01f3d1aa989120d954b01bb6b19f148a4d89c0cb7332093c39f17567d8c479d47133a0568b8abc757d4
diff --git a/dev-haskell/fmlist/fmlist-0.9.ebuild b/dev-haskell/fmlist/fmlist-0.9.ebuild
deleted file mode 100644
index 833a043e98e1..000000000000
--- a/dev-haskell/fmlist/fmlist-0.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="FoldMap lists"
-HOMEPAGE="https://github.com/sjoerdvisscher/fmlist"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"