summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-22 10:01:31 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-22 10:03:42 +0200
commit14cd90b4949a8d7c1156a5647f476b9cc88d38a7 (patch)
tree3a0a67864571f4f5f47b809ae48e3bd949b908dd /dev-haskell
parentdev-haskell/alex-tools: treeclean (diff)
downloadgentoo-14cd90b4949a8d7c1156a5647f476b9cc88d38a7.tar.gz
gentoo-14cd90b4949a8d7c1156a5647f476b9cc88d38a7.tar.bz2
gentoo-14cd90b4949a8d7c1156a5647f476b9cc88d38a7.zip
dev-haskell/aeson-qq: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/aeson-qq/Manifest1
-rw-r--r--dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild33
-rw-r--r--dev-haskell/aeson-qq/metadata.xml23
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-haskell/aeson-qq/Manifest b/dev-haskell/aeson-qq/Manifest
deleted file mode 100644
index 6b0d37dea680..000000000000
--- a/dev-haskell/aeson-qq/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aeson-qq-0.8.3.tar.gz 4751 BLAKE2B 538c51c52470ad628326f67d4822812b352e7141c94ec2e385fc889d869c512705ee4ee58951c31e8422ccdd2ab855cfe4262a874864bd19b60e0ad67132798a SHA512 f7ef90529b4c9661ffc54ab8ebfc73c9966e6338591b871678be2a6e63ecf30089fd33279a074bd8d1905d71c8198ea5cc24c828d6e940e7af7585ba826a0c29
diff --git a/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild b/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild
deleted file mode 100644
index 229b7a3ccb24..000000000000
--- a/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 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="JSON quasiquoter for Haskell"
-HOMEPAGE="https://github.com/sol/aeson-qq#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
- dev-haskell/attoparsec:=[profile?]
- dev-haskell/base-compat:=[profile?]
- >=dev-haskell/haskell-src-meta-0.1.0:=[profile?]
- dev-haskell/parsec:=[profile?]
- dev-haskell/scientific:=[profile?]
- dev-haskell/text:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.12
- test? ( dev-haskell/hspec )
-"
diff --git a/dev-haskell/aeson-qq/metadata.xml b/dev-haskell/aeson-qq/metadata.xml
deleted file mode 100644
index 3b5d15550add..000000000000
--- a/dev-haskell/aeson-qq/metadata.xml
+++ /dev/null
@@ -1,23 +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>
- @aeson-qq@ provides a JSON quasiquoter for Haskell.
-
- This package exposes the function `aesonQQ` that compile-time
- converts a string representation of a JSON value into a
- `Data.Aeson.Value`. `aesonQQ` has the signature
-
- &gt;aesonQQ :: QuasiQuoter
-
- Consult the @README@ for documentation:
- &lt;https://github.com/zalora/aeson-qq#readme&gt;
- </longdescription>
- <upstream>
- <remote-id type="github">zalora/aeson-qq</remote-id>
- </upstream>
-</pkgmetadata>