From ad0412d0cafb8c04ce98024155cf99a4cc27db44 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Jul 2022 09:09:34 +0100 Subject: gentoo auto-resync : 30:07:2022 - 09:09:33 --- dev-haskell/texmath/Manifest | 4 +-- dev-haskell/texmath/metadata.xml | 14 ----------- dev-haskell/texmath/texmath-0.12.2.ebuild | 41 ------------------------------- 3 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 dev-haskell/texmath/texmath-0.12.2.ebuild (limited to 'dev-haskell/texmath') diff --git a/dev-haskell/texmath/Manifest b/dev-haskell/texmath/Manifest index 644a8f9183ae..a91d71728015 100644 --- a/dev-haskell/texmath/Manifest +++ b/dev-haskell/texmath/Manifest @@ -1,5 +1,3 @@ -DIST texmath-0.12.2.tar.gz 1807359 BLAKE2B 31da9ba7186eb9140c2fe70ba7011e91c00c290ef4b099197cdfb81ee2b992bae73756973b77d6920cabadef71739eb7208136fd2a589f9b81a6afaa338b296b SHA512 89f3dc5c1042980abf06f1e4d3ca6806922f2094c6d7ec2cc1e4673ac16a7aaf73693c5fa5526eac96d6f9f5c2f894f2341295bacebb7216ef49eb8be7cc0424 DIST texmath-0.12.5.1.tar.gz 1606982 BLAKE2B a58e033176a6a9ba136590b8403d577c24c84cab983a6ee53ba2ae4564c05b681a31859aa066a3cb5aa3b18b07eaee9266964018abc8c30cc9288df15160d8f4 SHA512 77f3b008b82a8a1946108f8bb948d5d43121bffe2b2e22220cc8eb404884fa4c960bff07d7c8a5c75d5cce53d4039a8e6edd190fc69f5ad4da5b41212751f897 -EBUILD texmath-0.12.2.ebuild 1230 BLAKE2B 74d91f654940d8c88699647d377be2908709defb1697c952d93feee66ca8735e21c4e01728708d8c97b5ed6d1af60538dbc51b3f95fcae6024cc1a8ece9c79f7 SHA512 af9c5fb5faf2c1490f0bc6c67e21d6e7ceb7185f2f9736ec020957ad35ddfe43ac6e9e5d9d9a55f075af8f3014494c3dfd924a059ed94c35a12f09c4cda60854 EBUILD texmath-0.12.5.1.ebuild 1506 BLAKE2B 487c344d174e81e6e502a748e11b8ed45b1cd19775484267c7abed8ab145b3d3b301d5df72e0ac4f9820988577c02476479de2390ae1004055539fdaac4445eb SHA512 ec2bcb0cde7151ba026ad4faa3daabc5497cf76b683fc9beb32f18eefb26e285ead355ad49fadd14d3931ff2478da33bb1a213643452b050cb490f54766fb8c4 -MISC metadata.xml 968 BLAKE2B 05f4a11bb50a3effd8d877a0ba2c3005616a20f87119ed7390a485610ec82b92a252daf92b18ecdd0c02b7735816cc58be494d277ad0b7082995a919f2440137 SHA512 cb799257a5c255e964e5f516331ae11f844c55531b0d8bcc62be22542f4adb450f698bc16c7c03e30638e7eea178c91db74e72defe5a2d8fe1e161337473d247 +MISC metadata.xml 447 BLAKE2B c354596e76ee9dbe9ac9dd04c1dea9a526a28ac0ef38423ab516be7209f6cc02cb7ff118d4dd18f883a82cda4fbc1b7f26ec2b649a97e59afc2b9a28863b3a1d SHA512 f53db773e5b0edb53b75fa16878fbccee7ae8b3d01ea45822ea7d63443e64f17302b4f1819eb78b5e471726811b57e9e77f712df495439f3677066f272f21643 diff --git a/dev-haskell/texmath/metadata.xml b/dev-haskell/texmath/metadata.xml index 7364f9dbea9b..77811c73b748 100644 --- a/dev-haskell/texmath/metadata.xml +++ b/dev-haskell/texmath/metadata.xml @@ -5,22 +5,8 @@ haskell@gentoo.org Gentoo Haskell - - The texmathml library provides functions to convert LaTeX - math formulas to presentation MathML. It supports - basic LaTeX and AMS extensions, and it can parse and - apply LaTeX macros. - - Use the @test@ flag to install a standalone executable, - @texmath@, that reads a LaTeX formula from @stdin@ and - writes MathML to @stdout@. - - Use the @cgi@ flag to install a cgi script, - @texmath-cgi@. - Compile test executable. - Get Network.URI from the network-uri package. Compile webserver. diff --git a/dev-haskell/texmath/texmath-0.12.2.ebuild b/dev-haskell/texmath/texmath-0.12.2.ebuild deleted file mode 100644 index e4edd72795d8..000000000000 --- a/dev-haskell/texmath/texmath-0.12.2.ebuild +++ /dev/null @@ -1,41 +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 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/parsec-3:=[profile?] - >=dev-haskell/syb-0.4.2:=[profile?] =dev-lang/ghc-8.4.3:= - executable? ( dev-haskell/aeson:=[profile?] - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? (