summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 10:22:37 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 10:30:10 +0100
commitaf1c37bb19de160499342f7775112005aa881aec (patch)
treede425f838efbe31008578c21760dfdf67ae188c9 /dev-haskell/cmark/cmark-0.3.4.ebuild
parentdev-haskell/clock: drop old (diff)
downloadgentoo-af1c37bb19de160499342f7775112005aa881aec.tar.gz
gentoo-af1c37bb19de160499342f7775112005aa881aec.tar.bz2
gentoo-af1c37bb19de160499342f7775112005aa881aec.zip
dev-haskell/cmark: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cmark/cmark-0.3.4.ebuild')
-rw-r--r--dev-haskell/cmark/cmark-0.3.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-haskell/cmark/cmark-0.3.4.ebuild b/dev-haskell/cmark/cmark-0.3.4.ebuild
deleted file mode 100644
index 5ee4921b3acc..000000000000
--- a/dev-haskell/cmark/cmark-0.3.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Fast, accurate CommonMark (Markdown) parser and renderer"
-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/text-1.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.14
- test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 )
-"