summaryrefslogtreecommitdiff
path: root/dev-haskell/crypto-random/crypto-random-0.0.8.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:36:13 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit914e6e8f72997015954b00d342cf8ca52fa8aa83 (patch)
tree6b65d90a0ccc57f62815db282b502c24e784d68f /dev-haskell/crypto-random/crypto-random-0.0.8.ebuild
parentde295bfe72baf2c8457f08bdfbeb404d00b880fe (diff)
downloadgentoo-914e6e8f72997015954b00d342cf8ca52fa8aa83.tar.gz
gentoo-914e6e8f72997015954b00d342cf8ca52fa8aa83.tar.bz2
gentoo-914e6e8f72997015954b00d342cf8ca52fa8aa83.zip
dev-haskell/crypto-random: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/crypto-random/crypto-random-0.0.8.ebuild')
-rw-r--r--dev-haskell/crypto-random/crypto-random-0.0.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-haskell/crypto-random/crypto-random-0.0.8.ebuild b/dev-haskell/crypto-random/crypto-random-0.0.8.ebuild
deleted file mode 100644
index 04a01ad0faab..000000000000
--- a/dev-haskell/crypto-random/crypto-random-0.0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Simple cryptographic random related types"
-HOMEPAGE="https://github.com/vincenthz/hs-crypto-random"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/securemem:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"