public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/
@ 2017-05-28 17:53 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2017-05-28 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     feaf4692b297f9fc665e8b01c4be8d2981cb9458
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 13:18:37 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 28 17:53:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feaf4692

dev-haskell/store: new package, a depend of dev-haskell/stack

Fast binary serialization

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/store/Manifest           |  1 +
 dev-haskell/store/metadata.xml       | 11 ++++++
 dev-haskell/store/store-0.3.1.ebuild | 67 ++++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+)

diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest
new file mode 100644
index 00000000000..b9b17a2eedc
--- /dev/null
+++ b/dev-haskell/store/Manifest
@@ -0,0 +1 @@
+DIST store-0.3.1.tar.gz 41555 SHA256 ec1005ebaf7334f6e5166315f8406553c94cffa8e06bc1d60f372c0d46ceda90 SHA512 7e6064cbee01ce7357e5b7235d502ee9b5b323358ebd7e71b5b310830ae52595384bb143dbbbad8e28cdde2c9001f1ae9ea03b47f2dc5cf50ac18cb2c4e9d7cd WHIRLPOOL b308ea6abf2a3a8cb44bffb62ddd59012af9ba943a4043560feaf6cd37ad6521893f2572211b0b137769f55020f144589fb8aeb36799b87b224225e9208bfb49

diff --git a/dev-haskell/store/metadata.xml b/dev-haskell/store/metadata.xml
new file mode 100644
index 00000000000..61d4d499fa2
--- /dev/null
+++ b/dev-haskell/store/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+		Fast binary serialization
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-haskell/store/store-0.3.1.ebuild b/dev-haskell/store/store-0.3.1.ebuild
new file mode 100644
index 00000000000..fd282876347
--- /dev/null
+++ b/dev-haskell/store/store-0.3.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+#hackport: flags: -small-bench,-comparison-bench
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Fast binary serialization"
+HOMEPAGE="https://github.com/fpco/store#readme"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
+	>=dev-haskell/base-orphans-0.4.3:=[profile?]
+	>=dev-haskell/base64-bytestring-0.1.1:=[profile?]
+	>=dev-haskell/conduit-1.2.3.1:=[profile?]
+	>=dev-haskell/contravariant-1.3:=[profile?]
+	>=dev-haskell/cryptohash-0.11.6:=[profile?]
+	>=dev-haskell/free-4.11:=[profile?]
+	>=dev-haskell/hashable-1.2.3.1:=[profile?]
+	>=dev-haskell/hspec-2.1.2:=[profile?]
+	>=dev-haskell/hspec-smallcheck-0.3.0:=[profile?]
+	>=dev-haskell/lifted-base-0.2.3.3:=[profile?]
+	>=dev-haskell/monad-control-0.3.3.0:=[profile?]
+	>=dev-haskell/mono-traversable-0.7.0:=[profile?]
+	>=dev-haskell/network-2.6.0.2:=[profile?]
+	>=dev-haskell/primitive-0.6:=[profile?]
+	>=dev-haskell/resourcet-1.1.3.3:=[profile?]
+	>=dev-haskell/safe-0.3.8:=[profile?]
+	>=dev-haskell/semigroups-0.8:=[profile?]
+	>=dev-haskell/smallcheck-1.1.1:=[profile?]
+	>=dev-haskell/store-core-0.3:=[profile?] <dev-haskell/store-core-0.4:=[profile?]
+	>=dev-haskell/streaming-commons-0.1.10.0:=[profile?]
+	>=dev-haskell/syb-0.4.4:=[profile?]
+	>=dev-haskell/text-1.2.0.4:=[profile?]
+	>=dev-haskell/th-lift-0.7.1:=[profile?]
+	>=dev-haskell/th-lift-instances-0.1.4:=[profile?]
+	>=dev-haskell/th-orphans-0.12.2:=[profile?]
+	>=dev-haskell/th-reify-many-0.1.6:=[profile?]
+	>=dev-haskell/th-utilities-0.2:=[profile?]
+	>=dev-haskell/unordered-containers-0.2.5.1:=[profile?]
+	>=dev-haskell/vector-0.10.12.3:=[profile?]
+	>=dev-haskell/void-0.5.11:=[profile?]
+	>=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.18.1.3
+	test? ( dev-haskell/cereal
+		dev-haskell/cereal-vector
+		dev-haskell/criterion
+		dev-haskell/vector-binary-instances
+		dev-haskell/weigh )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		--flag=-comparison-bench \
+		--flag=-small-bench
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/
@ 2020-08-05  7:14 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-08-05  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9d9575c68f38a34e6bae82aedfc1ff496a255cbd
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 07:13:13 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 07:14:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9575c6

dev-haskell/store: bump up to 0.7.5

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/store/Manifest           |  1 +
 dev-haskell/store/store-0.7.5.ebuild | 64 ++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest
index f7fb3a550da..d7365f49f65 100644
--- a/dev-haskell/store/Manifest
+++ b/dev-haskell/store/Manifest
@@ -1 +1,2 @@
 DIST store-0.3.1.tar.gz 41555 BLAKE2B 6dc4cc284725db02987755ccd7665f241cc24b50449707d7af59ecbc82617bfc3445d9be57c37036f6bffb90870cf326d1519f131163c7dc7a87589fbc5718a1 SHA512 7e6064cbee01ce7357e5b7235d502ee9b5b323358ebd7e71b5b310830ae52595384bb143dbbbad8e28cdde2c9001f1ae9ea03b47f2dc5cf50ac18cb2c4e9d7cd
+DIST store-0.7.5.tar.gz 43180 BLAKE2B 990907bb8135f82a6ee4bf7b4e0389ef036e9c5334d3c26606723788ee04d35d86ff1d7ab1b2d8a48c61b299933f5c285d8846e79806196b68b99a9b6b7e0200 SHA512 14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0

diff --git a/dev-haskell/store/store-0.7.5.ebuild b/dev-haskell/store/store-0.7.5.ebuild
new file mode 100644
index 00000000000..89f6263d6da
--- /dev/null
+++ b/dev-haskell/store/store-0.7.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.9999
+#hackport: flags: -small-bench,-comparison-bench,-integer-simple
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Fast binary serialization"
+HOMEPAGE="https://github.com/fpco/store#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
+	>=dev-haskell/base-orphans-0.4.3:=[profile?]
+	>=dev-haskell/base64-bytestring-0.1.1:=[profile?]
+	>=dev-haskell/bifunctors-4.0:=[profile?]
+	>=dev-haskell/contravariant-1.3:=[profile?]
+	>=dev-haskell/cryptohash-0.11.6:=[profile?]
+	>=dev-haskell/fail-4.9:=[profile?]
+	>=dev-haskell/free-4.11:=[profile?]
+	>=dev-haskell/hashable-1.2.3.1:=[profile?]
+	>=dev-haskell/hspec-2.1.2:=[profile?]
+	>=dev-haskell/hspec-smallcheck-0.3.0:=[profile?]
+	>=dev-haskell/lifted-base-0.2.3.3:=[profile?]
+	>=dev-haskell/monad-control-0.3.3.0:=[profile?]
+	>=dev-haskell/mono-traversable-0.7.0:=[profile?]
+	>=dev-haskell/network-2.6.0.2:=[profile?]
+	>=dev-haskell/primitive-0.6:=[profile?]
+	>=dev-haskell/resourcet-1.1.3.3:=[profile?]
+	>=dev-haskell/safe-0.3.8:=[profile?]
+	>=dev-haskell/semigroups-0.8:=[profile?]
+	>=dev-haskell/smallcheck-1.1.1:=[profile?]
+	>=dev-haskell/store-core-0.4:=[profile?] <dev-haskell/store-core-0.5:=[profile?]
+	>=dev-haskell/syb-0.4.4:=[profile?]
+	>=dev-haskell/text-1.2.0.4:=[profile?]
+	>=dev-haskell/th-lift-0.7.1:=[profile?]
+	>=dev-haskell/th-lift-instances-0.1.4:=[profile?]
+	>=dev-haskell/th-orphans-0.13.2:=[profile?]
+	>=dev-haskell/th-reify-many-0.1.6:=[profile?]
+	>=dev-haskell/th-utilities-0.2:=[profile?]
+	>=dev-haskell/unordered-containers-0.2.5.1:=[profile?]
+	>=dev-haskell/vector-0.10.12.3:=[profile?]
+	>=dev-haskell/void-0.5.11:=[profile?]
+	>=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.18.1.3
+	test? ( >=dev-haskell/clock-0.3 )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		--flag=-comparison-bench \
+		--flag=-integer-simple \
+		--flag=-small-bench
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/
@ 2020-08-06  7:42 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-08-06  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f1386d1b95ad46e15358660e4874ebcb87dcf406
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug  5 21:22:02 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 07:41:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1386d1b

dev-haskell/store: bump up to 0.7.6

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/store/Manifest           |  1 +
 dev-haskell/store/store-0.7.6.ebuild | 64 ++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest
index 420b0918793..1e865b72bf0 100644
--- a/dev-haskell/store/Manifest
+++ b/dev-haskell/store/Manifest
@@ -1 +1,2 @@
 DIST store-0.7.5.tar.gz 43180 BLAKE2B 990907bb8135f82a6ee4bf7b4e0389ef036e9c5334d3c26606723788ee04d35d86ff1d7ab1b2d8a48c61b299933f5c285d8846e79806196b68b99a9b6b7e0200 SHA512 14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0
+DIST store-0.7.6.tar.gz 43198 BLAKE2B 9246dabb2222c42096b001db327e60821d8d7142e4f7cc6818b3ef8e8743ea0185ae5fa68beaf02eeb1ec3254d95010625f56714b639730ca29fc4269c1cec2d SHA512 c1bf63b76e300aabce656e06899de9b95fa5a3d9b08be47b6ed640f5ae2a63d5dbb08e8058bb334af6a771a2dc8eeb700bf7162b806481e47e08d22bbb83b674

diff --git a/dev-haskell/store/store-0.7.6.ebuild b/dev-haskell/store/store-0.7.6.ebuild
new file mode 100644
index 00000000000..69fa5368d78
--- /dev/null
+++ b/dev-haskell/store/store-0.7.6.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6
+#hackport: flags: -small-bench,-comparison-bench,-integer-simple
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Fast binary serialization"
+HOMEPAGE="https://github.com/fpco/store#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
+	>=dev-haskell/base-orphans-0.4.3:=[profile?]
+	>=dev-haskell/base64-bytestring-0.1.1:=[profile?]
+	>=dev-haskell/bifunctors-4.0:=[profile?]
+	>=dev-haskell/contravariant-1.3:=[profile?]
+	>=dev-haskell/cryptohash-0.11.6:=[profile?]
+	>=dev-haskell/fail-4.9:=[profile?]
+	>=dev-haskell/free-4.11:=[profile?]
+	>=dev-haskell/hashable-1.2.3.1:=[profile?]
+	>=dev-haskell/hspec-2.1.2:=[profile?]
+	>=dev-haskell/hspec-smallcheck-0.3.0:=[profile?]
+	>=dev-haskell/lifted-base-0.2.3.3:=[profile?]
+	>=dev-haskell/monad-control-0.3.3.0:=[profile?]
+	>=dev-haskell/mono-traversable-0.7.0:=[profile?]
+	>=dev-haskell/network-2.6.0.2:=[profile?]
+	>=dev-haskell/primitive-0.6:=[profile?]
+	>=dev-haskell/resourcet-1.1.3.3:=[profile?]
+	>=dev-haskell/safe-0.3.8:=[profile?]
+	>=dev-haskell/semigroups-0.8:=[profile?]
+	>=dev-haskell/smallcheck-1.1.1:=[profile?]
+	>=dev-haskell/store-core-0.4:=[profile?] <dev-haskell/store-core-0.5:=[profile?]
+	>=dev-haskell/syb-0.4.4:=[profile?]
+	>=dev-haskell/text-1.2.0.4:=[profile?]
+	>=dev-haskell/th-lift-0.7.1:=[profile?]
+	>=dev-haskell/th-lift-instances-0.1.4:=[profile?]
+	>=dev-haskell/th-orphans-0.13.2:=[profile?]
+	>=dev-haskell/th-reify-many-0.1.6:=[profile?]
+	>=dev-haskell/th-utilities-0.2:=[profile?]
+	>=dev-haskell/unordered-containers-0.2.5.1:=[profile?]
+	>=dev-haskell/vector-0.10.12.3:=[profile?]
+	>=dev-haskell/void-0.5.11:=[profile?]
+	>=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.18.1.3
+	test? ( >=dev-haskell/clock-0.3 )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		--flag=-comparison-bench \
+		--flag=-integer-simple \
+		--flag=-small-bench
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/
@ 2020-08-06  7:42 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-08-06  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6a30b1f1b74bc4fc36812f7cd7018e2cfa103daf
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug  5 21:20:03 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 07:41:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a30b1f1

dev-haskell/store: remove old

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/store/Manifest           |  1 -
 dev-haskell/store/store-0.3.1.ebuild | 67 ------------------------------------
 2 files changed, 68 deletions(-)

diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest
index d7365f49f65..420b0918793 100644
--- a/dev-haskell/store/Manifest
+++ b/dev-haskell/store/Manifest
@@ -1,2 +1 @@
-DIST store-0.3.1.tar.gz 41555 BLAKE2B 6dc4cc284725db02987755ccd7665f241cc24b50449707d7af59ecbc82617bfc3445d9be57c37036f6bffb90870cf326d1519f131163c7dc7a87589fbc5718a1 SHA512 7e6064cbee01ce7357e5b7235d502ee9b5b323358ebd7e71b5b310830ae52595384bb143dbbbad8e28cdde2c9001f1ae9ea03b47f2dc5cf50ac18cb2c4e9d7cd
 DIST store-0.7.5.tar.gz 43180 BLAKE2B 990907bb8135f82a6ee4bf7b4e0389ef036e9c5334d3c26606723788ee04d35d86ff1d7ab1b2d8a48c61b299933f5c285d8846e79806196b68b99a9b6b7e0200 SHA512 14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0

diff --git a/dev-haskell/store/store-0.3.1.ebuild b/dev-haskell/store/store-0.3.1.ebuild
deleted file mode 100644
index e1de2e33e1c..00000000000
--- a/dev-haskell/store/store-0.3.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-#hackport: flags: -small-bench,-comparison-bench
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Fast binary serialization"
-HOMEPAGE="https://github.com/fpco/store#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
-	>=dev-haskell/base-orphans-0.4.3:=[profile?]
-	>=dev-haskell/base64-bytestring-0.1.1:=[profile?]
-	>=dev-haskell/conduit-1.2.3.1:=[profile?]
-	>=dev-haskell/contravariant-1.3:=[profile?]
-	>=dev-haskell/cryptohash-0.11.6:=[profile?]
-	>=dev-haskell/free-4.11:=[profile?]
-	>=dev-haskell/hashable-1.2.3.1:=[profile?]
-	>=dev-haskell/hspec-2.1.2:=[profile?]
-	>=dev-haskell/hspec-smallcheck-0.3.0:=[profile?]
-	>=dev-haskell/lifted-base-0.2.3.3:=[profile?]
-	>=dev-haskell/monad-control-0.3.3.0:=[profile?]
-	>=dev-haskell/mono-traversable-0.7.0:=[profile?]
-	>=dev-haskell/network-2.6.0.2:=[profile?]
-	>=dev-haskell/primitive-0.6:=[profile?]
-	>=dev-haskell/resourcet-1.1.3.3:=[profile?]
-	>=dev-haskell/safe-0.3.8:=[profile?]
-	>=dev-haskell/semigroups-0.8:=[profile?]
-	>=dev-haskell/smallcheck-1.1.1:=[profile?]
-	>=dev-haskell/store-core-0.3:=[profile?] <dev-haskell/store-core-0.4:=[profile?]
-	>=dev-haskell/streaming-commons-0.1.10.0:=[profile?]
-	>=dev-haskell/syb-0.4.4:=[profile?]
-	>=dev-haskell/text-1.2.0.4:=[profile?]
-	>=dev-haskell/th-lift-0.7.1:=[profile?]
-	>=dev-haskell/th-lift-instances-0.1.4:=[profile?]
-	>=dev-haskell/th-orphans-0.12.2:=[profile?]
-	>=dev-haskell/th-reify-many-0.1.6:=[profile?]
-	>=dev-haskell/th-utilities-0.2:=[profile?]
-	>=dev-haskell/unordered-containers-0.2.5.1:=[profile?]
-	>=dev-haskell/vector-0.10.12.3:=[profile?]
-	>=dev-haskell/void-0.5.11:=[profile?]
-	>=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.18.1.3
-	test? ( dev-haskell/cereal
-		dev-haskell/cereal-vector
-		dev-haskell/criterion
-		dev-haskell/vector-binary-instances
-		dev-haskell/weigh )
-"
-
-src_configure() {
-	haskell-cabal_src_configure \
-		--flag=-comparison-bench \
-		--flag=-small-bench
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/
@ 2020-08-06  7:42 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-08-06  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     62012cf40e9614898d176a031b2ff0a7d403085c
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug  5 21:25:46 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 07:41:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62012cf4

dev-haskell/store: remove old

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/store/Manifest           |  1 -
 dev-haskell/store/store-0.7.5.ebuild | 64 ------------------------------------
 2 files changed, 65 deletions(-)

diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest
index 1e865b72bf0..e4b47fad5ba 100644
--- a/dev-haskell/store/Manifest
+++ b/dev-haskell/store/Manifest
@@ -1,2 +1 @@
-DIST store-0.7.5.tar.gz 43180 BLAKE2B 990907bb8135f82a6ee4bf7b4e0389ef036e9c5334d3c26606723788ee04d35d86ff1d7ab1b2d8a48c61b299933f5c285d8846e79806196b68b99a9b6b7e0200 SHA512 14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0
 DIST store-0.7.6.tar.gz 43198 BLAKE2B 9246dabb2222c42096b001db327e60821d8d7142e4f7cc6818b3ef8e8743ea0185ae5fa68beaf02eeb1ec3254d95010625f56714b639730ca29fc4269c1cec2d SHA512 c1bf63b76e300aabce656e06899de9b95fa5a3d9b08be47b6ed640f5ae2a63d5dbb08e8058bb334af6a771a2dc8eeb700bf7162b806481e47e08d22bbb83b674

diff --git a/dev-haskell/store/store-0.7.5.ebuild b/dev-haskell/store/store-0.7.5.ebuild
deleted file mode 100644
index 89f6263d6da..00000000000
--- a/dev-haskell/store/store-0.7.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-#hackport: flags: -small-bench,-comparison-bench,-integer-simple
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Fast binary serialization"
-HOMEPAGE="https://github.com/fpco/store#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
-	>=dev-haskell/base-orphans-0.4.3:=[profile?]
-	>=dev-haskell/base64-bytestring-0.1.1:=[profile?]
-	>=dev-haskell/bifunctors-4.0:=[profile?]
-	>=dev-haskell/contravariant-1.3:=[profile?]
-	>=dev-haskell/cryptohash-0.11.6:=[profile?]
-	>=dev-haskell/fail-4.9:=[profile?]
-	>=dev-haskell/free-4.11:=[profile?]
-	>=dev-haskell/hashable-1.2.3.1:=[profile?]
-	>=dev-haskell/hspec-2.1.2:=[profile?]
-	>=dev-haskell/hspec-smallcheck-0.3.0:=[profile?]
-	>=dev-haskell/lifted-base-0.2.3.3:=[profile?]
-	>=dev-haskell/monad-control-0.3.3.0:=[profile?]
-	>=dev-haskell/mono-traversable-0.7.0:=[profile?]
-	>=dev-haskell/network-2.6.0.2:=[profile?]
-	>=dev-haskell/primitive-0.6:=[profile?]
-	>=dev-haskell/resourcet-1.1.3.3:=[profile?]
-	>=dev-haskell/safe-0.3.8:=[profile?]
-	>=dev-haskell/semigroups-0.8:=[profile?]
-	>=dev-haskell/smallcheck-1.1.1:=[profile?]
-	>=dev-haskell/store-core-0.4:=[profile?] <dev-haskell/store-core-0.5:=[profile?]
-	>=dev-haskell/syb-0.4.4:=[profile?]
-	>=dev-haskell/text-1.2.0.4:=[profile?]
-	>=dev-haskell/th-lift-0.7.1:=[profile?]
-	>=dev-haskell/th-lift-instances-0.1.4:=[profile?]
-	>=dev-haskell/th-orphans-0.13.2:=[profile?]
-	>=dev-haskell/th-reify-many-0.1.6:=[profile?]
-	>=dev-haskell/th-utilities-0.2:=[profile?]
-	>=dev-haskell/unordered-containers-0.2.5.1:=[profile?]
-	>=dev-haskell/vector-0.10.12.3:=[profile?]
-	>=dev-haskell/void-0.5.11:=[profile?]
-	>=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.18.1.3
-	test? ( >=dev-haskell/clock-0.3 )
-"
-
-src_configure() {
-	haskell-cabal_src_configure \
-		--flag=-comparison-bench \
-		--flag=-integer-simple \
-		--flag=-small-bench
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/
@ 2020-08-26 23:25 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-08-26 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f29d97e6981cae199552d7dab14ede2822a16068
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug 26 05:42:11 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 23:25:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29d97e6

dev-haskell/store: disable tests

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/store/store-0.7.6.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/store/store-0.7.6.ebuild b/dev-haskell/store/store-0.7.6.ebuild
index 69fa5368d78..515d0443bfc 100644
--- a/dev-haskell/store/store-0.7.6.ebuild
+++ b/dev-haskell/store/store-0.7.6.ebuild
@@ -4,9 +4,9 @@
 EAPI=7
 
 # ebuild generated by hackport 0.6.6
-#hackport: flags: -small-bench,-comparison-bench,-integer-simple
+#hackport: flags: -small-bench,-comparison-bench
 
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Fast binary serialization"
@@ -18,6 +18,8 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+RESTRICT=test # fails to build with newer smallcheck
+
 RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
 	>=dev-haskell/base-orphans-0.4.3:=[profile?]
 	>=dev-haskell/base64-bytestring-0.1.1:=[profile?]
@@ -53,12 +55,12 @@ RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
 "
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.18.1.3
-	test? ( >=dev-haskell/clock-0.3 )
 "
+# 	test? ( >=dev-haskell/clock-0.3 )
+# "
 
 src_configure() {
 	haskell-cabal_src_configure \
 		--flag=-comparison-bench \
-		--flag=-integer-simple \
 		--flag=-small-bench
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-26 23:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-06  7:42 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-08-26 23:25 Sergei Trofimovich
2020-08-06  7:42 Sergei Trofimovich
2020-08-06  7:42 Sergei Trofimovich
2020-08-05  7:14 Sergei Trofimovich
2017-05-28 17:53 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox