diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/text-icu |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/text-icu')
-rw-r--r-- | dev-haskell/text-icu/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/text-icu/metadata.xml | 39 | ||||
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.7.0.1.ebuild | 32 |
3 files changed, 76 insertions, 0 deletions
diff --git a/dev-haskell/text-icu/Manifest b/dev-haskell/text-icu/Manifest new file mode 100644 index 000000000000..fd3684e614c7 --- /dev/null +++ b/dev-haskell/text-icu/Manifest @@ -0,0 +1,5 @@ +DIST text-icu-0.7.0.1.tar.gz 45533 SHA256 e2764c2749033706eed5b9fb3cda11177ad15cdf11912028f551eca39a2c7f78 SHA512 54551ce0d629bffcca32fc855bfcdf2e24282359ce3a32578a98de4f4ad15378fa7df98c59d73323549a2ac873b10a10202bda02f5be83fbe1ab945aac5e50a9 WHIRLPOOL a1e89d7aedee118bbce7576976e51c87e7b8e48c2afd0b1157aada0f2664ed8dabdf3668c62f44b8447cbed1ba4d93f911f0a78037548f27034c7c7d6e7d799d +EBUILD text-icu-0.7.0.1.ebuild 806 SHA256 85834146c5b686af53c366c2fc8fa647bae84f70952c911830d770d50d0375c1 SHA512 e62603b7ac3eaf9025717ee2dda9c82d0ca053acb1068771f3d46554e2b3a90c4a6500ff115c31d56e57672519a8da33e23efec5e1982265a7644e4d4ddbcfef WHIRLPOOL 4530ab4fea266277f4f302a25466235993d89ae984a9acfc9a6ea63cebefac72d9a102b5f822f5eddc8e449a49176241ac79bbd05ae2282c61858f3ea763625a +MISC ChangeLog 3578 SHA256 918dc591c8074fb93cebbf4f7b7afe986704145f91b4e33a1d015c2d56ce241c SHA512 48cfd3b25abd9f95173742e480e34a514f8ecf8eac9f574b6d5a090d33249a0a3f57366f219fee56fac2409470b87aaff76b80062d18adf25ffe9a9654934760 WHIRLPOOL 33269b97f89aab4bef56750d1059c92126b3074920f7aa0d040770bcc067ce8df397a921fdab042d12d74fe2b1368fdb58aa6485ae6e09855e0a30e020fb5e84 +MISC ChangeLog-2015 2126 SHA256 f8107944442778957cc7f78f4739e8955bcab67106b4865b18cf431521a17d71 SHA512 5b998890bfdf8dd45fbf6ce1c2f49cc5f3967504894618cd83e2ee2ebf818c6741fc5d4ca18329339ba3f860880a0d490edd646df17673f4e17d49e2513182b6 WHIRLPOOL f80d67ae02be83fa8a42cfa8840e24b0ca688f654108f5395a1389759592e76f91e797eb9b081990ff611fc3b80dafdc692ffc873078d8617e3ee4090e41967f +MISC metadata.xml 1375 SHA256 793fb41895582dcae0e32f7fbb27c86358b5ad80a527eb7245f63c17cdeba0bd SHA512 0ff41b1b72b3cc09947f6937b969a07e98c9d04bb0967cf4feb066c755ea1da415a6138099aff4550cc7423a02d1c5f95a16e865c2c127e3551a62521e05d79f WHIRLPOOL 4d720ab47f3fb7916fece25c49ac8f2538c891ffe2ccb9ecfdaac9f527262737301e3de8af4b2331b236de0ad039178af8f3923dd44d4c0347264a164bd2b031 diff --git a/dev-haskell/text-icu/metadata.xml b/dev-haskell/text-icu/metadata.xml new file mode 100644 index 000000000000..bf8841a2a444 --- /dev/null +++ b/dev-haskell/text-icu/metadata.xml @@ -0,0 +1,39 @@ +<?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> + Haskell bindings to the International Components for Unicode (ICU) + libraries. These libraries provide robust and full-featured Unicode + services on a wide variety of platforms. + + Features include: + + * Both pure and impure bindings, to allow for fine control over efficiency + and ease of use. + + * Breaking of strings on character, word, sentence, and line boundaries. + + * Access to the Unicode Character Database (UCD) of character metadata. + + * String collation functions, for locales where the conventions for + lexicographic ordering differ from the simple numeric ordering of + character codes. + + * Character set conversion functions, allowing conversion between + Unicode and over 220 character encodings. + + * Unicode normalization. (When implementations keep strings in a + normalized form, they can be assured that equivalent strings have a + unique binary representation.) + + * Regular expression search and replace. + </longdescription> + <upstream> + <remote-id type="github">bos/text-icu</remote-id> + <remote-id type="bitbucket">bos/text-icu</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild b/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild new file mode 100644 index 000000000000..5ca406411cc3 --- /dev/null +++ b/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Bindings to the ICU library" +HOMEPAGE="https://github.com/bos/text-icu" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?] + >=dev-lang/ghc-7.4.1:= + dev-libs/icu:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/hunit-1.2 + >=dev-haskell/quickcheck-2.4 + dev-haskell/random + >=dev-haskell/test-framework-0.4 + >=dev-haskell/test-framework-hunit-0.2 + >=dev-haskell/test-framework-quickcheck2-0.2 ) +" |