summaryrefslogtreecommitdiff
path: root/dev-haskell/fmlist
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/fmlist')
-rw-r--r--dev-haskell/fmlist/Manifest3
-rw-r--r--dev-haskell/fmlist/fmlist-0.9.3.ebuild25
-rw-r--r--dev-haskell/fmlist/metadata.xml18
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-haskell/fmlist/Manifest b/dev-haskell/fmlist/Manifest
deleted file mode 100644
index e6d893b30f22..000000000000
--- a/dev-haskell/fmlist/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST fmlist-0.9.3.tar.gz 4428 BLAKE2B 818911f2e670e7b371e0dd58bb9ee661a7f0fd4130e611606d393aeea7b5c4d0eddb8ce04babb2d85cac54a4d3511457c2291eeb5b548967a4409291e18990a9 SHA512 1dba120af3c06d22b41269b22aad7950dd1d567daee213eeaa316f8dcd9e97a2f4499372b310561bb3a25909c38060c0aefacfe640d85ec3c90c5f5503db8915
-EBUILD fmlist-0.9.3.ebuild 546 BLAKE2B 37edaf7578e3522ed924b7f4b6ab4fa20d6e365873df7eac31aadbbb8e11266e9e875247dc35b7b65dc4d473ede255b56396793a84c7f5e47b880c1c434b9dc2 SHA512 6740a6710b6014a2e0d92d6301775dbc9cf0dd02d5ba11a442da344a6ba20bb884d83d8e6743f98513cba1828e3448ae48ea8196a427f147f8eeeb71ce00c196
-MISC metadata.xml 650 BLAKE2B 776537e91c7029bb742c387cc73f9c34734d667a120f9f0730410171b58a2e043e2eb44b436bba10f29bd8e70997c05f71946b9a110bd0d45e8b3583dc1efa04 SHA512 7c26f6b1c03cd64b0ad85c0503fa1c6eab527057fcd709676e7dae501b997290c11018c0ca71d95063628aa1c44858164752ce3c1dccc1f4b01b3c1e3c832487
diff --git a/dev-haskell/fmlist/fmlist-0.9.3.ebuild b/dev-haskell/fmlist/fmlist-0.9.3.ebuild
deleted file mode 100644
index 0ff4a019eb12..000000000000
--- a/dev-haskell/fmlist/fmlist-0.9.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.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-haskell/fail:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"
diff --git a/dev-haskell/fmlist/metadata.xml b/dev-haskell/fmlist/metadata.xml
deleted file mode 100644
index 788d9bed6d64..000000000000
--- a/dev-haskell/fmlist/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- FoldMap lists are lists represented by their foldMap function.
- FoldMap lists have O(1) cons, snoc and append, just like DLists,
- but other operations might have favorable performance
- characteristics as well. These wild claims are still completely
- unverified though.
- </longdescription>
- <upstream>
- <remote-id type="github">sjoerdvisscher/fmlist</remote-id>
- </upstream>
-</pkgmetadata>