summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:44:01 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:44:01 +0200
commit0beeed980b3a44c23f6669b1c2c39e50d02bfc56 (patch)
tree8ceabe77ec750e0bffa1975580e80076c6aa8fab /dev-haskell/th-expand-syns
parentdev-haskell/th-orphans: Remove last-rited pkg (diff)
downloadgentoo-0beeed980b3a44c23f6669b1c2c39e50d02bfc56.tar.gz
gentoo-0beeed980b3a44c23f6669b1c2c39e50d02bfc56.tar.bz2
gentoo-0beeed980b3a44c23f6669b1c2c39e50d02bfc56.zip
dev-haskell/th-expand-syns: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/th-expand-syns')
-rw-r--r--dev-haskell/th-expand-syns/Manifest1
-rw-r--r--dev-haskell/th-expand-syns/metadata.xml11
-rw-r--r--dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild24
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest
deleted file mode 100644
index ce4b5bc792ac..000000000000
--- a/dev-haskell/th-expand-syns/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST th-expand-syns-0.4.9.0.tar.gz 7381 BLAKE2B 7baf5af02ee17ac65cc11ea44c2413d70d49086a4cff5158e80955aa47c72ed74ae4cf02e32de2aa047e3c0eeb5a14ad4fa4a836d6ef3c1448d742cfce340d98 SHA512 ff20a81e37bbefa246c6c1c596f69f83f1d2f7fdbb217556d42fff1cedbf064b65cc6e005806022221b4b6bc5e5f1dcda75ca9b51efcff6d14bfe0e6b658485d
diff --git a/dev-haskell/th-expand-syns/metadata.xml b/dev-haskell/th-expand-syns/metadata.xml
deleted file mode 100644
index dca6a5681ded..000000000000
--- a/dev-haskell/th-expand-syns/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="github">DanielSchuessler/th-expand-syns</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild
deleted file mode 100644
index b7dbef6e4685..000000000000
--- a/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild
+++ /dev/null
@@ -1,24 +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="Expands type synonyms in Template Haskell ASTs"
-HOMEPAGE="https://github.com/DanielSchuessler/th-expand-syns"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-haskell/syb:=[profile?]
- >=dev-haskell/th-abstraction-0.4.3:=[profile?] <dev-haskell/th-abstraction-0.5:=[profile?]
- >=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1
-"