summaryrefslogtreecommitdiff
path: root/dev-haskell/pgp-wordlist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/pgp-wordlist
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/pgp-wordlist')
-rw-r--r--dev-haskell/pgp-wordlist/Manifest3
-rw-r--r--dev-haskell/pgp-wordlist/metadata.xml20
-rw-r--r--dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.2.ebuild31
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-haskell/pgp-wordlist/Manifest b/dev-haskell/pgp-wordlist/Manifest
new file mode 100644
index 000000000000..6c60d38e8124
--- /dev/null
+++ b/dev-haskell/pgp-wordlist/Manifest
@@ -0,0 +1,3 @@
+DIST pgp-wordlist-0.1.0.2.tar.gz 10142 BLAKE2B 6a4efe0e495a3755b19a8bf49f5fd0e44853a77bec5c9731a4fb0ba9ea2da524d737b7580baebb1aa1bd6e8df40c4584f8e5aca57b95d67e5a4936a66a8a761e SHA512 c34d565b043d6ffb3fee10258fb30596ae08e5c4d57bf8d129f49b4794daf13ae55fae7f648f218821133a824f2abb66a8b5f02b10a9e11f4529007b1a4620b3
+EBUILD pgp-wordlist-0.1.0.2.ebuild 811 BLAKE2B 0935772e4c23c9f66a4b6a764a3994cac9beb165525eb43e8b7f5003d47daf530497ef427db1033509ce55632343338769ee547a056934457fa2005c2068ed00 SHA512 8f20035ff324b1144d50f13b7ed19699bc7eca5806c8dc293285efa5acf2f89f82ca269c3a04bdecf8910a1b01613702a1da9d0844279b8e9be27bf7b6c928f5
+MISC metadata.xml 711 BLAKE2B 03f5cd0583dc81e535b8d1763d0fb2f97ca3b2502f1939ac4337c803a15d43370562acfda23d5790cf6517a3852795fb1d8338a85062260e28cb61074965908f SHA512 87bfd8e09b5ae2d794708027f7d95b3afcff44135a4a9090fc10d3a68196be401e695061c3d8d833d272281d5b42d78f1d40d3e7764dd09fabeb51dbd9fc076a
diff --git a/dev-haskell/pgp-wordlist/metadata.xml b/dev-haskell/pgp-wordlist/metadata.xml
new file mode 100644
index 000000000000..df062b638c35
--- /dev/null
+++ b/dev-haskell/pgp-wordlist/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <longdescription>
+ Translate between binary data and a human-readable
+ collection of words.
+
+ The PGP Word List consists of two phonetic alphabets, each
+ with one word per possible byte value. A string of bytes
+ is translated with these alphabets, alternating between
+ them at each byte.
+
+ The PGP words corresponding to the bytes @5B 1D CA 6E@
+ are &quot;erase breakaway spellbind headwaters&quot;, for example.
+
+ For further information, see
+ &lt;http://en.wikipedia.org/wiki/PGP_word_list Wikipedia&gt;.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.2.ebuild b/dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.2.ebuild
new file mode 100644
index 000000000000..e077f223462a
--- /dev/null
+++ b/dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.5
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Translate between binary data and a human-readable collection of words"
+HOMEPAGE="https://github.com/quchen/pgp-wordlist"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/text-1.2:=[profile?]
+ >=dev-haskell/vector-0.5:=[profile?]
+ >=dev-lang/ghc-7.6.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.16.0
+ test? ( >=dev-haskell/doctest-0.10
+ dev-haskell/hunit
+ >=dev-haskell/tasty-0.10
+ >=dev-haskell/tasty-hunit-0.9
+ dev-haskell/tasty-quickcheck )
+"