summaryrefslogtreecommitdiff
path: root/dev-haskell/fmlist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/fmlist
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/fmlist')
-rw-r--r--dev-haskell/fmlist/Manifest3
-rw-r--r--dev-haskell/fmlist/fmlist-0.9.ebuild24
-rw-r--r--dev-haskell/fmlist/metadata.xml18
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-haskell/fmlist/Manifest b/dev-haskell/fmlist/Manifest
deleted file mode 100644
index bb58c0cfd680..000000000000
--- a/dev-haskell/fmlist/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST fmlist-0.9.tar.gz 4256 BLAKE2B b6dff5a18f3e13c16c7aed41eb4b22d6fa01ee0a8fe8250fab706a0d07b38cf50bf09b40f0b794aae304c6c4e93fd30ede2ab1765cbbdede2a08e9b12b5d07ea SHA512 ddead2f2742e91365381ac9c003f59ea57441c4e9a32b01f3d1aa989120d954b01bb6b19f148a4d89c0cb7332093c39f17567d8c479d47133a0568b8abc757d4
-EBUILD fmlist-0.9.ebuild 526 BLAKE2B 9aca785245f50223a31c73931266956272b2346cd1cac65512b1cf04cd1e6a0467842436c111c08a8aa9538bafbfd6bde50793e01055278294832eb8a381e2e3 SHA512 3db79e7023c70d5248033069b1798dd24826cc8de76932e42e51fe39f9c8d20c1a6583f204889be023c801b1de771aefdc389f18d3029fc65ee16d0f0c8bd204
-MISC metadata.xml 649 BLAKE2B edaee174f4fae81ec0428208341edc01ae2b99148f4393e498c39aea47152a1cfdef44f9cfd68f3a7313172e565620b0645e187c0ab1b4e3570f0aaea16bb7a2 SHA512 338f1edee5049def417c74b8b5e30db76b34525ea6c5a308b80ab3bf9a64f34799e98a8b617b4715b488d864a92a16aa2642c57ce4322dedea0a5477fef69b9d
diff --git a/dev-haskell/fmlist/fmlist-0.9.ebuild b/dev-haskell/fmlist/fmlist-0.9.ebuild
deleted file mode 100644
index b245be87694c..000000000000
--- a/dev-haskell/fmlist/fmlist-0.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# 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="mirror://hackage/packages/archive/${PN}/${PV}/${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
-"
diff --git a/dev-haskell/fmlist/metadata.xml b/dev-haskell/fmlist/metadata.xml
deleted file mode 100644
index d3d264a012cf..000000000000
--- a/dev-haskell/fmlist/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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>