diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-23 09:43:24 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-23 09:45:09 +0100 |
commit | f4aa2b8f48128d8571a89efe01f665e971c8408f (patch) | |
tree | d8357d00f2ee5f10c6d4ed58e01efb9fc2b0bfff /dev-haskell/x509-store | |
parent | dev-haskell/x509-system: drop old (diff) | |
download | gentoo-f4aa2b8f48128d8571a89efe01f665e971c8408f.tar.gz gentoo-f4aa2b8f48128d8571a89efe01f665e971c8408f.tar.bz2 gentoo-f4aa2b8f48128d8571a89efe01f665e971c8408f.zip |
dev-haskell/x509-store: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/x509-store')
-rw-r--r-- | dev-haskell/x509-store/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/x509-store/metadata.xml | 3 | ||||
-rw-r--r-- | dev-haskell/x509-store/x509-store-1.4.4.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/x509-store/x509-store-1.5.0.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/x509-store/x509-store-1.6.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/x509-store/x509-store-1.6.2.ebuild | 30 |
6 files changed, 0 insertions, 141 deletions
diff --git a/dev-haskell/x509-store/Manifest b/dev-haskell/x509-store/Manifest index f7dcbd4fd9e8..cdc76da92328 100644 --- a/dev-haskell/x509-store/Manifest +++ b/dev-haskell/x509-store/Manifest @@ -1,5 +1 @@ -DIST x509-store-1.4.4.tar.gz 2992 BLAKE2B 9727c4a16f63003222c8794158ad96304f25579f0a43e46a7fa1c5db85d8d7ab99088096e03003622ac3d2afcb39fd5b985872e5d0edec6289f97f30493533a7 SHA512 b7a1ef5e25889ada9e654a52cf2606630c40b536359d7e1df01c96bf047816addfebdd2b0b3c7326a9b41a2b3034c641238f5fdee2f437eb29e0bc89a20e78c6 -DIST x509-store-1.5.0.tar.gz 2981 BLAKE2B 579eca067e0a2c8e65df57e2e1ebf8772959a4fd0d63bac752a3ffb7d1dd60ba57f73d0d638bc63e3194fa6343496eb8a343ca569abf4e632a822513c2bfbea4 SHA512 fdad44693615f832aafc0fc2b804bc7255d411241f669dc7396a5df958f128d6e94c1637a4b38860c4967a482915549aa94912821110477134d83095d27623d8 -DIST x509-store-1.6.1.tar.gz 3562 BLAKE2B cbbb3bd9cd280334f2dead12f156fa2b3b8ab5dbe2d72a5eb4cbb42023ee15df8823d89dd076c62638bb52a37537f6c1ada7906c3d1f374da3bcf54aecd0c0e5 SHA512 1417bfbb1f4863fe2e3e31f37253b2d96f145a790edb1f5f2439ddcadad67497d082222410f08ae9c2c2d1e87a1c994f09551f796b17ab757373a85fbb53e5da -DIST x509-store-1.6.2.tar.gz 4326 BLAKE2B 1d79775d622cb6ba70069fdc61c5338447cb6e496b3ac621695ae4a172ff35c008cda4d036dd04d27c6f787d480ac5779d90c01c387eb83c080a5a01fc95c6b1 SHA512 41e511ea32095e96c71da17a1dfd34fa4e4d5e9a0d87d99586a5976602844f196aa0cca9ee97f66a092284a2c6120c0174a7f2d707a3e80c1d7020ee6168f847 DIST x509-store-1.6.7.tar.gz 12689 BLAKE2B 13e879b6a46e662de0660c5a2257881e50487d2667180030dca0dcf33a60718c75aa6413daa5b874622eaf9612e6cad7009ecd84d2d517bb5769beb4eafe4ec7 SHA512 7b0b792a988aed50995523c3f6a3bb0da08cb8963ad834afbeef8bc53e4bb3d7d11af757a999f7b5c81ef073bac10a4003fba7486abd9343a48770bfc954167e diff --git a/dev-haskell/x509-store/metadata.xml b/dev-haskell/x509-store/metadata.xml index 387cfc03b044..b761e87f7a8c 100644 --- a/dev-haskell/x509-store/metadata.xml +++ b/dev-haskell/x509-store/metadata.xml @@ -5,9 +5,6 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <use> - <flag name="executable">Build the executable</flag> - </use> <longdescription> X.509 collection accessing and storing methods for certificate, crl, exception list </longdescription> diff --git a/dev-haskell/x509-store/x509-store-1.4.4.ebuild b/dev-haskell/x509-store/x509-store-1.4.4.ebuild deleted file mode 100644 index b7b75bc7daa4..000000000000 --- a/dev-haskell/x509-store/x509-store-1.4.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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" -inherit haskell-cabal - -DESCRIPTION="X.509 collection accessing and storing methods" -HOMEPAGE="https://github.com/vincenthz/hs-certificate" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="executable test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-haskell/asn1-encoding-0.8:=[profile?] <dev-haskell/asn1-encoding-0.9:=[profile?] - >=dev-haskell/asn1-types-0.2:=[profile?] <dev-haskell/asn1-types-0.3:=[profile?] - >=dev-haskell/crypto-pubkey-types-0.3:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?] - >=dev-haskell/x509-1.4.3:=[profile?] <dev-haskell/x509-1.5:=[profile?] - >=dev-lang/ghc-6.12.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag executable executable) \ - $(cabal_flag test test) -} diff --git a/dev-haskell/x509-store/x509-store-1.5.0.ebuild b/dev-haskell/x509-store/x509-store-1.5.0.ebuild deleted file mode 100644 index 4911e1fef2fc..000000000000 --- a/dev-haskell/x509-store/x509-store-1.5.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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="X.509 collection accessing and storing methods" -HOMEPAGE="https://github.com/vincenthz/hs-certificate" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="executable test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?] <dev-haskell/asn1-encoding-0.10:=[profile?] - >=dev-haskell/asn1-types-0.3:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?] - >=dev-haskell/crypto-pubkey-types-0.3:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?] - >=dev-haskell/x509-1.5.0:=[profile?] <dev-haskell/x509-1.6:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag executable executable) \ - $(cabal_flag test test) -} diff --git a/dev-haskell/x509-store/x509-store-1.6.1.ebuild b/dev-haskell/x509-store/x509-store-1.6.1.ebuild deleted file mode 100644 index 6d695184f6a1..000000000000 --- a/dev-haskell/x509-store/x509-store-1.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="X.509 collection accessing and storing methods" -HOMEPAGE="https://github.com/vincenthz/hs-certificate" -SRC_URI="https://hackage.haskell.org/package/${P}/${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-types-0.3:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?] - dev-haskell/cryptonite:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?] - >=dev-haskell/x509-1.6:=[profile?] <dev-haskell/x509-1.7:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" diff --git a/dev-haskell/x509-store/x509-store-1.6.2.ebuild b/dev-haskell/x509-store/x509-store-1.6.2.ebuild deleted file mode 100644 index 55d711f3c4f8..000000000000 --- a/dev-haskell/x509-store/x509-store-1.6.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="X.509 collection accessing and storing methods" -HOMEPAGE="https://github.com/vincenthz/hs-certificate" -SRC_URI="https://hackage.haskell.org/package/${P}/${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-types-0.3:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?] - dev-haskell/cryptonite:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?] - >=dev-haskell/x509-1.6:=[profile?] <dev-haskell/x509-1.7:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" |