summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-30 15:56:20 -0400
committerSam James <sam@gentoo.org>2022-07-31 05:10:13 +0100
commit60bc38d8a7750448b76b9b28c381beb68b7feb34 (patch)
tree02996f6a74b69ce037c08a19c559a335bc3f7a6a /dev-haskell/commonmark-pandoc
parentdev-haskell/foundation: drop 0.0.25 (diff)
downloadgentoo-60bc38d8a7750448b76b9b28c381beb68b7feb34.tar.gz
gentoo-60bc38d8a7750448b76b9b28c381beb68b7feb34.tar.bz2
gentoo-60bc38d8a7750448b76b9b28c381beb68b7feb34.zip
dev-haskell/commonmark-pandoc: drop 0.2.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/commonmark-pandoc')
-rw-r--r--dev-haskell/commonmark-pandoc/Manifest1
-rw-r--r--dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/commonmark-pandoc/Manifest b/dev-haskell/commonmark-pandoc/Manifest
index 991b6530e8a7..4d5feab6490f 100644
--- a/dev-haskell/commonmark-pandoc/Manifest
+++ b/dev-haskell/commonmark-pandoc/Manifest
@@ -1,2 +1 @@
-DIST commonmark-pandoc-0.2.0.1.tar.gz 4754 BLAKE2B 4611196ab63844bd1c40c9e673c43cfd8c44997ba31511b45bcb9a9b21109cd9c1fad98dbf99de2bbd203b39d93d841604afdf4acd0cadecc45ab2230d952f1a SHA512 5162a987085d5204af27d4b073fedf4d678f5e0325a12f96c611899f3c484e576d7b667271c480837b9d4593e9950828e9398a33c63b5e829016019ecfc7bb6d
DIST commonmark-pandoc-0.2.1.2.tar.gz 4937 BLAKE2B 26f46b663051aecc204f2e67f66e62a6943909d496542d31b0238cd6bdecda4e0c8594d8ed3f8147fea5bbab4680c147379feddecb59f93be810bc3a9015d08a SHA512 85c7505b29c99e38bbadf93764e51ec40da3bff0799e99eecd011962f1103b81970cb5ffb7399b48927e0024c07554ee0e7d420a88bd2f37149a4777d8bca032
diff --git a/dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild b/dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild
deleted file mode 100644
index 3fc16f6d2a8f..000000000000
--- a/dev-haskell/commonmark-pandoc/commonmark-pandoc-0.2.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Bridge between commonmark and pandoc AST"
-HOMEPAGE="https://github.com/jgm/commonmark-hs"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/commonmark-0.1:=[profile?] <dev-haskell/commonmark-0.2:=[profile?]
- >=dev-haskell/commonmark-extensions-0.2:=[profile?] <dev-haskell/commonmark-extensions-0.3:=[profile?]
- >=dev-haskell/pandoc-types-1.21:=[profile?] <dev-haskell/pandoc-types-1.23:=[profile?]
- dev-haskell/text:=[profile?]
- >=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.24.0.0
-"