From aeb34c47a1042b074096bacb85205617c8a14d3a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 25 Jul 2022 02:55:08 +0100 Subject: gentoo auto-resync : 25:07:2022 - 02:55:08 --- dev-haskell/th-expand-syns/Manifest | 4 ++-- .../th-expand-syns/th-expand-syns-0.4.6.0.ebuild | 25 ---------------------- .../th-expand-syns/th-expand-syns-0.4.9.0.ebuild | 24 +++++++++++++++++++++ 3 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 dev-haskell/th-expand-syns/th-expand-syns-0.4.6.0.ebuild create mode 100644 dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild (limited to 'dev-haskell/th-expand-syns') diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest index ead95d9bc1ef..c941cb89b8a6 100644 --- a/dev-haskell/th-expand-syns/Manifest +++ b/dev-haskell/th-expand-syns/Manifest @@ -1,3 +1,3 @@ -DIST th-expand-syns-0.4.6.0.tar.gz 8228 BLAKE2B 6f0a0ee73cc7999a2cc42aa4982980851d14e4db8aebd921cc04517505676b24fa5e2b6977ce7b2d73a3e153ffb4f98727503fc5d735e409c0dcb9d4930d4f09 SHA512 93c4516052b2130a189c72fe5ca99e44ffdb4937f6a8afd8c192ba24a7002bd45865992cebf44c5c9d6ddfd9f67a1d7d73633e7521c4a9828a0defee627e89b5 -EBUILD th-expand-syns-0.4.6.0.ebuild 600 BLAKE2B da6091de846999c6dc84474e34cce7096e2329f0d3ce583aa36ab040d6cb7e31cfae607fd83f51b103032703d5e2ee70023f625b3739e611258322d34d7ebfc4 SHA512 6e08c000f570e81e0297a9e41de123e6be72b0f7141bdc9ff290ad9507565cca4a4df4f9280b7e5e8fc403fcd09052a34428c2bf8dcdc75b1ca9b533aef7aadc +DIST th-expand-syns-0.4.9.0.tar.gz 7381 BLAKE2B 7baf5af02ee17ac65cc11ea44c2413d70d49086a4cff5158e80955aa47c72ed74ae4cf02e32de2aa047e3c0eeb5a14ad4fa4a836d6ef3c1448d742cfce340d98 SHA512 ff20a81e37bbefa246c6c1c596f69f83f1d2f7fdbb217556d42fff1cedbf064b65cc6e005806022221b4b6bc5e5f1dcda75ca9b51efcff6d14bfe0e6b658485d +EBUILD th-expand-syns-0.4.9.0.ebuild 627 BLAKE2B fe2c948838cc02ac51a44f93dd91f97ba1e66f6d0e752d30ca5db17dd114e149b16612ce5cc88348b1c040608bf5015380e253cb7ed0bf9b4a7304f85a3163cb SHA512 23b617ae25fe0a240444f27bbb4871d6463a0f4c2286dd6dc20fdfd86a01ba29e48cefc84695a7e5be7555f5ccbc8ebb9011e30a7d0e4c1e8196042fa4c23fe5 MISC metadata.xml 346 BLAKE2B c7e262bcfbba1add361981f6058cf0f2a0fe33ebf7cce4862bdf1fc11f786058d6e703ac994650845ef8fe89b47c52c6e052344ed6458881f1af42f0edbe4089 SHA512 4221d5741b70ebdbab5514933182acdf914246b4d1bfd208edae1911758f5b4a2cf26d588cd81ab308cb39858149c895163a721d0055c327eb33144fcf307b95 diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.6.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.6.0.ebuild deleted file mode 100644 index 01dd51636b90..000000000000 --- a/dev-haskell/th-expand-syns/th-expand-syns-0.4.6.0.ebuild +++ /dev/null @@ -1,25 +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.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Expands type synonyms in Template Haskell ASTs" -HOMEPAGE="https://github.com/DanielSchuessler/th-expand-syns" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/syb:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild new file mode 100644 index 000000000000..b7dbef6e4685 --- /dev/null +++ b/dev-haskell/th-expand-syns/th-expand-syns-0.4.9.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.2.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Expands type synonyms in Template Haskell ASTs" +HOMEPAGE="https://github.com/DanielSchuessler/th-expand-syns" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-haskell/syb:=[profile?] + >=dev-haskell/th-abstraction-0.4.3:=[profile?] =dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 +" -- cgit v1.2.3