summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:52:24 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:52:24 +0200
commitaeb40c5e81dd84dc4bb212145006f3693e0bca64 (patch)
tree5d760bbd5da5e91803d2e79df0fc44f83ceae360
parentdev-haskell/hxt-charproperties: Remove last-rited pkg (diff)
downloadgentoo-aeb40c5e81dd84dc4bb212145006f3693e0bca64.tar.gz
gentoo-aeb40c5e81dd84dc4bb212145006f3693e0bca64.tar.bz2
gentoo-aeb40c5e81dd84dc4bb212145006f3693e0bca64.zip
dev-haskell/hxt: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-haskell/hxt/Manifest1
-rw-r--r--dev-haskell/hxt/hxt-9.3.1.22.ebuild37
-rw-r--r--dev-haskell/hxt/metadata.xml26
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 65 deletions
diff --git a/dev-haskell/hxt/Manifest b/dev-haskell/hxt/Manifest
deleted file mode 100644
index 72b30d6186dc..000000000000
--- a/dev-haskell/hxt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hxt-9.3.1.22.tar.gz 224934 BLAKE2B bbe83adfc1506bad54e20859c91bff04a6b15ca9ece0a90455bb54b77eb55414dd0428656fb641af06e903d17f32a25389fb52bac066d5c51a79e5c4985298ab SHA512 ac7720a01a7769bfb528aa5de29fff9a993c430af75d1326bd50e845c3b7378be09bdda8c99bdd7e45fc5c09fac10c6fc318ff77cf65b2ad7ea2709aff2c1af8
diff --git a/dev-haskell/hxt/hxt-9.3.1.22.ebuild b/dev-haskell/hxt/hxt-9.3.1.22.ebuild
deleted file mode 100644
index aac5424955fc..000000000000
--- a/dev-haskell/hxt/hxt-9.3.1.22.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.7.9999
-#hackport: flags: +network-uri
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A collection of tools for processing XML with Haskell"
-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="profile"
-
-RDEPEND=">=dev-haskell/hxt-charproperties-9.1:=[profile?]
- >=dev-haskell/hxt-regex-xmlschema-9.2:=[profile?]
- >=dev-haskell/hxt-unicode-9.0.1:=[profile?]
- >=dev-haskell/mtl-2.0.1:=[profile?] <dev-haskell/mtl-3:=[profile?]
- >=dev-haskell/network-uri-2.6:=[profile?]
- >=dev-haskell/parsec-2.1:=[profile?] <dev-haskell/parsec-4:=[profile?]
- >=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=network-uri \
- $(cabal_flag profile profile)
-}
diff --git a/dev-haskell/hxt/metadata.xml b/dev-haskell/hxt/metadata.xml
deleted file mode 100644
index 0245ce787d55..000000000000
--- a/dev-haskell/hxt/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- The Haskell XML Toolbox bases on the ideas of HaXml and HXML,
- but introduces a more general approach for processing XML with Haskell.
- The Haskell XML Toolbox uses a generic data model for representing XML documents,
- including the DTD subset and the document subset, in Haskell.
- It contains a validating XML parser, a HTML parser, namespace support,
- an XPath expression evaluator, an XSLT library, a RelaxNG schema validator
- and funtions for serialization and deserialization of user defined data.
- The library makes extensive use of the arrow approach for processing XML.
- Since version 9 the toolbox is partitioned into various (sub-)packages.
- This package contains the core functionality,
- hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions.
- hxt-unicode contains encoding and decoding functions,
- hxt-charproperties char properties for unicode and XML.
- </longdescription>
- <upstream>
- <remote-id type="github">UweSchmidt/hxt</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index fb58c04a54f2..de22f8097fd6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -302,7 +302,6 @@ dev-haskell/hsyaml-aeson
dev-haskell/http-common
dev-haskell/http-download
dev-haskell/http-streams
-dev-haskell/hxt
# hololeap <hololeap@protonmail.com> (2022-08-21)
# doctest-parallel does not currently work with Setup.hs (used internally by