summaryrefslogtreecommitdiff
path: root/dev-haskell/aeson-diff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/aeson-diff')
-rw-r--r--dev-haskell/aeson-diff/Manifest3
-rw-r--r--dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild35
-rw-r--r--dev-haskell/aeson-diff/metadata.xml15
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-haskell/aeson-diff/Manifest b/dev-haskell/aeson-diff/Manifest
deleted file mode 100644
index a882cc237dab..000000000000
--- a/dev-haskell/aeson-diff/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST aeson-diff-1.1.0.13.tar.gz 17172 BLAKE2B 0135fd65b4bc1efbe11d8c86144e8f0b030f649c6519685d6ba01387cfd64026ea53300c31598104645d82e02ff136da0b7a2cec0f2afb7fa3a8c6bd25af4088 SHA512 78ae5da41f4962871bc3dd0a2cc79abf4964e639eb7cdb5b5cb65f5a4dfabeddd9c3fc9fe4446f2ae1b3dde1fe888091205540a852da451e76743efee07febe2
-EBUILD aeson-diff-1.1.0.13.ebuild 1011 BLAKE2B f6e7935d02f5c5ae22cf6aab14f78600c685ff69badd476c7802bfa7382297b1b056f193b56ed20f76b7b168c223e1c96186947a3b7467668c205933216e6ec9 SHA512 f2699b446a7a134c484083cd794726c0dbc3591a4a87004710198e46c14d3696f7f9a739481e39c2b9c22d038cef1ab3f22dbd318cafd317b9e74fe7b50bb1c6
-MISC metadata.xml 501 BLAKE2B 3ffc727b51998b4c4f43bfd3105e663386551866e7eba05d8d4a59c9ebaed7d3911b0aa694a5e233f8bd4145769b99a9d16e05b86487d9a51c418c9abad3d4f8 SHA512 3340a169a4eb8e115ae333684eae101afeec6968acbb9d98d9c5be2aa9d77b7dabba0c529e95a8478cd3ff4fab62a38f132d0e1c5ba2164caec95f901fa1947b
diff --git a/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild b/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild
deleted file mode 100644
index 7fba9e5d45b5..000000000000
--- a/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild
+++ /dev/null
@@ -1,35 +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="Extract and apply patches to JSON documents"
-HOMEPAGE="https://github.com/ysangkok/aeson-diff"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-# Ambiguous module name ‘Data.Vector’: found in multiple packages: AC-Vector-Fancy-2.4.0 vector-0.12.0.2
-RESTRICT=test
-
-RDEPEND=">=dev-haskell/aeson-2.0.3:=[profile?]
- dev-haskell/edit-distance-vector:=[profile?]
- dev-haskell/optparse-applicative:=[profile?]
- dev-haskell/scientific:=[profile?]
- dev-haskell/vector:=[profile?]
- dev-haskell/yaml:=[profile?]
- >=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1 <dev-haskell/cabal-4
- >=dev-haskell/cabal-doctest-1 <dev-haskell/cabal-doctest-1.1
- test? ( >=dev-haskell/doctest-0.18.2
- dev-haskell/glob
- dev-haskell/quickcheck )
-"
diff --git a/dev-haskell/aeson-diff/metadata.xml b/dev-haskell/aeson-diff/metadata.xml
deleted file mode 100644
index a36d49eabc5f..000000000000
--- a/dev-haskell/aeson-diff/metadata.xml
+++ /dev/null
@@ -1,15 +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>
-
- This is a small library for working with changes to JSON documents. It
- includes a library and two command-line executables in the style of the
- diff(1) and patch(1) commands available on many systems.
-
- </longdescription>
-</pkgmetadata>