summaryrefslogtreecommitdiff
path: root/dev-haskell/hxt-charproperties
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/hxt-charproperties
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/hxt-charproperties')
-rw-r--r--dev-haskell/hxt-charproperties/Manifest5
-rw-r--r--dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.1.ebuild22
-rw-r--r--dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild24
-rw-r--r--dev-haskell/hxt-charproperties/metadata.xml17
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-haskell/hxt-charproperties/Manifest b/dev-haskell/hxt-charproperties/Manifest
deleted file mode 100644
index fa5b69716047..000000000000
--- a/dev-haskell/hxt-charproperties/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST hxt-charproperties-9.1.1.1.tar.gz 225230 BLAKE2B d3f022c10dbfad31eca1b0950996a898e577f4cc8e90704f8660fe3e07a1f400aef40afc79d0268e32594e9e4cbedd64cdf611cc3efb0d3f84ba9f29f6907d7c SHA512 c2dcfc9969f5651b79ca3dd3f4ba410a3389648182e7c7a7f1cd38b6adda64068b22086cedef60a7de87ff56693f4b5968aa2bdf17c2a08d6a6fe0a9073a9192
-DIST hxt-charproperties-9.2.0.1.tar.gz 270767 BLAKE2B dce70cb87f1fa09ade7a4b62a3d016a6030f6de13f090195c91c4f14fd0434a2a81742a345caaa0e36b5e62b2ca1e053df56d88abd6f36165646e29da7134bd2 SHA512 518d7c15b43a33432c402b839713e1d29a60d44286ca411bfb3d9a4b955b1181b8ec84615a131db0113280bea7973c70618f4204a32b21e627c452e05a18a7ef
-EBUILD hxt-charproperties-9.1.1.1.ebuild 571 BLAKE2B dfa93ef4276843e0992fb8fa3acfc4ce23132d71192c4e209a769a0cf57fffb98aceabd709c9c1c2c07c46963fbbf22e8e1f8afb7fb76d37aebc60923d3b35dd SHA512 d857a6746804b0195b3d64f1b8785d3342266bf7b1ab2d5f8cbda8f8d174fb552836e89fc8b60ccc0faecbae0447ff07c3b841db70895129a3f0d033fa816fa8
-EBUILD hxt-charproperties-9.2.0.1.ebuild 552 BLAKE2B 7ce72b3c794df5a95165622489605423f5363a98f15235cffe081cce4497e6789944d0b15181d684685207c22cc8f7ec13366e1615191797ae86b9c660d5cb21 SHA512 25be12831b88993f7a5e7c49f90ce30a5e81ae6bfe6da8ce41634b98b5483a30bd60a10e3fae1fcbbcef2204dc1318bee82cbed49326dde7a2bb7cbc6f2188d0
-MISC metadata.xml 581 BLAKE2B f4b8e35776feb9f8b8f694c85414f936eb16ba5cb43d57e018e12f25ebc29f87e8324cd6aec9811e63ec35defec9cf3d3e32918af0077012677551a2329c3954 SHA512 bf36ee1feade57b7b7d4426ef5f38d3773ce0fa36bc7bec3ec1a222d8ada450bdca1d6352be1f006b7e93ecc8108f7535a0e4bc9866715ac7f9b2db96a8c8739
diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.1.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.1.ebuild
deleted file mode 100644
index e6b6cd074677..000000000000
--- a/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Character properties and classes for XML and Unicode"
-HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.4"
diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild
deleted file mode 100644
index 664b4b86d2a3..000000000000
--- a/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3
-
-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="mirror://hackage/packages/archive/${PN}/${PV}/${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
-"
diff --git a/dev-haskell/hxt-charproperties/metadata.xml b/dev-haskell/hxt-charproperties/metadata.xml
deleted file mode 100644
index 24b0e65dc8d1..000000000000
--- a/dev-haskell/hxt-charproperties/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Character proprties defined by XML and Unicode standards.
- These modules contain predicates for Unicode blocks and char proprties
- and character predicates defined by XML.
- Supported Unicode version is 5.2.0.
- </longdescription>
- <upstream>
- <remote-id type="github">UweSchmidt/hxt</remote-id>
- </upstream>
-</pkgmetadata>