Skip to content

Commit

Permalink
dev-haskell/hxt-charproperties: bump up to 9.4.0.0
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Oct 11, 2020
1 parent 46846ce commit 8b9fdae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/hxt-charproperties/Manifest
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

# ebuild generated by hackport 0.4.3
# ebuild generated by hackport 0.6.6.9999
#hackport: flags: -profile

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
Expand All @@ -22,3 +23,8 @@ RDEPEND=">=dev-lang/ghc-7.4.1:=
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

src_configure() {
haskell-cabal_src_configure \
--flag=-profile
}
9 changes: 0 additions & 9 deletions dev-haskell/hxt-charproperties/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,4 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
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.
</longdescription>
<upstream>
<remote-id type="github">UweSchmidt/hxt</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 8b9fdae

Please sign in to comment.