diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-29 09:43:55 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-29 09:43:55 +0200 |
commit | 29b7d02aa96ae9be52127a4da6ba21d2cc49cbff (patch) | |
tree | 0b719782af37256f369c976ed4f975c268d011ae /dev-haskell | |
parent | dev-haskell/th-reify-many: Remove last-rited pkg (diff) | |
download | gentoo-29b7d02aa96ae9be52127a4da6ba21d2cc49cbff.tar.gz gentoo-29b7d02aa96ae9be52127a4da6ba21d2cc49cbff.tar.bz2 gentoo-29b7d02aa96ae9be52127a4da6ba21d2cc49cbff.zip |
dev-haskell/th-orphans: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/th-orphans/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/th-orphans/metadata.xml | 14 | ||||
-rw-r--r-- | dev-haskell/th-orphans/th-orphans-0.13.13.ebuild | 27 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest deleted file mode 100644 index d702c91a1c6c..000000000000 --- a/dev-haskell/th-orphans/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST th-orphans-0.13.13.tar.gz 9531 BLAKE2B 742408b0ce6ceab0654b02b63fc0ad154005879b066602c5106485713b295aa2278105e04c044d777ee9d741325c8d9fe7ededc377016c50cda262090d8fa864 SHA512 94747e89c8471bd927810180af7572c5150ba7daabc4f45b41afda3210a42889b1fda05fd7fcecee2b1c2a92ea2ad195f924b44d22f0d269de2c94ade57fd335 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 ) -" |