Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cipher-aes128/, profiles/
Date: Thu, 29 Sep 2022 08:01:59
Message-Id: 1664438319.912034f70bd80202a462169af6904d091bb01ca1.jsmolic@gentoo
1 commit: 912034f70bd80202a462169af6904d091bb01ca1
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 07:58:39 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 07:58:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912034f7
7
8 dev-haskell/cipher-aes128: Remove last-rited pkg
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-haskell/cipher-aes128/Manifest | 1 -
13 .../cipher-aes128/cipher-aes128-0.7.0.5-r2.ebuild | 41 ----------------------
14 dev-haskell/cipher-aes128/metadata.xml | 15 --------
15 profiles/package.mask | 1 -
16 4 files changed, 58 deletions(-)
17
18 diff --git a/dev-haskell/cipher-aes128/Manifest b/dev-haskell/cipher-aes128/Manifest
19 deleted file mode 100644
20 index f4340e1ff714..000000000000
21 --- a/dev-haskell/cipher-aes128/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST cipher-aes128-0.7.0.5.tar.gz 26228 BLAKE2B 8ef1aa343563d7889154b5f0b96b5b457ed21afbcad4f90f82e95a080c19f50d8ad2500ef4b8caa1509ca953aba3ca1941c61656417ed527943858a9d6cfd652 SHA512 8479dec68d6fa35e8d615bcc8c6336459fa537f1962b7af87e63b0c38d544ed26e6d30e980f90bb3585513bd618e01330d3e008e77404dae8d2e27954d7a535a
25
26 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
27 deleted file mode 100644
28 index 3899d491da97..000000000000
29 --- a/dev-haskell/cipher-aes128/cipher-aes128-0.7.0.5-r2.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -# ebuild generated by hackport 0.6.2
38 -#hackport: flags: -test,-halvm
39 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="AES and common modes using AES-NI when available"
44 -HOMEPAGE="https://github.com/TomMD/cipher-aes128"
45 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND="dev-haskell/cereal:=[profile?]
53 - >=dev-haskell/crypto-api-0.13:=[profile?]
54 - dev-haskell/tagged:=[profile?]
55 - >=dev-lang/ghc-7.8.2:=
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-haskell/cabal-1.18.1.3
59 -"
60 -
61 -src_prepare() {
62 - default
63 -
64 - cabal_chdeps \
65 - 'Cabal >= 1.10 && < 3.1' 'Cabal >= 1.10'
66 -}
67 -
68 -src_configure() {
69 - haskell-cabal_src_configure \
70 - --flag=-halvm \
71 - --flag=-test
72 -}
73
74 diff --git a/dev-haskell/cipher-aes128/metadata.xml b/dev-haskell/cipher-aes128/metadata.xml
75 deleted file mode 100644
76 index 2409a1b703b0..000000000000
77 --- a/dev-haskell/cipher-aes128/metadata.xml
78 +++ /dev/null
79 @@ -1,15 +0,0 @@
80 -<?xml version="1.0" encoding="UTF-8"?>
81 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
82 -<pkgmetadata>
83 - <maintainer type="project">
84 - <email>haskell@g.o</email>
85 - <name>Gentoo Haskell</name>
86 - </maintainer>
87 - <longdescription>
88 - Cipher-aes128 is an implementation of AES and common modes of operation. It borrows Hanquez's C AES code (see 'cipher-aes') but
89 - is unique due to including compile-time detection of
90 - NI compiler support, a slightly more functional interface
91 - for GCM operations, exposure of 'Ptr' based operations via the .Internal module, and build-in crypto-api support.
92 - Cipher-aes128 was originally developed as "'cipher-aes' plus trampolines", which has since been adopted into cipher-aes.
93 - </longdescription>
94 -</pkgmetadata>
95
96 diff --git a/profiles/package.mask b/profiles/package.mask
97 index 39da0bef4f8e..8981dae2a7f6 100644
98 --- a/profiles/package.mask
99 +++ b/profiles/package.mask
100 @@ -266,7 +266,6 @@ dev-haskell/base-prelude
101 dev-haskell/base-unicode-symbols
102 dev-haskell/casa-client
103 dev-haskell/casa-types
104 -dev-haskell/cipher-aes128
105
106 # hololeap <hololeap@××××××××××.com> (2022-08-21)
107 # doctest-parallel does not currently work with Setup.hs (used internally by