summaryrefslogtreecommitdiff
path: root/dev-haskell/vector-binary-instances
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/vector-binary-instances
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/vector-binary-instances')
-rw-r--r--dev-haskell/vector-binary-instances/Manifest5
-rw-r--r--dev-haskell/vector-binary-instances/metadata.xml31
-rw-r--r--dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild25
-rw-r--r--dev-haskell/vector-binary-instances/vector-binary-instances-0.2.3.2.ebuild28
4 files changed, 0 insertions, 89 deletions
diff --git a/dev-haskell/vector-binary-instances/Manifest b/dev-haskell/vector-binary-instances/Manifest
deleted file mode 100644
index 542809e235d2..000000000000
--- a/dev-haskell/vector-binary-instances/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST vector-binary-instances-0.2.1.0.tar.gz 3114 BLAKE2B 24982160160805717302f602ca7e7aa97487ea1af51ebab7577eb5a744c38dbeefc56fbe46538a492095e16db13df7aaa9978dd8d2ed2c0c082bebce6f584a34 SHA512 37955552fc7ea24f35760f8e791d115329591ac720f66bc94db172cf609c67b51d8f075cdcda96e3fcbf9f4fd566557ebdeb306d86e7512e8acf526d691b4ff7
-DIST vector-binary-instances-0.2.3.2.tar.gz 3989 BLAKE2B 69d25cdce13e999551ca0027171d252a5b2cf8868ef8f2415b1dfaa6df5f955bfdf257837ac67fb73a82526374b6d562afbf6705e6431659e234df186a16c0ba SHA512 ef3ef6a11dc5b35c2b24eb8b6487e6ad3ba73267107e8e8b4b172afbdd10d1d283d653025cfbd9089d4c2135d881e2b7efb5427a8dabcbef51de4ecadb332d62
-EBUILD vector-binary-instances-0.2.1.0.ebuild 677 BLAKE2B d0fedb8efd973a4ce5893271537577a33a97d2b17b52ef87423a764987d291e8e903b64f79f0b876c0868e3e791e6f80eb80b9c4c2fe06ca3e9cbe1c288dfe6d SHA512 2bfab9856778e63fe4d911cb09efb3d9cac5111defda91b24b8e34b4d9ad24d6e920d8cad4dd4ec3a016bfdd373d0f4fe5b775c1747d1476d877173a000d66a1
-EBUILD vector-binary-instances-0.2.3.2.ebuild 792 BLAKE2B 2f71d17b499d593f0908b7f782ef661fa0e94bd47bedc90aa43509e2d65d289c0c6f77a5e756126add678e771a0eaba3c4c86c390d93162fed7cc14888e33611 SHA512 1b71e596d173b2fb964314cd3a888bfe37c4bae78d6dcf6795e149b46a54b39e061b911f3288c7fa6824173ef7f7599576f8b2698e627267c115f6c23bcb4d6d
-MISC metadata.xml 1131 BLAKE2B 090c06d05a9f6f40d2cc444a964c0ae348e61bebeebf89646149f1d3561a1a3ebec42208fa8a7c49b8ca07ee20ecfa71d8516ecbc44e4f100adcd888e1ae787f SHA512 def290c09bd6f4055d0db8bb1778518cab35c08cd7b24e67bee00de4b9e0d1d096608cc486c98423c322c23712629cd093b5692e98c7b958b75fa6fe50a03bb9
diff --git a/dev-haskell/vector-binary-instances/metadata.xml b/dev-haskell/vector-binary-instances/metadata.xml
deleted file mode 100644
index db582d2c5586..000000000000
--- a/dev-haskell/vector-binary-instances/metadata.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Instances for Binary for the types defined in the vector package,
- making it easy to serialize vectors to and from disk. We use the
- generic interface to vectors, so all vector types are supported.
- Specific instances are provided for unboxed, boxed and storable
- vectors.
-
- To serialize a vector:
-
- &gt; *Data.Vector.Binary&gt; let v = Data.Vector.fromList [1..10]
- &gt; *Data.Vector.Binary&gt; v
- &gt; fromList [1,2,3,4,5,6,7,8,9,10] :: Data.Vector.Vector
- &gt; *Data.Vector.Binary&gt; encode v
- &gt; Chunk "\NUL\NUL\NUL\NUL\NUL...\NUL\NUL\NUL\t\NUL\NUL\NUL\NUL\n" Empty
-
- Which you can in turn compress before writing to disk:
-
- &gt; compress . encode $ v
- &gt; Chunk "\US\139\b\NUL\NUL\N...\229\240,\254:\NUL\NUL\NUL" Empty
- </longdescription>
- <upstream>
- <remote-id type="github">bos/vector-binary-instances</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild
deleted file mode 100644
index a72b6ef4100b..000000000000
--- a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Instances of Data.Binary and Data.Serialize for vector"
-HOMEPAGE="https://github.com/bos/vector-binary-instances"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/binary:=[profile?]
- dev-haskell/cereal:=[profile?]
- >=dev-haskell/vector-0.6:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.3.2.ebuild b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.3.2.ebuild
deleted file mode 100644
index 992b40cf2524..000000000000
--- a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Instances of Data.Binary and Data.Serialize for vector"
-HOMEPAGE="https://github.com/bos/vector-binary-instances"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/binary-0.7:=[profile?] <dev-haskell/binary-0.9:=[profile?]
- >=dev-haskell/vector-0.6:=[profile?] <dev-haskell/vector-0.12:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/tasty
- dev-haskell/tasty-quickcheck )
-"