diff options
Diffstat (limited to 'dev-haskell/x509')
-rw-r--r-- | dev-haskell/x509/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/x509/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/x509/x509-1.4.10.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/x509/x509-1.4.11.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/x509/x509-1.5.0.1.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/x509/x509-1.5.1.ebuild | 35 |
6 files changed, 159 insertions, 0 deletions
diff --git a/dev-haskell/x509/Manifest b/dev-haskell/x509/Manifest new file mode 100644 index 000000000000..d134e4d48ba4 --- /dev/null +++ b/dev-haskell/x509/Manifest @@ -0,0 +1,4 @@ +DIST x509-1.4.10.tar.gz 13974 SHA256 572517ae4bf469681010109adcc31dfacc40f5329200d37da226cee2ce0358f7 SHA512 7d8e8ead2e5fc69b9e6c1aae5bb0ff0f46ebc66786f43b60137a87503906ab7ebebe7a913d30a93e249bc5884415fb90215a383cb932e0f214c02980b92d5e96 WHIRLPOOL 81f2f7374ea074f1a9a74bf24a2f15cb6af2e50294a63dfc957da0d42e9efd856994a52fb235f440f15f78b0855d8a0e027b2d939d37e04fcfb349b5f1ca4909 +DIST x509-1.4.11.tar.gz 13976 SHA256 ea25f2efb6700d2dfc8950bcc9274320f55dce241e01cf75900c10a3af34a5ab SHA512 901e8d7623dfaae745d1748a302d2aba48e63fdf0f17eb932455f0dc0e348aa17f5b9bcc9ef4838c41ac5b9f9e0b03c6dac2805ba146584dcddf55069d29a2da WHIRLPOOL 6dd7f6c33537fd62e8fd750949faf141fe3619bcd2c31b3497d7e2c567053ec49d321ad34e9b0c099cfd1711d9999c97af68c279aa7073b30db1bf001481d584 +DIST x509-1.5.0.1.tar.gz 14486 SHA256 6a0d7adf3dd6cb5b29b2cecbc82d84cdb71e4042315761e10b1403075220f20d SHA512 cb553f08fa559565ff3f940fb35d3eb9cd8c252f5fa54e2e079d73705de757a7a3b949d8a8efe8faa71ce4ccb4f82086eafccf3d4d91a23a18ee171010879ede WHIRLPOOL e5af6566355f23fb66e77f3598884281267d515f8eef42fdd58814def4840aba21f969f092784dc6800fb3294c66e8210ad6c598ce0a64734479fa5ee7f03022 +DIST x509-1.5.1.tar.gz 14528 SHA256 566c23f526c20be1386c492a3923eec31f251b725e816e6cebf8074ae31aafd7 SHA512 8255cd78c2602f2bda0eb6dc8b539c5f9c656e2b24b015031e1cc0439013b17e56e339ba497717c2aa38dc33b3e61632db2965e3a7859146a69ca6cb4e69e92d WHIRLPOOL 60595792c9bfb94287f7a020b18ffd69422f7f750ceadc8a3a34b9699fe06addad3e5e68f5aee8900025329155487755cc1453cfe47f07a1a035e72b1101cfdf diff --git a/dev-haskell/x509/metadata.xml b/dev-haskell/x509/metadata.xml new file mode 100644 index 000000000000..c9bb207ff808 --- /dev/null +++ b/dev-haskell/x509/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + X509 reader and writer + </longdescription> + <upstream> + <remote-id type="github">vincenthz/hs-certificate</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/x509/x509-1.4.10.ebuild b/dev-haskell/x509/x509-1.4.10.ebuild new file mode 100644 index 000000000000..cb47ed3865af --- /dev/null +++ b/dev-haskell/x509/x509-1.4.10.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="X509 reader and writer" +HOMEPAGE="http://github.com/vincenthz/hs-certificate" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-encoding-0.8:=[profile?] <dev-haskell/asn1-encoding-0.9:=[profile?] + >=dev-haskell/asn1-parse-0.8:=[profile?] <dev-haskell/asn1-parse-0.9:=[profile?] + >=dev-haskell/asn1-types-0.2:=[profile?] <dev-haskell/asn1-types-0.3:=[profile?] + >=dev-haskell/crypto-pubkey-types-0.4.2.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?] + >=dev-haskell/cryptohash-0.9:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 + test? ( dev-haskell/hunit + >=dev-haskell/quickcheck-2 + dev-haskell/test-framework + dev-haskell/test-framework-hunit + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/x509/x509-1.4.11.ebuild b/dev-haskell/x509/x509-1.4.11.ebuild new file mode 100644 index 000000000000..d08a3f550566 --- /dev/null +++ b/dev-haskell/x509/x509-1.4.11.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="X509 reader and writer" +HOMEPAGE="http://github.com/vincenthz/hs-certificate" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-encoding-0.8:=[profile?] <dev-haskell/asn1-encoding-0.9:=[profile?] + >=dev-haskell/asn1-parse-0.8:=[profile?] <dev-haskell/asn1-parse-0.9:=[profile?] + >=dev-haskell/asn1-types-0.2.3:=[profile?] <dev-haskell/asn1-types-0.3:=[profile?] + >=dev-haskell/crypto-pubkey-types-0.4.2.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?] + >=dev-haskell/cryptohash-0.9:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 + test? ( dev-haskell/hunit + >=dev-haskell/quickcheck-2 + dev-haskell/test-framework + dev-haskell/test-framework-hunit + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/x509/x509-1.5.0.1.ebuild b/dev-haskell/x509/x509-1.5.0.1.ebuild new file mode 100644 index 000000000000..54fc3cc5ac40 --- /dev/null +++ b/dev-haskell/x509/x509-1.5.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="X509 reader and writer" +HOMEPAGE="http://github.com/vincenthz/hs-certificate" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?] <dev-haskell/asn1-encoding-0.10:=[profile?] + >=dev-haskell/asn1-parse-0.9:=[profile?] <dev-haskell/asn1-parse-0.10:=[profile?] + >=dev-haskell/asn1-types-0.3.0:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?] + >=dev-haskell/crypto-pubkey-types-0.4.2.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?] + >=dev-haskell/cryptohash-0.9:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?] + dev-haskell/hourglass:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/tasty + dev-haskell/tasty-quickcheck ) +" diff --git a/dev-haskell/x509/x509-1.5.1.ebuild b/dev-haskell/x509/x509-1.5.1.ebuild new file mode 100644 index 000000000000..1e6a350b5a89 --- /dev/null +++ b/dev-haskell/x509/x509-1.5.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="X509 reader and writer" +HOMEPAGE="http://github.com/vincenthz/hs-certificate" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?] <dev-haskell/asn1-encoding-0.10:=[profile?] + >=dev-haskell/asn1-parse-0.9:=[profile?] <dev-haskell/asn1-parse-0.10:=[profile?] + >=dev-haskell/asn1-types-0.3.0:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?] + >=dev-haskell/crypto-pubkey-types-0.4.2.1:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?] + >=dev-haskell/cryptohash-0.9:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?] + dev-haskell/hourglass:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/tasty + dev-haskell/tasty-quickcheck ) +" |