From 8b9fdae8bf4d5220dc8412b2761d37f44f5ede89 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 11 Oct 2020 19:30:21 +0100 Subject: dev-haskell/hxt-charproperties: bump up to 9.4.0.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich --- dev-haskell/hxt-charproperties/Manifest | 2 +- .../hxt-charproperties-9.2.0.1.ebuild | 24 ----------------- .../hxt-charproperties-9.4.0.0.ebuild | 30 ++++++++++++++++++++++ dev-haskell/hxt-charproperties/metadata.xml | 9 ------- 4 files changed, 31 insertions(+), 34 deletions(-) delete mode 100644 dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild create mode 100644 dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild (limited to 'dev-haskell/hxt-charproperties') diff --git a/dev-haskell/hxt-charproperties/Manifest b/dev-haskell/hxt-charproperties/Manifest index e2e6d90fa248..23172b87c71e 100644 --- a/dev-haskell/hxt-charproperties/Manifest +++ b/dev-haskell/hxt-charproperties/Manifest @@ -1 +1 @@ -DIST hxt-charproperties-9.2.0.1.tar.gz 270767 BLAKE2B dce70cb87f1fa09ade7a4b62a3d016a6030f6de13f090195c91c4f14fd0434a2a81742a345caaa0e36b5e62b2ca1e053df56d88abd6f36165646e29da7134bd2 SHA512 518d7c15b43a33432c402b839713e1d29a60d44286ca411bfb3d9a4b955b1181b8ec84615a131db0113280bea7973c70618f4204a32b21e627c452e05a18a7ef +DIST hxt-charproperties-9.4.0.0.tar.gz 317043 BLAKE2B e8ea482090b0496a1064720e81cab04fa64be51486dedae6b418ea2386b5dc91d0b08af3d57a5c1b52206c6c76ff0b23c380dd03aa0bdfc1e84a80fb2317411b SHA512 8885ceb06e402f2e2e31d616eb605ddf380bec771edf4112fdf6875cbbf03cf1a88b5466e4b74270c7ccf0e1c04e335a3ded6867133a951e1070b7635976fba6 diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild deleted file mode 100644 index d1ce0f15526f..000000000000 --- a/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild +++ /dev/null @@ -1,24 +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.3 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Character properties and classes for XML and Unicode" -HOMEPAGE="https://github.com/UweSchmidt/hxt" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild new file mode 100644 index 000000000000..1cf7512f4d2c --- /dev/null +++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.6.9999 +#hackport: flags: -profile + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Character properties and classes for XML and Unicode" +HOMEPAGE="https://github.com/UweSchmidt/hxt" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-profile +} diff --git a/dev-haskell/hxt-charproperties/metadata.xml b/dev-haskell/hxt-charproperties/metadata.xml index 24b0e65dc8d1..b7878815d80d 100644 --- a/dev-haskell/hxt-charproperties/metadata.xml +++ b/dev-haskell/hxt-charproperties/metadata.xml @@ -5,13 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - Character proprties defined by XML and Unicode standards. - These modules contain predicates for Unicode blocks and char proprties - and character predicates defined by XML. - Supported Unicode version is 5.2.0. - - - UweSchmidt/hxt - -- cgit v1.2.3-65-gdbad