diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-29 15:22:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-29 15:22:55 +0100 |
commit | 3a2444aaf0bafd5c58c0dc8dda102352f20c76d8 (patch) | |
tree | 055720c0e02ac3f8bc4255b6740f18ba32db1c54 /dev-haskell/th-expand-syns | |
parent | b94ab464dd0d948b7e7eac833b9bb51c03515918 (diff) |
gentoo auto-resync : 29:09:2022 - 15:22:54
Diffstat (limited to 'dev-haskell/th-expand-syns')
-rw-r--r-- | dev-haskell/th-expand-syns/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/th-expand-syns/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild | 24 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest deleted file mode 100644 index c941cb89b8a6..000000000000 --- a/dev-haskell/th-expand-syns/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST th-expand-syns-0.4.9.0.tar.gz 7381 BLAKE2B 7baf5af02ee17ac65cc11ea44c2413d70d49086a4cff5158e80955aa47c72ed74ae4cf02e32de2aa047e3c0eeb5a14ad4fa4a836d6ef3c1448d742cfce340d98 SHA512 ff20a81e37bbefa246c6c1c596f69f83f1d2f7fdbb217556d42fff1cedbf064b65cc6e005806022221b4b6bc5e5f1dcda75ca9b51efcff6d14bfe0e6b658485d -EBUILD th-expand-syns-0.4.9.0.ebuild 627 BLAKE2B fe2c948838cc02ac51a44f93dd91f97ba1e66f6d0e752d30ca5db17dd114e149b16612ce5cc88348b1c040608bf5015380e253cb7ed0bf9b4a7304f85a3163cb SHA512 23b617ae25fe0a240444f27bbb4871d6463a0f4c2286dd6dc20fdfd86a01ba29e48cefc84695a7e5be7555f5ccbc8ebb9011e30a7d0e4c1e8196042fa4c23fe5 -MISC metadata.xml 346 BLAKE2B c7e262bcfbba1add361981f6058cf0f2a0fe33ebf7cce4862bdf1fc11f786058d6e703ac994650845ef8fe89b47c52c6e052344ed6458881f1af42f0edbe4089 SHA512 4221d5741b70ebdbab5514933182acdf914246b4d1bfd208edae1911758f5b4a2cf26d588cd81ab308cb39858149c895163a721d0055c327eb33144fcf307b95 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 -" |