summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:46:13 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:46:13 +0200
commit656529c607fb054153aa7d48c419c149711e54c4 (patch)
tree194d3932de2697d095256b9ea674bd2b52d4c456 /dev-haskell/rio-orphans
parentdev-haskell/rio-prettyprint: Remove last-rited pkg (diff)
downloadgentoo-656529c607fb054153aa7d48c419c149711e54c4.tar.gz
gentoo-656529c607fb054153aa7d48c419c149711e54c4.tar.bz2
gentoo-656529c607fb054153aa7d48c419c149711e54c4.zip
dev-haskell/rio-orphans: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/rio-orphans')
-rw-r--r--dev-haskell/rio-orphans/Manifest1
-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, 41 deletions
diff --git a/dev-haskell/rio-orphans/Manifest b/dev-haskell/rio-orphans/Manifest
deleted file mode 100644
index ac4e731f10f9..000000000000
--- a/dev-haskell/rio-orphans/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rio-orphans-0.1.1.0.tar.gz 3098 BLAKE2B 83308c4dc8c1306e8c00c6ef0365169e6787a159a17efff86a754eb2ba797328eb8358a6a83069b97389399a0416a45c945fc636c941bfc5930a76e25c6b41ff SHA512 2e415ebcc7341cf1c913de54de3218ac487e310c9556d1e1bdb349f4e7b9d041ea729c21e2bfdbcded9a214c84f483e32839a4fec87b2af9b986db5aaa18b42a
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 )
-"