diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/stringprep | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/stringprep')
-rw-r--r-- | dev-haskell/stringprep/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/stringprep/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/stringprep/stringprep-0.1.5.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/stringprep/stringprep-1.0.0.ebuild | 30 |
4 files changed, 71 insertions, 0 deletions
diff --git a/dev-haskell/stringprep/Manifest b/dev-haskell/stringprep/Manifest new file mode 100644 index 000000000000..020453d49b3f --- /dev/null +++ b/dev-haskell/stringprep/Manifest @@ -0,0 +1,5 @@ +DIST stringprep-0.1.5.tar.gz 82062 BLAKE2B 29453e17b56c1c3bc94d87ac29b78cd7c63da4227c34d0d8a2e11a8e381b976cbde71e1498a2a469fbbb330da1cf6004c57620bcf30f166e8e85989cb6ef8c86 SHA512 7899905037927ae4c7d490f56fdf5a7a051daf39324adcb0f4d9a1ad35b06f05b914f3b706ff61c77f694b654e85db7866a7cfc5c8982ccfbbbe6224874a735e +DIST stringprep-1.0.0.tar.gz 17166 BLAKE2B 14089c667d95f8e4e91450c9990832855857e1f617f1964688adae28c044e3a5668e686eaabdd64cf7eb5cf4b0522fccd33bd3ccc012afce6fc3a25aa0a0b6e5 SHA512 0b6fc990124ccf12fe9a604b0f27a5b99a3d3a5fab7e938390fa9130ed3713cf4a7a610c1ac3b9e8f6138eb7e06a94c23f6bd9be132d1350607fe5abd010ee33 +EBUILD stringprep-0.1.5.ebuild 671 BLAKE2B 15856370952f48570b4005555c3e9acaac68d77c741e33bedd8845e0265e55ff7a2cd1b29ae2945f6d968f0cf19afb2134075cc21d62d9b68c45af2cd580dcc8 SHA512 5ef5452b5804673da8e42b0335586ef10e435c448865095310b68b536fdde2ff7ae3e1cacf55187395be5fc55c514a498643a9b7b7fd84c98b012158b9a4cfa0 +EBUILD stringprep-1.0.0.ebuild 750 BLAKE2B c2769819382c07007c5bd3ff984c008f180111352d63d4e052ba34f594c635efe5036a77b6cd01341b6c6130053ed72e76be1319084d46b3e82b20e05a3e199f SHA512 a3375f73e9d9c84e2933546650ff471e8e746cd3dc88e3f70b1c78ce4da3328b252d227978a41e9ba1970fe7fcfa2308e07d45016f8fba093a7394dec6adfdfe +MISC metadata.xml 328 BLAKE2B 119f5715dc417bb339098a7423d1d90ca294574d0cfad34de1d55128a1320058aef520a3e298d8b80575097fdd861ccd66a0952fc626479d92250c4771038b38 SHA512 1c68c3a38c37cbfd9852978b06b03269bdb28928cdb148395663f59540e7b2807a9f3b55f3e9d52255d23b4c2fb91472a36c91d7e3d4008aec78c6aeca6d5f59 diff --git a/dev-haskell/stringprep/metadata.xml b/dev-haskell/stringprep/metadata.xml new file mode 100644 index 000000000000..1ef55c7236ac --- /dev/null +++ b/dev-haskell/stringprep/metadata.xml @@ -0,0 +1,11 @@ +<?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> + Implements the "StringPrep" algorithm + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/stringprep/stringprep-0.1.5.ebuild b/dev-haskell/stringprep/stringprep-0.1.5.ebuild new file mode 100644 index 000000000000..0053ca1edf2f --- /dev/null +++ b/dev-haskell/stringprep/stringprep-0.1.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Implements the "StringPrep" algorithm" +HOMEPAGE="http://hackage.haskell.org/package/stringprep" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-haskell/ranges-0.2.2:=[profile?] + >=dev-haskell/text-0.9:=[profile?] + >=dev-haskell/text-icu-0.6:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/stringprep/stringprep-1.0.0.ebuild b/dev-haskell/stringprep/stringprep-1.0.0.ebuild new file mode 100644 index 000000000000..cf5dfb0b1a7b --- /dev/null +++ b/dev-haskell/stringprep/stringprep-1.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Implements the "StringPrep" algorithm" +HOMEPAGE="http://hackage.haskell.org/package/stringprep" +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:=[profile?] + >=dev-haskell/text-icu-0.6:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/quickcheck + dev-haskell/tasty + dev-haskell/tasty-quickcheck + dev-haskell/tasty-th ) +" |