summaryrefslogtreecommitdiff
path: root/dev-haskell/nats
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/nats
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
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/nats')
-rw-r--r--dev-haskell/nats/Manifest4
-rw-r--r--dev-haskell/nats/metadata.xml17
-rw-r--r--dev-haskell/nats/nats-0.1.2.ebuild25
-rw-r--r--dev-haskell/nats/nats-0.1.ebuild23
-rw-r--r--dev-haskell/nats/nats-0.2.ebuild31
-rw-r--r--dev-haskell/nats/nats-1.ebuild31
6 files changed, 131 insertions, 0 deletions
diff --git a/dev-haskell/nats/Manifest b/dev-haskell/nats/Manifest
new file mode 100644
index 00000000000..9d0a5152a05
--- /dev/null
+++ b/dev-haskell/nats/Manifest
@@ -0,0 +1,4 @@
+DIST nats-0.1.2.tar.gz 3954 SHA256 6afe997bb8c05f55d72d850a73285e689e148376583944c9d1d82e8dee4080e4 SHA512 11903b123d0ed27af9fccc8bb7c343dcf42ac8d58768e628460153b0bf6f27bf1f1271890b26a48eb234b3b89bb7b9e48266a4b39742f56bcf8913e0c3751ab1 WHIRLPOOL 8f3c23d0b45d6da83c7593eaa2e1a590645d6a4fa19133c20214b65bc2f1f396bf21950daf5be5998d1952886a3f3f33eda3deae096e96adffc0fa2635cf0894
+DIST nats-0.1.tar.gz 3734 SHA256 7e87fa4ac81bc35a3f1dafca011c19b95f869ddd15e30a5348e0685ea53cf021 SHA512 3c3f1c53c51a2638a057ea0af58b648d039bd6de591d99b28883e9b39ab289a90198bbc5b82b4abf1e3b898708cd903bc7a5e7bd7e0c8edccc06637da27c2afc WHIRLPOOL df515862813375b1fc03d6df3e45ce645bc254cfc2465b397b2436b30401803454a40c095ad0028165ca711ab3555c564788a4439fe8e9ba602eb71038ebd001
+DIST nats-0.2.tar.gz 4740 SHA256 e364218c0cad3602b14d3bc3866b9a8958c075dd1346d935e5362fa88ac65317 SHA512 419f2b4f938b7d590f45a25be163e25f29d47ec0fe7cf5d1f69cb9624c5617dfc25a0b14daf1b31ac590c021120eb5cd93bdf902d27136e3019e30ce2b5d3188 WHIRLPOOL 881726666d5e0210fd077f90179f32564f7e8123851f4e2ecc880d552487831ec3cdf6b02d7ca0e1ee53557f1adb61852da7b6a569ca398e30c125a20c00fda1
+DIST nats-1.tar.gz 5768 SHA256 8045e8348bc166832d443b65addc537504a63e5a60cf9c99e8037ba00945da64 SHA512 a53b8890d3b9f9f799d0af25626d23a570b7d3f227968d4a1033385d87e4502120e26f8623a3c5c0c21dc0db98a000ff79565cbab0298fd9c17a917ea8e11edf WHIRLPOOL 49d1e97c50848c91296b2e25f411baa7565a91d884b6eceab03a27cf5318361efb9aefb76f30c4f6a8221431e73df9ca0f25ab67eaf7065eadeac666d2ba483c
diff --git a/dev-haskell/nats/metadata.xml b/dev-haskell/nats/metadata.xml
new file mode 100644
index 00000000000..08c54b90e9d
--- /dev/null
+++ b/dev-haskell/nats/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Haskell 98 natural numbers
+ </longdescription>
+ <use>
+ <flag name="hashable">You can disable the use of the `hashable` package using
+ USE=-hashable. Disabling this is an unsupported configuration, but it may be
+ useful for accelerating builds in sandboxes for expert users. If set we will
+ not supply an instance of `Hashable`.</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">ekmett/nats</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/nats/nats-0.1.2.ebuild b/dev-haskell/nats/nats-0.1.2.ebuild
new file mode 100644
index 00000000000..b39597f8bd0
--- /dev/null
+++ b/dev-haskell/nats/nats-0.1.2.ebuild
@@ -0,0 +1,25 @@
+# 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.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell 98 natural numbers"
+HOMEPAGE="http://github.com/ekmett/nats/"
+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.8
+"
diff --git a/dev-haskell/nats/nats-0.1.ebuild b/dev-haskell/nats/nats-0.1.ebuild
new file mode 100644
index 00000000000..0b41fb765f0
--- /dev/null
+++ b/dev-haskell/nats/nats-0.1.ebuild
@@ -0,0 +1,23 @@
+# 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="Haskell 98 natural numbers"
+HOMEPAGE="http://github.com/ekmett/nats/"
+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.10"
diff --git a/dev-haskell/nats/nats-0.2.ebuild b/dev-haskell/nats/nats-0.2.ebuild
new file mode 100644
index 00000000000..04cf783deb4
--- /dev/null
+++ b/dev-haskell/nats/nats-0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Natural numbers"
+HOMEPAGE="http://github.com/ekmett/nats/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE="+hashable"
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+ hashable? ( >=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] )
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag hashable hashable)
+}
diff --git a/dev-haskell/nats/nats-1.ebuild b/dev-haskell/nats/nats-1.ebuild
new file mode 100644
index 00000000000..c69b878de0a
--- /dev/null
+++ b/dev-haskell/nats/nats-1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile" # on ghc-7.10 does nothing
+inherit haskell-cabal
+
+DESCRIPTION="Natural numbers"
+HOMEPAGE="http://github.com/ekmett/nats/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+hashable"
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+ hashable? ( >=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] )
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag hashable hashable)
+}