summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:42:37 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-21 23:50:50 +0200
commit7591f025ae65722e3d5ead1b7fca186eab8cd0e3 (patch)
tree1aecf2b8ca0c7d923e2b255428c7511c82bad4a9 /dev-haskell/nonce
parentdev-haskell/numinstances: treeclean (diff)
downloadgentoo-7591f025ae65722e3d5ead1b7fca186eab8cd0e3.tar.gz
gentoo-7591f025ae65722e3d5ead1b7fca186eab8cd0e3.tar.bz2
gentoo-7591f025ae65722e3d5ead1b7fca186eab8cd0e3.zip
dev-haskell/nonce: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/nonce')
-rw-r--r--dev-haskell/nonce/Manifest1
-rw-r--r--dev-haskell/nonce/metadata.xml21
-rw-r--r--dev-haskell/nonce/nonce-1.0.7-r1.ebuild37
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-haskell/nonce/Manifest b/dev-haskell/nonce/Manifest
deleted file mode 100644
index 2f6e00b54e7d..000000000000
--- a/dev-haskell/nonce/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nonce-1.0.7.tar.gz 2956 BLAKE2B 1b03b7b51c27f44ad9ec095865efb20fa19ef3b60b536970d28e9dc10db870b49600fe9454f804cafdd480b3e5054d5bcc22039d323019b0ac46fda2cb8ba69b SHA512 89fb70578c8f52c652cdb4c1e6243529701bc21685862d7bbc750e2000424a029a8b164bde6c422a38e61944a15a8b788aa4aa70212bca9f12b5eaae801d8db0
diff --git a/dev-haskell/nonce/metadata.xml b/dev-haskell/nonce/metadata.xml
deleted file mode 100644
index a783e06ed36c..000000000000
--- a/dev-haskell/nonce/metadata.xml
+++ /dev/null
@@ -1,21 +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>
- According to the Wikipedia, a nonce is an arbitrary number used
- only once in a cryptographic communication. This package
- contain helper functions for generating nonces.
-
- There are many kinds of nonces used in different situations.
- It's not guaranteed that by using the nonces from this package
- you won't have any security issues. Please make sure that the
- nonces generated via this package are usable on your design.
- </longdescription>
- <upstream>
- <remote-id type="github">prowdsponsor/nonce</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/nonce/nonce-1.0.7-r1.ebuild b/dev-haskell/nonce/nonce-1.0.7-r1.ebuild
deleted file mode 100644
index 4dc5e78c00d9..000000000000
--- a/dev-haskell/nonce/nonce-1.0.7-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.5.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Generate cryptographic nonces"
-HOMEPAGE="https://github.com/prowdsponsor/nonce"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.3:=[profile?]
- >=dev-haskell/entropy-0.3.7:=[profile?]
- >=dev-haskell/text-0.9:=[profile?]
- dev-haskell/unliftio:=[profile?]
- dev-haskell/unliftio-core:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"
-
-src_prepare() {
- default
-
- cabal_chdeps \
- 'base64-bytestring == 1.0.*' 'base64-bytestring >= 1.0 && < 1.3' \
- 'entropy >= 0.3.7 && < 0.4.2' 'entropy >= 0.3.7'
-}