summaryrefslogtreecommitdiff
path: root/dev-haskell/cipher-aes128
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/cipher-aes128')
-rw-r--r--dev-haskell/cipher-aes128/Manifest3
-rw-r--r--dev-haskell/cipher-aes128/cipher-aes128-0.7.0.5-r2.ebuild41
-rw-r--r--dev-haskell/cipher-aes128/metadata.xml15
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-haskell/cipher-aes128/Manifest b/dev-haskell/cipher-aes128/Manifest
deleted file mode 100644
index b9b0c43141f0..000000000000
--- a/dev-haskell/cipher-aes128/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cipher-aes128-0.7.0.5.tar.gz 26228 BLAKE2B 8ef1aa343563d7889154b5f0b96b5b457ed21afbcad4f90f82e95a080c19f50d8ad2500ef4b8caa1509ca953aba3ca1941c61656417ed527943858a9d6cfd652 SHA512 8479dec68d6fa35e8d615bcc8c6336459fa537f1962b7af87e63b0c38d544ed26e6d30e980f90bb3585513bd618e01330d3e008e77404dae8d2e27954d7a535a
-EBUILD cipher-aes128-0.7.0.5-r2.ebuild 861 BLAKE2B 790e892210e8f69c534ae2e012b111b7a5c75f50d236d06d974246167ffdb256f6ba93a3f14cc24e8fcdd694e9d06ec08cefebf56dfc8af2217c284af6666e04 SHA512 b2d3ebba8ef0d012cf40320aa7ba3cccd20643286331ac7b11dcee411547106fbc0cfb1a63e1a9aff3847a4bf6ca227ad9d083211de9dd70c045c23520a4e43c
-MISC metadata.xml 774 BLAKE2B 77fc83778920e4df138caf4e3643e18d39e65f03782b8f0fa2d9a593ab1a02053394862d38e3f3ae83564854bdf15589763d7ef7d811b65f3695814f5b9514b8 SHA512 95b289545a568e322abb872d3bfe24794afaea39348748f74935c1d114a536c460ca6a6a5b04ab28930707842c0b8947a022c6bddf7211816ecc74613cd086e5
diff --git a/dev-haskell/cipher-aes128/cipher-aes128-0.7.0.5-r2.ebuild b/dev-haskell/cipher-aes128/cipher-aes128-0.7.0.5-r2.ebuild
deleted file mode 100644
index 3899d491da97..000000000000
--- a/dev-haskell/cipher-aes128/cipher-aes128-0.7.0.5-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.2
-#hackport: flags: -test,-halvm
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="AES and common modes using AES-NI when available"
-HOMEPAGE="https://github.com/TomMD/cipher-aes128"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/cereal:=[profile?]
- >=dev-haskell/crypto-api-0.13:=[profile?]
- dev-haskell/tagged:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
-
-src_prepare() {
- default
-
- cabal_chdeps \
- 'Cabal >= 1.10 && < 3.1' 'Cabal >= 1.10'
-}
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-halvm \
- --flag=-test
-}
diff --git a/dev-haskell/cipher-aes128/metadata.xml b/dev-haskell/cipher-aes128/metadata.xml
deleted file mode 100644
index 2409a1b703b0..000000000000
--- a/dev-haskell/cipher-aes128/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Cipher-aes128 is an implementation of AES and common modes of operation. It borrows Hanquez's C AES code (see 'cipher-aes') but
- is unique due to including compile-time detection of
- NI compiler support, a slightly more functional interface
- for GCM operations, exposure of 'Ptr' based operations via the .Internal module, and build-in crypto-api support.
- Cipher-aes128 was originally developed as "'cipher-aes' plus trampolines", which has since been adopted into cipher-aes.
- </longdescription>
-</pkgmetadata>