summaryrefslogtreecommitdiff
path: root/dev-haskell/data-binary-ieee754
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/data-binary-ieee754
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/data-binary-ieee754')
-rw-r--r--dev-haskell/data-binary-ieee754/Manifest3
-rw-r--r--dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.2.1.ebuild22
-rw-r--r--dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild24
-rw-r--r--dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild24
-rw-r--r--dev-haskell/data-binary-ieee754/metadata.xml8
5 files changed, 81 insertions, 0 deletions
diff --git a/dev-haskell/data-binary-ieee754/Manifest b/dev-haskell/data-binary-ieee754/Manifest
new file mode 100644
index 000000000000..1f15ebf55b3c
--- /dev/null
+++ b/dev-haskell/data-binary-ieee754/Manifest
@@ -0,0 +1,3 @@
+DIST data-binary-ieee754-0.4.2.1.tar.gz 3977 SHA256 7f26a8f647ee77ba4d7674df4fb39c5eb96c3eff6c502deea50e158430651644 SHA512 d239353e53861fbbfb3af907e204cf8043948ed0521952dfd76f3d63f3c11c6d59bfaaa2f06ebbd6117cbd05ac7d8530767c886a82010f581a0dd58bad91ebb8 WHIRLPOOL 8fadc4752c0013c4f4c5eeed5612e3f9a9fda29e6e5c21955713b9665924751e88299b317b8a367745a1814a9ddbd9b97a95ceb5fd9546c926faa1971647bb1e
+DIST data-binary-ieee754-0.4.3.tar.gz 4094 SHA256 f51ac4601c7f5eac1408b3659519f369472b8cfe4816932f4bd7c12d373e6a29 SHA512 8852107fc8420303a8483f8a5ae152b4ecedb55fe490631a7ccf80015d0da2f6e394396aaa6ebe683bb38763cce0dfa366de09acf4f2c6690dc32555a4349d4d WHIRLPOOL 037a5071da9a8559fe04c6a469f882d3b3945ce9a7f54487fd779191815482736af082031878bad114d91e19a4f98d2bab0916709adc45a1b5721fd93d680fd1
+DIST data-binary-ieee754-0.4.4.tar.gz 4117 SHA256 59975abed8f4caa602f0780c10a9b2493479e6feb71ad189bb10c3ac5678df0a SHA512 af280e164b4b4a21d5d3cd489d8b2ff43e86fbf1d3896aabe9a8e3558b15549f4efc4497d99d6877b7d9547bf26a4a8ed422cbe00abbea73b2e936b30a71009f WHIRLPOOL 267d2d3d5912d923c8520a680563093219646de9e2e0353863125bc924af7d8cdb420933e7ea5c5112f841c8ff7f7dc1e086dbd4a6e1b40470d781a1178387b9
diff --git a/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.2.1.ebuild b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.2.1.ebuild
new file mode 100644
index 000000000000..c16433ae3925
--- /dev/null
+++ b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="3"
+
+CABAL_FEATURES="bin lib profile haddock hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="Parser/Serialiser for IEEE-754 floating-point values"
+HOMEPAGE="http://john-millikin.com/software/data-binary-ieee754/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="<dev-haskell/binary-0.6
+ >=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild
new file mode 100644
index 000000000000..f5b69b5fe235
--- /dev/null
+++ b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Parser/Serialiser for IEEE-754 floating-point values"
+HOMEPAGE="https://john-millikin.com/software/data-binary-ieee754/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/binary-0.4:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
new file mode 100644
index 000000000000..f7b2335d1ae0
--- /dev/null
+++ b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Parser/Serialiser for IEEE-754 floating-point values"
+HOMEPAGE="https://john-millikin.com/software/data-binary-ieee754/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/binary-0.4:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/data-binary-ieee754/metadata.xml b/dev-haskell/data-binary-ieee754/metadata.xml
new file mode 100644
index 000000000000..673dbf86f9ee
--- /dev/null
+++ b/dev-haskell/data-binary-ieee754/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Convert Float and Decimal values to/from raw octets.
+ </longdescription>
+</pkgmetadata>