diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 13:36:59 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | bd4f9916c21f77f0ded20e0af670d4bbbbe962ac (patch) | |
tree | 00ca9f745a117c92ba62dc58d4a4613e0c9c10af /dev-haskell/crypto-pubkey | |
parent | dev-haskell/crypto-pubkey-types: drop old (diff) | |
download | gentoo-bd4f9916c21f77f0ded20e0af670d4bbbbe962ac.tar.gz gentoo-bd4f9916c21f77f0ded20e0af670d4bbbbe962ac.tar.bz2 gentoo-bd4f9916c21f77f0ded20e0af670d4bbbbe962ac.zip |
dev-haskell/crypto-pubkey: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/crypto-pubkey')
-rw-r--r-- | dev-haskell/crypto-pubkey/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-haskell/crypto-pubkey/Manifest b/dev-haskell/crypto-pubkey/Manifest index 34e5156febcb..1342439e2201 100644 --- a/dev-haskell/crypto-pubkey/Manifest +++ b/dev-haskell/crypto-pubkey/Manifest @@ -1,2 +1 @@ -DIST crypto-pubkey-0.2.1.tar.gz 39246 SHA256 dacbbb0766cc157b803880c67e51c406e5f5420a8ce9c3d9633ee4c112148b19 SHA512 8ef4c232e4bc48f53c5076385f528df3c4f2e7c2ddf1d43599ca0e19fa13709a097c1d12f7d6c88795da4df4c22546761a6b5a0832a63c413b6ebda611b00dd6 WHIRLPOOL dd922d370c65961085809028eaa8069bfc76a70244cfa9d1c6813b336ee5dce5420c65fdee3ffad14d46bbba9b4bd1faa2a97d7c8f3b8d32f22598bffd31305d DIST crypto-pubkey-0.2.8.tar.gz 46405 SHA256 c0ccf2f5c38517de1f1626cb0a2542f35aefad8842f8ad5c1fac0b8c9de8b56e SHA512 9e7d54421fdb3c53964688831a2ca5f5379e141e7924af76916d868300833c0dbde22392e1452f80aaf2ec7a9a52de6b429a6f8f78b8fbef6c32f2f31202ed06 WHIRLPOOL d44f5b416361db2caaa0e520271e7d9280e0fc34dd799016ac2a6c6f0d9e58a80a2262e3679420ced347c9c222cc218865afb5263977e4b0f33758287c2b226b diff --git a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild b/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild deleted file mode 100644 index 2b248779fcd8..000000000000 --- a/dev-haskell/crypto-pubkey/crypto-pubkey-0.2.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.3.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Public Key cryptography" -HOMEPAGE="https://github.com/vincenthz/hs-crypto-pubkey" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" -IUSE="benchmark" - -RDEPEND="dev-haskell/byteable:=[profile?] - >=dev-haskell/crypto-numbers-0.2:=[profile?] - >=dev-haskell/crypto-pubkey-types-0.4:=[profile?] <dev-haskell/crypto-pubkey-types-0.5:=[profile?] - >=dev-haskell/crypto-random-0.0:=[profile?] <dev-haskell/crypto-random-0.1:=[profile?] - >=dev-haskell/cryptohash-0.9.1:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( dev-haskell/hunit - >=dev-haskell/quickcheck-2 - >=dev-haskell/test-framework-0.3.3 - dev-haskell/test-framework-hunit - >=dev-haskell/test-framework-quickcheck2-0.2.9 ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag benchmark benchmark) -} |