From f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Sep 2020 17:27:54 +0100 Subject: gentoo resync : 30.09.2020 --- dev-haskell/asn1-parse/Manifest | 4 ++-- dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild | 26 -------------------------- dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild create mode 100644 dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild (limited to 'dev-haskell/asn1-parse') diff --git a/dev-haskell/asn1-parse/Manifest b/dev-haskell/asn1-parse/Manifest index 54e5ccdffb4d..7724fb1d28d4 100644 --- a/dev-haskell/asn1-parse/Manifest +++ b/dev-haskell/asn1-parse/Manifest @@ -1,3 +1,3 @@ -DIST asn1-parse-0.9.4.tar.gz 2860 BLAKE2B 9e9d1ae63a125215143ec31f10149fb3cd4e821c83b91e99031de8fabe73cd0c91ebba6c2ca77ec78a2093e5d1760483f4174e409d957f5f86045b91444b85c4 SHA512 10579753addf0580d33f2d7d8571bedb3b4ff3d485891dd7db8b75ae09550cbd42ee9d00a452263810079eeb77ec630687b193a6d4b538bfdb683b92c9e64637 -EBUILD asn1-parse-0.9.4.ebuild 670 BLAKE2B bc4aea0b08fc96857a548be95c48618112eb71c1a23df63dfd1f0ab5ea237542710fe55de381a267f9e5a4689a6fe9073adaf2b858b42367abfc3daccb68a5eb SHA512 7764071086a5f94e6ca8b4f38b0991c7c105ab68791549b2c3e832f5152e57b6cf1500a5451d15ac9eb3fa698fdb63a11f972eb4f8aa064e49360376e3b64d8d +DIST asn1-parse-0.9.5.tar.gz 2951 BLAKE2B 000ef16e2ecca8e8b045dcb9c5b21955ca75b957380f47c6707b7083a22980bf45ed89007fdc1fe9f46f167513aefcfb713457ce0cb192522d14414bc8e76356 SHA512 d352422479a4bb31a6c7ea02fc3da701d1417bb37a9f029636f6e2646530e4bd8a8de65e192b2beaa5b0b115487c45f42252acf05f58e5f513dea4c81be59a7f +EBUILD asn1-parse-0.9.5.ebuild 670 BLAKE2B 6ac7744cfe54d38a32280878483aa91d72a4a50c937d1cdd14ea6932595d67281aea7f3c974deb3bdbd9d7167227ce025913ffe6cd39358ff72cc86eb169def6 SHA512 580abb463d2dbdd83bc872f0ab022a1f72c16651854978b19f5c73ff1fea4385de53f6f2346b842b50e8136f629b0d843b8208f174c2f64fa388888255d23b73 MISC metadata.xml 331 BLAKE2B 07ab1932c25a88eea1d8091d7423c6cd2823142a9a20380bc0a46b9024f29ed3b7ba95d06f2f670f325525e98a5c1089504bfb0cb6b9b1adbbe67fb270dc2dc8 SHA512 d6220a197105844f43502d4c29587da1ae473fd8bc74ff87de9d1c716a49659afd917c6a78e3c3611a3868dde9b12fc453fc3d2311e9f157b4e74aa752bfc5e7 diff --git a/dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild b/dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild deleted file mode 100644 index 24224124c10a..000000000000 --- a/dev-haskell/asn1-parse/asn1-parse-0.9.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.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Simple monadic parser for ASN1 stream types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?] - >=dev-haskell/asn1-types-0.3:=[profile?] =dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" diff --git a/dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild b/dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild new file mode 100644 index 000000000000..82d27ddeea93 --- /dev/null +++ b/dev-haskell/asn1-parse/asn1-parse-0.9.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Simple monadic parser for ASN1 stream types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?] + >=dev-haskell/asn1-types-0.3:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" -- cgit v1.2.3