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

commit:     06579777ca6afd9ff80fb95d2fa96654a878698a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 13:12:29 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 28 17:53:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06579777

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

SmallCheck support for the Hspec testing framework

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/hspec-smallcheck/Manifest              |  1 +
 .../hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild | 28 ++++++++++++++++++++++
 dev-haskell/hspec-smallcheck/metadata.xml          | 11 +++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-haskell/hspec-smallcheck/Manifest b/dev-haskell/hspec-smallcheck/Manifest
new file mode 100644
index 00000000000..dbda51ae2c0
--- /dev/null
+++ b/dev-haskell/hspec-smallcheck/Manifest
@@ -0,0 +1 @@
+DIST hspec-smallcheck-0.4.1.tar.gz 1861 SHA256 c5ddd014ad58679554d2726a4442a124d7a3a9fad04c928c610cdc46773fc0f5 SHA512 bdb8dc6432d085dd192af77d34ae4188e002a419025006680abc076bea1216f0481c629a1c6025382de963d1ee351913f9f3159ed92fbedd0972363f27bded27 WHIRLPOOL ac197e8681771a8fa962418467398e8b44facb9081cfc4ea94476beee8acb59e11f547c2e402754f64bd0ab87745c2ea153b655e2de8287a865d1c10f2f51230

diff --git a/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
new file mode 100644
index 00000000000..c985caa6d77
--- /dev/null
+++ b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
@@ -0,0 +1,28 @@
+# 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
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="SmallCheck support for the Hspec testing framework"
+HOMEPAGE="http://hspec.github.io/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/hspec-core-2:=[profile?] <dev-haskell/hspec-core-3:=[profile?]
+	>=dev-haskell/smallcheck-1.0:=[profile?]
+	>=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.8
+	test? ( dev-haskell/hspec
+		dev-haskell/quickcheck )
+"

diff --git a/dev-haskell/hspec-smallcheck/metadata.xml b/dev-haskell/hspec-smallcheck/metadata.xml
new file mode 100644
index 00000000000..f9940a6d135
--- /dev/null
+++ b/dev-haskell/hspec-smallcheck/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>
+		SmallCheck support for the Hspec testing framework
+	</longdescription>
+</pkgmetadata>


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

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

commit:     98c87a64a03da97932df44a2624d6be0309b12bd
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug  5 21:20:25 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=98c87a64

dev-haskell/hspec-smallcheck: bump up to 0.5.2

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/hspec-smallcheck/Manifest              |  1 +
 .../hspec-smallcheck/hspec-smallcheck-0.5.2.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-haskell/hspec-smallcheck/Manifest b/dev-haskell/hspec-smallcheck/Manifest
index 58dfb63743f..ade83249b14 100644
--- a/dev-haskell/hspec-smallcheck/Manifest
+++ b/dev-haskell/hspec-smallcheck/Manifest
@@ -1 +1,2 @@
 DIST hspec-smallcheck-0.4.1.tar.gz 1861 BLAKE2B 4b11d0739f11e759d811955941b52ec5b7e660801bf90610300f514a214bc439571c7e05dec77c8a7c388a010847eb324cbb693e10ca6741e7ea5428e0eac927 SHA512 bdb8dc6432d085dd192af77d34ae4188e002a419025006680abc076bea1216f0481c629a1c6025382de963d1ee351913f9f3159ed92fbedd0972363f27bded27
+DIST hspec-smallcheck-0.5.2.tar.gz 4432 BLAKE2B 2eb26ca677a7665f65911193047ccbcf798f2620ce30959e6a667e3b6560d1f7eef68928f39f97b93a7e1abd39c891b6a6f823c227d39a892e42309d6055e2ee SHA512 2fd27126285e7d308f277480dcadcb6b047f67a82389edaf7d4761504f88ffedd8831db5b6b4f178c429cf3e8009e8aee8c6b05040dd960e7d2813e50908bd05

diff --git a/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.5.2.ebuild b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.5.2.ebuild
new file mode 100644
index 00000000000..164e9aac666
--- /dev/null
+++ b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.5.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="SmallCheck support for the Hspec testing framework"
+HOMEPAGE="http://hspec.github.io/"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/call-stack:=[profile?]
+	>=dev-haskell/hspec-core-2.5.0:=[profile?]
+	dev-haskell/hunit:=[profile?]
+	>=dev-haskell/smallcheck-1.1:=[profile?]
+	>=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.10
+	test? ( dev-haskell/base-orphans
+		dev-haskell/hspec
+		dev-haskell/quickcheck )
+"


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

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

commit:     e6bc898d8a62805da22402d333a5663022dbc8c8
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Wed Aug  5 21:23:20 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=e6bc898d

dev-haskell/hspec-smallcheck: remove old

Closes: https://bugs.gentoo.org/735940
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/hspec-smallcheck/Manifest              |  1 -
 .../hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-haskell/hspec-smallcheck/Manifest b/dev-haskell/hspec-smallcheck/Manifest
index ade83249b14..4953f5ea01b 100644
--- a/dev-haskell/hspec-smallcheck/Manifest
+++ b/dev-haskell/hspec-smallcheck/Manifest
@@ -1,2 +1 @@
-DIST hspec-smallcheck-0.4.1.tar.gz 1861 BLAKE2B 4b11d0739f11e759d811955941b52ec5b7e660801bf90610300f514a214bc439571c7e05dec77c8a7c388a010847eb324cbb693e10ca6741e7ea5428e0eac927 SHA512 bdb8dc6432d085dd192af77d34ae4188e002a419025006680abc076bea1216f0481c629a1c6025382de963d1ee351913f9f3159ed92fbedd0972363f27bded27
 DIST hspec-smallcheck-0.5.2.tar.gz 4432 BLAKE2B 2eb26ca677a7665f65911193047ccbcf798f2620ce30959e6a667e3b6560d1f7eef68928f39f97b93a7e1abd39c891b6a6f823c227d39a892e42309d6055e2ee SHA512 2fd27126285e7d308f277480dcadcb6b047f67a82389edaf7d4761504f88ffedd8831db5b6b4f178c429cf3e8009e8aee8c6b05040dd960e7d2813e50908bd05

diff --git a/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild b/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
deleted file mode 100644
index 595c2a24a66..00000000000
--- a/dev-haskell/hspec-smallcheck/hspec-smallcheck-0.4.1.ebuild
+++ /dev/null
@@ -1,28 +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
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="SmallCheck support for the Hspec testing framework"
-HOMEPAGE="http://hspec.github.io/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hspec-core-2:=[profile?] <dev-haskell/hspec-core-3:=[profile?]
-	>=dev-haskell/smallcheck-1.0:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.8
-	test? ( dev-haskell/hspec
-		dev-haskell/quickcheck )
-"


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

end of thread, other threads:[~2020-08-06  7:42 UTC | newest]

Thread overview: 3+ 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/hspec-smallcheck/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-08-06  7:42 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