summaryrefslogtreecommitdiff
path: root/dev-haskell/rio-orphans
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/rio-orphans')
-rw-r--r--dev-haskell/rio-orphans/Manifest3
-rw-r--r--dev-haskell/rio-orphans/metadata.xml8
-rw-r--r--dev-haskell/rio-orphans/rio-orphans-0.1.1.0.ebuild32
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-haskell/rio-orphans/Manifest b/dev-haskell/rio-orphans/Manifest
deleted file mode 100644
index 1a8155cdf735..000000000000
--- a/dev-haskell/rio-orphans/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST rio-orphans-0.1.1.0.tar.gz 3098 BLAKE2B 83308c4dc8c1306e8c00c6ef0365169e6787a159a17efff86a754eb2ba797328eb8358a6a83069b97389399a0416a45c945fc636c941bfc5930a76e25c6b41ff SHA512 2e415ebcc7341cf1c913de54de3218ac487e310c9556d1e1bdb349f4e7b9d041ea729c21e2bfdbcded9a214c84f483e32839a4fec87b2af9b986db5aaa18b42a
-EBUILD rio-orphans-0.1.1.0.ebuild 860 BLAKE2B b38cd9f7548d160dc805c1af1c2df6fddbdba92a2e67515d95380ffd270896e2eb9957a0a9201d8ce96fab8b8b7087bf11a579ea859c078df5eb6e75b1c0ea06 SHA512 58826389e1a4031c2e47108bc8795301b1009740b7f653e7e3d919b4e393c40798ff2a40acf06e3893d5dcf4fdc5a513c361b0dc7ab83f5bb8094e3617d6a618
-MISC metadata.xml 250 BLAKE2B 3adf9597d5114c480b4cc9fb5c3e231d8475b795cd6dce77986e13583ab6e59b43857cf2328570490abef0062a8b8a6b73d231867f9b62124855515cdc044d6d SHA512 5ef2c1d34a3438b39a38c041d45bb06bd0f1ae8a3f8b971bd5aaf36dee560f380e9abefab0c2a4cd7b518e151f5c6a0d0c7cd53caee9a384818f1bdc7deeadc4
diff --git a/dev-haskell/rio-orphans/metadata.xml b/dev-haskell/rio-orphans/metadata.xml
deleted file mode 100644
index 937381521944..000000000000
--- a/dev-haskell/rio-orphans/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>
diff --git a/dev-haskell/rio-orphans/rio-orphans-0.1.1.0.ebuild b/dev-haskell/rio-orphans/rio-orphans-0.1.1.0.ebuild
deleted file mode 100644
index 0906c97f03f3..000000000000
--- a/dev-haskell/rio-orphans/rio-orphans-0.1.1.0.ebuild
+++ /dev/null
@@ -1,32 +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 test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Orphan instances for the RIO type in the rio package"
-HOMEPAGE="https://github.com/commercialhaskell/rio#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/exceptions:=[profile?]
- dev-haskell/fast-logger:=[profile?]
- dev-haskell/monad-control:=[profile?]
- dev-haskell/monad-logger:=[profile?]
- dev-haskell/resourcet:=[profile?]
- dev-haskell/rio:=[profile?]
- dev-haskell/transformers-base:=[profile?]
- >=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.24.0.0
- test? ( dev-haskell/hspec )
-"