commit:     aeb40c5e81dd84dc4bb212145006f3693e0bca64
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 07:52:24 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 07:52:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb40c5e

dev-haskell/hxt: Remove last-rited pkg

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-haskell/hxt/Manifest            |  1 -
 dev-haskell/hxt/hxt-9.3.1.22.ebuild | 37 -------------------------------------
 dev-haskell/hxt/metadata.xml        | 26 --------------------------
 profiles/package.mask               |  1 -
 4 files changed, 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>hask...@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 <holol...@protonmail.com> (2022-08-21)
 # doctest-parallel does not currently work with Setup.hs (used internally by

Reply via email to