mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/crypto-pubkey: drop old
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user