dev-haskell/commonmark-extensions: Bump to 0.2.7

Thanks to toralf for reporting, solpeth for fixing.

Closes: https://bugs.gentoo.org/885357
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-06-22 15:42:50 +10:00
parent b0d8589ddd
commit e3a5f944a0
4 changed files with 3 additions and 62 deletions

View File

@@ -1,3 +1 @@
DIST commonmark-extensions-0.2.3.2.tar.gz 37074 BLAKE2B e3519ad4ec8bdb9db5ab8cbb57ffeccf2512621c7e5fe423dab1c5afb075f55fcf348dabcd770ab84abf1efae24ad73c013ab76d080122e55736e59fca2ea7c6 SHA512 93b6c856f8aa5858e2700e8ffd98dd56a294cae95430b0ec1ea1c6a48f952eb5c1ce8223a10a36f4249933e2efc92d8110ba54463af467535b435c236b03f619
DIST commonmark-extensions-0.2.3.5.tar.gz 37915 BLAKE2B c0a29517910da9de24e99ac25b2b38e9a894f3bde9bb144be07b5b0c2463e07ff5407bf40748e1ff1489fce82a1f4dbf7a5e2c205c33d7199ef0b7a17ea6ddcc SHA512 c7eff871f9413e5f9b32f979f8d09fae4a0e509439231b8959f56ece7e6083264b58154f9869f0757bc85cbb4f9fc726c9bffad0da0fbe9742a8cd86822c96d6
DIST commonmark-extensions-0.2.6.tar.gz 45716 BLAKE2B 4d7c400fcd7adf8d198db36845bff1e38a899078ee7fbfbeb1dae905aa6b40e85140998555db60b68e51789661218927fde6e003e11f3c2cd3f266dd86dae847 SHA512 7dc86f8d4b72315a41ed7dacb3e19d8a071b5093c03c58c71963c09d15e173a469ab069ea297f47799af1c91763ea757ff63871d445b81e1b667476806ddbac0
DIST commonmark-extensions-0.2.7.tar.gz 46527 BLAKE2B af16f7298d44159b9d9431a15f85ff549848170f2ff42e790ffcd6aa20ae09f601c2d1487cfb3008b98e1da5eff6743cfa58eab3943adda0c71be38d3bf4175f SHA512 34feb78e0b10fe6ff4333734e7f145d082786b99a5075eae4b4e2ee04236344dfc2c99d80d4f4c31900b585a7369c0a3ac57ae36bd65ae8d724e9973bfd03c13

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.7.1.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Pure Haskell commonmark parser"
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 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/commonmark-0.2.2:=[profile?] <dev-haskell/commonmark-0.3:=[profile?]
>=dev-haskell/emojis-0.1:=[profile?] <dev-haskell/emojis-0.2:=[profile?]
dev-haskell/network-uri:=[profile?]
>=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
test? ( dev-haskell/tasty
dev-haskell/tasty-hunit )
"

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.8.4.0.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Pure Haskell commonmark parser"
HOMEPAGE="https://github.com/jgm/commonmark-hs"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/commonmark-0.2.2:=[profile?] <dev-haskell/commonmark-0.3:=[profile?]
>=dev-haskell/emojis-0.1:=[profile?] <dev-haskell/emojis-0.2:=[profile?]
dev-haskell/network-uri:=[profile?]
dev-haskell/parsec:=[profile?]
dev-haskell/text:=[profile?]
>=dev-lang/ghc-8.8.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.0.0.0
test? ( dev-haskell/tasty
dev-haskell/tasty-hunit )
"

View File

@@ -3,7 +3,7 @@
EAPI=8
# ebuild generated by hackport 0.9.0.0.9999
# ebuild generated by hackport 0.9.1.0
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@@ -15,7 +15,7 @@ LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/commonmark-0.2.4.1:=[profile?] <dev-haskell/commonmark-0.3:=[profile?]
RDEPEND=">=dev-haskell/commonmark-0.2.4.1:=[profile?] <dev-haskell/commonmark-0.4:=[profile?]
>=dev-haskell/emojis-0.1.4.1:=[profile?] <dev-haskell/emojis-0.2:=[profile?]
dev-haskell/network-uri:=[profile?]
dev-haskell/parsec:=[profile?]