summaryrefslogtreecommitdiff
path: root/dev-haskell/hxt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-29 15:22:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-29 15:22:55 +0100
commit3a2444aaf0bafd5c58c0dc8dda102352f20c76d8 (patch)
tree055720c0e02ac3f8bc4255b6740f18ba32db1c54 /dev-haskell/hxt
parentb94ab464dd0d948b7e7eac833b9bb51c03515918 (diff)
gentoo auto-resync : 29:09:2022 - 15:22:54
Diffstat (limited to 'dev-haskell/hxt')
-rw-r--r--dev-haskell/hxt/Manifest3
-rw-r--r--dev-haskell/hxt/hxt-9.3.1.22.ebuild37
-rw-r--r--dev-haskell/hxt/metadata.xml26
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-haskell/hxt/Manifest b/dev-haskell/hxt/Manifest
deleted file mode 100644
index 7f7fe009de5c..000000000000
--- a/dev-haskell/hxt/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST hxt-9.3.1.22.tar.gz 224934 BLAKE2B bbe83adfc1506bad54e20859c91bff04a6b15ca9ece0a90455bb54b77eb55414dd0428656fb641af06e903d17f32a25389fb52bac066d5c51a79e5c4985298ab SHA512 ac7720a01a7769bfb528aa5de29fff9a993c430af75d1326bd50e845c3b7378be09bdda8c99bdd7e45fc5c09fac10c6fc318ff77cf65b2ad7ea2709aff2c1af8
-EBUILD hxt-9.3.1.22.ebuild 1028 BLAKE2B 4739b5516ef2c1b63fbbf8b5269fbb5afbcbb5a7f368ae0ebb17ddf0e20ba6a5eabe7703de3e48fb5bb3fd5720347878c075b43e1f0e634dfff72383334dca72 SHA512 4b71ba1791948071a5117556687c87e7561dbdf64dc4629262cabfc09f793ccc52533da13225b2ac6404da6f948f86e08c4d40dc07ffbe508ce786892eb5d133
-MISC metadata.xml 1294 BLAKE2B b3c309d76bb64d89b089ed74622c15c325b62aded75f9c6c64a8eab944f2799c401176eced495db7fcca949fd1362589141df4ff2d7a36d2e90607846c7f4e43 SHA512 f6b70c76bf6334df21ee7674cc542d7567a480136bc3064d4037cb8b14933a4d9af48bb4123e62366c49cc8e88c66910b2af53fe534de457ed7d73ad1a44b964
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>