summaryrefslogtreecommitdiff
path: root/dev-haskell/th-orphans
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/th-orphans')
-rw-r--r--dev-haskell/th-orphans/Manifest3
-rw-r--r--dev-haskell/th-orphans/metadata.xml14
-rw-r--r--dev-haskell/th-orphans/th-orphans-0.13.13.ebuild27
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest
deleted file mode 100644
index f6db6e6b2e63..000000000000
--- a/dev-haskell/th-orphans/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864 SHA512 94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335
-EBUILD th-orphans-0.13.13.ebuild 770 BLAKE2B 2ca9752fd4ca6e9d61f992c2814d7bb94af016803335957796bda28a9ea1af4ea05040ff85956ffec487951910797f4d51b54633bd0d40d81712ce9328cd1af0 SHA512 e7ac642338a508fc85af86ff8cc8874132288c28cdebaf3dff4ce6528df01640d1965ce6ad5365caffbce859d90d499ae970ead760c084b4ba2d405634d413bc
-MISC metadata.xml 508 BLAKE2B 15318ff4be26770796c2332e5c1c0e87dd577bb98aabb6bf3c1fbfe67589df17b3cfc25a3d75bdcdc1ab410100a80a431d793d53fdd8f0801585190d22e78aaf SHA512 7a254b1f82a5918f2d291ad8d686c85de85b0299def2cc8cf76108b8cad4c4bc481e93a124f6778c8f7f3cbd870a325a50f6ad61a4ae6e8c2fe2f7a617258be3
diff --git a/dev-haskell/th-orphans/metadata.xml b/dev-haskell/th-orphans/metadata.xml
deleted file mode 100644
index f265d998b0c0..000000000000
--- a/dev-haskell/th-orphans/metadata.xml
+++ /dev/null
@@ -1,14 +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>
- Orphan instances for TH datatypes. In particular, instances
- for Ord and Lift, as well as a few missing Show / Eq. These
- instances used to live in haskell-src-meta, and that's where
- the version number started.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
deleted file mode 100644
index 8fb2051d3986..000000000000
--- a/dev-haskell/th-orphans/th-orphans-0.13.13.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.2.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Orphan instances for TH datatypes"
-HOMEPAGE="https://hackage.haskell.org/package/th-orphans"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-haskell/th-compat-0.1:=[profile?] <dev-haskell/th-compat-0.2:=[profile?]
- >=dev-haskell/th-lift-0.7.1:=[profile?]
- dev-haskell/th-lift-instances:=[profile?]
- >=dev-haskell/th-reify-many-0.1:=[profile?] <dev-haskell/th-reify-many-0.2:=[profile?]
- >=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1
- test? ( dev-haskell/hspec )
-"