commit: 912034f70bd80202a462169af6904d091bb01ca1 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Sep 29 07:58:39 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Sep 29 07:58:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912034f7
dev-haskell/cipher-aes128: Remove last-rited pkg Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-haskell/cipher-aes128/Manifest | 1 - .../cipher-aes128/cipher-aes128-0.7.0.5-r2.ebuild | 41 ---------------------- dev-haskell/cipher-aes128/metadata.xml | 15 -------- profiles/package.mask | 1 - 4 files changed, 58 deletions(-) diff --git a/dev-haskell/cipher-aes128/Manifest b/dev-haskell/cipher-aes128/Manifest deleted file mode 100644 index f4340e1ff714..000000000000 --- a/dev-haskell/cipher-aes128/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cipher-aes128-0.7.0.5.tar.gz 26228 BLAKE2B 8ef1aa343563d7889154b5f0b96b5b457ed21afbcad4f90f82e95a080c19f50d8ad2500ef4b8caa1509ca953aba3ca1941c61656417ed527943858a9d6cfd652 SHA512 8479dec68d6fa35e8d615bcc8c6336459fa537f1962b7af87e63b0c38d544ed26e6d30e980f90bb3585513bd618e01330d3e008e77404dae8d2e27954d7a535a 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>[email protected]</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> diff --git a/profiles/package.mask b/profiles/package.mask index 39da0bef4f8e..8981dae2a7f6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -266,7 +266,6 @@ dev-haskell/base-prelude dev-haskell/base-unicode-symbols dev-haskell/casa-client dev-haskell/casa-types -dev-haskell/cipher-aes128 # hololeap <[email protected]> (2022-08-21) # doctest-parallel does not currently work with Setup.hs (used internally by
