commit:     ad7a36009d877f1d17e54b722c37d662c015b2d1
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Apr 18 03:11:27 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 08:42:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7a3600

dev-haskell/texmath: bump up to 0.12.2

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/texmath/Manifest              |  1 +
 dev-haskell/texmath/texmath-0.12.2.ebuild | 41 +++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-haskell/texmath/Manifest b/dev-haskell/texmath/Manifest
index 7fae6e90550..f976ce403d8 100644
--- a/dev-haskell/texmath/Manifest
+++ b/dev-haskell/texmath/Manifest
@@ -1 +1,2 @@
 DIST texmath-0.12.0.3.tar.gz 1792577 BLAKE2B 
0c5ecb7cc49a53ad0ce54755a2a8518066223733b51287013d6e649fdb94b022a9ab81ceb3bb42b80b84bf75e9aa0088adbafe76e147d5314907d8aeb6be9a8e
 SHA512 
54b4789559dc7c6973854c290b018e7c00dd0ff1c06d8045b5d0a2304436bb59a951e93ab2c9d1d133a9d7c5197cc456334d40dc112c6c6a8f8e9370ab8aa190
+DIST texmath-0.12.2.tar.gz 1807359 BLAKE2B 
31da9ba7186eb9140c2fe70ba7011e91c00c290ef4b099197cdfb81ee2b992bae73756973b77d6920cabadef71739eb7208136fd2a589f9b81a6afaa338b296b
 SHA512 
89f3dc5c1042980abf06f1e4d3ca6806922f2094c6d7ec2cc1e4673ac16a7aaf73693c5fa5526eac96d6f9f5c2f894f2341295bacebb7216ef49eb8be7cc0424

diff --git a/dev-haskell/texmath/texmath-0.12.2.ebuild 
b/dev-haskell/texmath/texmath-0.12.2.ebuild
new file mode 100644
index 00000000000..e4edd72795d
--- /dev/null
+++ b/dev-haskell/texmath/texmath-0.12.2.ebuild
@@ -0,0 +1,41 @@
+# 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 test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Conversion between formats used to represent mathematics"
+HOMEPAGE="https://github.com/jgm/texmath";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="executable +network-uri"
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+       >=dev-haskell/pandoc-types-1.20:=[profile?] 
<dev-haskell/pandoc-types-1.23:=[profile?]
+       >=dev-haskell/parsec-3:=[profile?]
+       >=dev-haskell/syb-0.4.2:=[profile?] <dev-haskell/syb-0.8:=[profile?]
+       dev-haskell/text:=[profile?]
+       dev-haskell/xml:=[profile?]
+       >=dev-lang/ghc-8.4.3:=
+       executable? ( dev-haskell/aeson:=[profile?]
+                       network-uri? ( 
>=dev-haskell/network-uri-2.6:=[profile?] )
+                       !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) )
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-2.2.0.1
+       test? ( dev-haskell/temporary
+               dev-haskell/utf8-string )
+"
+
+src_configure() {
+       haskell-cabal_src_configure \
+               $(cabal_flag executable executable) \
+               $(cabal_flag network-uri network-uri)
+}

Reply via email to