diff options
author | Jack Todaro <solpeth@posteo.org> | 2022-07-25 05:42:39 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-24 23:05:18 +0100 |
commit | 0f0ef1969210e9cf22a5a7e5a0d19d5d13dc5e65 (patch) | |
tree | b8d384d3c6a6fdbccb73c3aa863a8b234704ded2 /dev-haskell | |
parent | dev-haskell/hxt-charproperties: add 9.5.0.0 (diff) | |
download | gentoo-0f0ef1969210e9cf22a5a7e5a0d19d5d13dc5e65.tar.gz gentoo-0f0ef1969210e9cf22a5a7e5a0d19d5d13dc5e65.tar.bz2 gentoo-0f0ef1969210e9cf22a5a7e5a0d19d5d13dc5e65.zip |
dev-haskell/hxt-charproperties: drop 9.4.0.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hxt-charproperties/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/hxt-charproperties/Manifest b/dev-haskell/hxt-charproperties/Manifest index 34f37beceff9..3af9f81aabb0 100644 --- a/dev-haskell/hxt-charproperties/Manifest +++ b/dev-haskell/hxt-charproperties/Manifest @@ -1,2 +1 @@ -DIST hxt-charproperties-9.4.0.0.tar.gz 317043 BLAKE2B e8ea482090b0496a1064720e81cab04fa64be51486dedae6b418ea2386b5dc91d0b08af3d57a5c1b52206c6c76ff0b23c380dd03aa0bdfc1e84a80fb2317411b SHA512 8885ceb06e402f2e2e31d616eb605ddf380bec771edf4112fdf6875cbbf03cf1a88b5466e4b74270c7ccf0e1c04e335a3ded6867133a951e1070b7635976fba6 DIST hxt-charproperties-9.5.0.0.tar.gz 324736 BLAKE2B 81fa13d70db6194eba7c925aae7c19522fa91afedb83dd4a2abd741d780b22f36d595d7b94281e2f30cd3581190665b944d4a027f4b613079d938b7a7bc89470 SHA512 67e1d02a6f0c89e902fb210b99784ba4e3689b35d05ab149686f7343695a936b0fbf695e672ed088a8bbb283a0517e4a2580b64e36a8322534f45e7e99aba82d 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 deleted file mode 100644 index 1cf7512f4d2c..000000000000 --- a/dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -} |