summaryrefslogtreecommitdiff
path: root/dev-haskell/data-endian
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/data-endian
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/data-endian')
-rw-r--r--dev-haskell/data-endian/Manifest7
-rw-r--r--dev-haskell/data-endian/data-endian-0.0.1.ebuild22
-rw-r--r--dev-haskell/data-endian/data-endian-0.1.1.ebuild24
-rw-r--r--dev-haskell/data-endian/data-endian-0.1.ebuild24
-rw-r--r--dev-haskell/data-endian/metadata.xml14
5 files changed, 91 insertions, 0 deletions
diff --git a/dev-haskell/data-endian/Manifest b/dev-haskell/data-endian/Manifest
new file mode 100644
index 000000000000..db11e48ae129
--- /dev/null
+++ b/dev-haskell/data-endian/Manifest
@@ -0,0 +1,7 @@
+DIST data-endian-0.0.1.tar.gz 2454 BLAKE2B ca75c2c9546a48030a8a7236490a4e4a404d1fb8faa69d0460b36420d56b35e78ed00d8fff7fb6839594012260ac878767527ebb581256693a41e7c3e5cd2cb5 SHA512 1f6d096c574fe9d09104c884a67a44cdde2e436fa27e9614d077122ef6f5e8f28eaa81f48dbf09f7dcdf95065c9971d1342c31b887280a51334c38a29031bbf0
+DIST data-endian-0.1.1.tar.gz 2788 BLAKE2B 6f2bcf0f1074a07953027f7d29b99db995f0cbce0cee59aa81556fee0b69419ddf5727f6c27c4548c7c6f3b62a7e3b85c23983505c77c539cbcce395492a63ea SHA512 a8e94f996a0b1c929cd01b8f38c52149cf3bac0f50449d327ba66ac4a378ba5c3826860abe4d1592aa83ed9ca81dba6083c63a66e6ee0655c27521cb87977a90
+DIST data-endian-0.1.tar.gz 2733 BLAKE2B f24ccd728da923a435720d6b295af7e00661132f2b0574329b875e29bdbdb37198865d7f5905bcdd3fad646f9b7ea569f2442e5e630259d6fe3ae5ee25e5626e SHA512 ded4df9eed2ccee18d537b223f0039afc7fbe10329b525d9793a639c3f4a01f0e5e8f5ddd1c2e7c5477a63067bd3135417a1bd935076b104dc2aead5390d82cf
+EBUILD data-endian-0.0.1.ebuild 529 BLAKE2B 19accb0552d738e52025af34d107f866e7366716820e46d12aa433b95d1749c53e8868a7fd3d228860581a31645a37a216238206b3902085c8a7790b0a7841f7 SHA512 37ab87945c16826d6281b282c43c905cd296a6bc14f0ed0f4110d95287944cd515bf76f0a3018d7749c09c761c36d783b6233b53869d9a11d244cfc29831ddbb
+EBUILD data-endian-0.1.1.ebuild 527 BLAKE2B 51c2b9469d7d23bf8685d5b4ae81168fe7c799a0f0610bb3de8ce2177043da45df5d4d55d968adb5389f81eb79a94251109c6f315ae4580d2fc07ed1336dd7ca SHA512 fbc993f5235dd4caf8620c741f93ea3f6dc37663581f7fe397b5998cf0dec3231c2144c0580956c6243ee2bd55a5e516b3fb4f62e3426b85404a37af758d5a7d
+EBUILD data-endian-0.1.ebuild 529 BLAKE2B b614a136d81abfc0c109cc3b313c09cd2357b7dc5eacf23b42a79a71553bd470b54103d8dacea35486cd243a26590f10439ee327afcfc2379e0bbae87be6377a SHA512 af0fd345c370723b43228d9d55b0dd28eb9b71ee02b86ce9a680f32c8f2d7cbcd311928d6c2efc057e81d7bea1f350af15c3c2bbe296e067b35dc9f70c2e9f83
+MISC metadata.xml 438 BLAKE2B 85c24931b9d9ceb5d66dca3d826084aa55869cc5a1c9079603decbbc080eb595719b71d4642278df28e4cdad03b983b341ae06b9dbb6abe9e4aae72369304ef4 SHA512 ba8fee02f97cfe6b3cb16e1ec90e2fab81977e2a6ed5b1703f6d26239d15086beef6f1d76b2dc3c26a46bc9ec6fd4425e840d8ed2e5922a116ab5252db014405
diff --git a/dev-haskell/data-endian/data-endian-0.0.1.ebuild b/dev-haskell/data-endian/data-endian-0.0.1.ebuild
new file mode 100644
index 000000000000..a1c28b31dab8
--- /dev/null
+++ b/dev-haskell/data-endian/data-endian-0.0.1.ebuild
@@ -0,0 +1,22 @@
+# 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="Endian-sensitive data"
+HOMEPAGE="https://github.com/mvv/data-endian"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0"
diff --git a/dev-haskell/data-endian/data-endian-0.1.1.ebuild b/dev-haskell/data-endian/data-endian-0.1.1.ebuild
new file mode 100644
index 000000000000..c3126ff255ac
--- /dev/null
+++ b/dev-haskell/data-endian/data-endian-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Endian-sensitive data"
+HOMEPAGE="https://github.com/mvv/data-endian"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0
+"
diff --git a/dev-haskell/data-endian/data-endian-0.1.ebuild b/dev-haskell/data-endian/data-endian-0.1.ebuild
new file mode 100644
index 000000000000..7420abdce386
--- /dev/null
+++ b/dev-haskell/data-endian/data-endian-0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Endian-sensitive data"
+HOMEPAGE="https://github.com/mvv/data-endian"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0
+"
diff --git a/dev-haskell/data-endian/metadata.xml b/dev-haskell/data-endian/metadata.xml
new file mode 100644
index 000000000000..920ff23d60c3
--- /dev/null
+++ b/dev-haskell/data-endian/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ This package provides helpers for converting endian-sensitive data.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">mvv/data-endian</remote-id>
+ </upstream>
+</pkgmetadata>