summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:46:38 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitb3997491c9087da3c146705769d96961c48b693a (patch)
tree3512ef9f90adb5f479ff0d53d801c317c12431a8
parentdev-haskell/cipher-camellia: drop old (diff)
downloadgentoo-b3997491c9087da3c146705769d96961c48b693a.tar.gz
gentoo-b3997491c9087da3c146705769d96961c48b693a.tar.bz2
gentoo-b3997491c9087da3c146705769d96961c48b693a.zip
dev-haskell/cipher-blowfish: drop old
Package-Manager: portage-2.2.28
-rw-r--r--dev-haskell/cipher-blowfish/Manifest1
-rw-r--r--dev-haskell/cipher-blowfish/cipher-blowfish-0.0.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-haskell/cipher-blowfish/Manifest b/dev-haskell/cipher-blowfish/Manifest
index 3500c549a50a..5ecdb20d241c 100644
--- a/dev-haskell/cipher-blowfish/Manifest
+++ b/dev-haskell/cipher-blowfish/Manifest
@@ -1,2 +1 @@
-DIST cipher-blowfish-0.0.2.tar.gz 12878 SHA256 578f6cc2718cd5169dc9c1b2745a9c6b746ad85cd182bb4efd677abb350e4c22 SHA512 2fb84d5ab9a4891646584f3a0d2beb06cb3f50c4f029a0a0f02c6609433eb95f59cb1d3e46bce6fac70bb68b27bf5d83e3fa06887aabe1d746a6e4411fdc4d17 WHIRLPOOL 1cfe77b43fbbef483dd6c3906cc1d6bc3b36aeba9f20e2d4670bd393ea842311fbc2977acd67b913aa55a22de185e060321d88acaba634e42cda84cc0b209df7
DIST cipher-blowfish-0.0.3.tar.gz 12876 SHA256 8f41170a851dba6d0b6f07298af3213baca09ab2a8aaf2adb733631feb3b6641 SHA512 5fcccde71c1324b34e54c01c41d878150ab8db48728d1bfc21406eda58e4a363de8397f395eaa25a6fb26e4d8c95683abafe0c6bf42d7853db07d768ed245cc0 WHIRLPOOL ba74998a204e05cbe9a473849b2278b8c63a34f5a1fee7dd6aa3d7b63ad5237a03246f473580ed0ba5c92b8ff7c069595255a76e8b85a7229196042154292b25
diff --git a/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.2.ebuild b/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.2.ebuild
deleted file mode 100644
index 142252e6fa84..000000000000
--- a/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.2.ebuild
+++ /dev/null
@@ -1,33 +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="Blowfish cipher"
-HOMEPAGE="https://github.com/vincenthz/hs-crypto-cipher"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-haskell/crypto-cipher-types-0.0.3:=[profile?]
- >=dev-haskell/securemem-0.1.2:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/crypto-cipher-tests
- >=dev-haskell/quickcheck-2
- >=dev-haskell/test-framework-0.3.3
- >=dev-haskell/test-framework-quickcheck2-0.2.9 )
-"