summaryrefslogtreecommitdiff
path: root/dev-haskell/dictionary-sharing
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/dictionary-sharing')
-rw-r--r--dev-haskell/dictionary-sharing/Manifest3
-rw-r--r--dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild31
-rw-r--r--dev-haskell/dictionary-sharing/metadata.xml8
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-haskell/dictionary-sharing/Manifest b/dev-haskell/dictionary-sharing/Manifest
deleted file mode 100644
index 92f205562797..000000000000
--- a/dev-haskell/dictionary-sharing/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST dictionary-sharing-0.1.0.0.tar.gz 2524 BLAKE2B d8a5a942749add31b4622b8bcea9784273fde2cb87865f5d7103f06f2fe9dbd82f247101b235ed7b716a8fb5e3dc813e897776778ee377442685d2b7d08d37b8 SHA512 5af84caae1339ddb006ba77f2505da63e0977368f93f4d84dbd8f31c0e45cea988a9175b5273cc2280b8d8f44dd8c921385ea2c38b239f08a565cae7c1fd6415
-EBUILD dictionary-sharing-0.1.0.0.ebuild 723 BLAKE2B 7c6030e683cf608e7fa4e61e1acaa8fb94cb591d5a07c5a02058d3906f8ab1ebda25b37088d7d612dae2a016ead8303de3505276fd0f8fb8f54ab4943009e526 SHA512 96fdabb81123a31047bb0750b0c376ad7a2095e0fbd476bcc38e9bed2730bd6a557c610fdcc84331be24d46df283be6c757f3b232c5af26478aeada927540ded
-MISC metadata.xml 250 BLAKE2B 3adf9597d5114c480b4cc9fb5c3e231d8475b795cd6dce77986e13583ab6e59b43857cf2328570490abef0062a8b8a6b73d231867f9b62124855515cdc044d6d SHA512 5ef2c1d34a3438b39a38c041d45bb06bd0f1ae8a3f8b971bd5aaf36dee560f380e9abefab0c2a4cd7b518e151f5c6a0d0c7cd53caee9a384818f1bdc7deeadc4
diff --git a/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild b/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild
deleted file mode 100644
index 925356c70df5..000000000000
--- a/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.1
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Sharing/memoization of class members"
-HOMEPAGE="https://hackage.haskell.org/package/dictionary-sharing"
-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.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
-src_prepare() {
- default
-
- #https://hackage.haskell.org/package/dictionary-sharing-0.1.0.0/revisions/
- cabal_chdeps \
- 'containers >=0.5 && <0.6' 'containers >= 0.5'
-}
diff --git a/dev-haskell/dictionary-sharing/metadata.xml b/dev-haskell/dictionary-sharing/metadata.xml
deleted file mode 100644
index 937381521944..000000000000
--- a/dev-haskell/dictionary-sharing/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>