Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/hxt/
Date: Thu, 29 Sep 2022 07:55:49
Message-Id: 1664437944.aeb40c5e81dd84dc4bb212145006f3693e0bca64.jsmolic@gentoo
1 commit: aeb40c5e81dd84dc4bb212145006f3693e0bca64
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 07:52:24 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 07:52:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb40c5e
7
8 dev-haskell/hxt: Remove last-rited pkg
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-haskell/hxt/Manifest | 1 -
13 dev-haskell/hxt/hxt-9.3.1.22.ebuild | 37 -------------------------------------
14 dev-haskell/hxt/metadata.xml | 26 --------------------------
15 profiles/package.mask | 1 -
16 4 files changed, 65 deletions(-)
17
18 diff --git a/dev-haskell/hxt/Manifest b/dev-haskell/hxt/Manifest
19 deleted file mode 100644
20 index 72b30d6186dc..000000000000
21 --- a/dev-haskell/hxt/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST hxt-9.3.1.22.tar.gz 224934 BLAKE2B bbe83adfc1506bad54e20859c91bff04a6b15ca9ece0a90455bb54b77eb55414dd0428656fb641af06e903d17f32a25389fb52bac066d5c51a79e5c4985298ab SHA512 ac7720a01a7769bfb528aa5de29fff9a993c430af75d1326bd50e845c3b7378be09bdda8c99bdd7e45fc5c09fac10c6fc318ff77cf65b2ad7ea2709aff2c1af8
25
26 diff --git a/dev-haskell/hxt/hxt-9.3.1.22.ebuild b/dev-haskell/hxt/hxt-9.3.1.22.ebuild
27 deleted file mode 100644
28 index aac5424955fc..000000000000
29 --- a/dev-haskell/hxt/hxt-9.3.1.22.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -# ebuild generated by hackport 0.6.7.9999
38 -#hackport: flags: +network-uri
39 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="A collection of tools for processing XML with Haskell"
44 -HOMEPAGE="https://github.com/UweSchmidt/hxt"
45 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="profile"
51 -
52 -RDEPEND=">=dev-haskell/hxt-charproperties-9.1:=[profile?]
53 - >=dev-haskell/hxt-regex-xmlschema-9.2:=[profile?]
54 - >=dev-haskell/hxt-unicode-9.0.1:=[profile?]
55 - >=dev-haskell/mtl-2.0.1:=[profile?] <dev-haskell/mtl-3:=[profile?]
56 - >=dev-haskell/network-uri-2.6:=[profile?]
57 - >=dev-haskell/parsec-2.1:=[profile?] <dev-haskell/parsec-4:=[profile?]
58 - >=dev-lang/ghc-8.4.3:=
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-haskell/cabal-2.2.0.1
62 -"
63 -
64 -src_configure() {
65 - haskell-cabal_src_configure \
66 - --flag=network-uri \
67 - $(cabal_flag profile profile)
68 -}
69
70 diff --git a/dev-haskell/hxt/metadata.xml b/dev-haskell/hxt/metadata.xml
71 deleted file mode 100644
72 index 0245ce787d55..000000000000
73 --- a/dev-haskell/hxt/metadata.xml
74 +++ /dev/null
75 @@ -1,26 +0,0 @@
76 -<?xml version="1.0" encoding="UTF-8"?>
77 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
78 -<pkgmetadata>
79 - <maintainer type="project">
80 - <email>haskell@g.o</email>
81 - <name>Gentoo Haskell</name>
82 - </maintainer>
83 - <longdescription>
84 - The Haskell XML Toolbox bases on the ideas of HaXml and HXML,
85 - but introduces a more general approach for processing XML with Haskell.
86 - The Haskell XML Toolbox uses a generic data model for representing XML documents,
87 - including the DTD subset and the document subset, in Haskell.
88 - It contains a validating XML parser, a HTML parser, namespace support,
89 - an XPath expression evaluator, an XSLT library, a RelaxNG schema validator
90 - and funtions for serialization and deserialization of user defined data.
91 - The library makes extensive use of the arrow approach for processing XML.
92 - Since version 9 the toolbox is partitioned into various (sub-)packages.
93 - This package contains the core functionality,
94 - hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions.
95 - hxt-unicode contains encoding and decoding functions,
96 - hxt-charproperties char properties for unicode and XML.
97 - </longdescription>
98 - <upstream>
99 - <remote-id type="github">UweSchmidt/hxt</remote-id>
100 - </upstream>
101 -</pkgmetadata>
102
103 diff --git a/profiles/package.mask b/profiles/package.mask
104 index fb58c04a54f2..de22f8097fd6 100644
105 --- a/profiles/package.mask
106 +++ b/profiles/package.mask
107 @@ -302,7 +302,6 @@ dev-haskell/hsyaml-aeson
108 dev-haskell/http-common
109 dev-haskell/http-download
110 dev-haskell/http-streams
111 -dev-haskell/hxt
112
113 # hololeap <hololeap@××××××××××.com> (2022-08-21)
114 # doctest-parallel does not currently work with Setup.hs (used internally by