public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-test/
@ 2018-03-30  2:54 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-03-30  2:54 UTC (permalink / raw
  To: gentoo-commits

commit:     eb6a674edb904b33dbbdf52069615b35c1a7ccf9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 29 18:28:24 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 02:36:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6a674e

dev-haskell/wai-test: use HTTPS

 dev-haskell/wai-test/wai-test-1.3.1.1.ebuild | 4 ++--
 dev-haskell/wai-test/wai-test-2.0.0.2.ebuild | 4 ++--
 dev-haskell/wai-test/wai-test-3.0.0.ebuild   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild
index 51fd4f338ff..950d9fe46bc 100644
--- a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild
+++ b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications"
-HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
+HOMEPAGE="https://www.yesodweb.com/book/web-application-interface"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild
index 2064ea39c42..28fc047cbb1 100644
--- a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild
+++ b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications"
-HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
+HOMEPAGE="https://www.yesodweb.com/book/web-application-interface"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-haskell/wai-test/wai-test-3.0.0.ebuild b/dev-haskell/wai-test/wai-test-3.0.0.ebuild
index 5e1a5bb85e2..37b1f3c28bc 100644
--- a/dev-haskell/wai-test/wai-test-3.0.0.ebuild
+++ b/dev-haskell/wai-test/wai-test-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile"
 inherit haskell-cabal
 
 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications. (deprecated)"
-HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
+HOMEPAGE="https://www.yesodweb.com/book/web-application-interface"
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-test/
@ 2020-09-12  8:55 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-09-12  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d0acae43227a6cd193248d6fb78ae3fd3fa2e09f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 08:35:45 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 08:54:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0acae43

dev-haskell/wai-test: drop old

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

 dev-haskell/wai-test/Manifest                |  2 --
 dev-haskell/wai-test/wai-test-1.3.1.1.ebuild | 42 ----------------------------
 dev-haskell/wai-test/wai-test-2.0.0.2.ebuild | 36 ------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-haskell/wai-test/Manifest b/dev-haskell/wai-test/Manifest
index 2f223529ed2..702bdd41059 100644
--- a/dev-haskell/wai-test/Manifest
+++ b/dev-haskell/wai-test/Manifest
@@ -1,3 +1 @@
-DIST wai-test-1.3.1.1.tar.gz 3858 BLAKE2B fc16e086749bae7637e5aa11fac7ee5447aba0fe24fc665985101d8cf8a5933f0879555403b4e78d7eee289d2e6baedd0e6593807aba024a2bb80130694e9ada SHA512 fb9d216812d9e5d3bf18ece6ae397290444e9e843749869a688c7fecdb2d4cbb56d4c9d7527d6c8ecd597e055717cf6a5df9286950c38c94f862b7d578a6825d
-DIST wai-test-2.0.0.2.tar.gz 3645 BLAKE2B f63efd0030b23768aa6eefecf4bcf9b33445ba3dc7c2c63d4cdf2891a4d4ceb861d5d49e62d882b24340400ce9ef08b9e43e01732e2aa2dbbe30c4276dd3fb0f SHA512 d81fc332ebbcf071c9d62f1dea7b9cb2e7ad1bf160a2472ced347dd4dea0a0f36dbbfaa733ccd00958c904a9e4413f720d75e9c66efb7bed17c7e3bc067f5379
 DIST wai-test-3.0.0.tar.gz 1227 BLAKE2B 4a99ab99810cff2d3b2fbdc7c36acc239d1ab8d15ffe5d4d9d8c953c01de2daca63279a6f36f2850740f8f945f8e7edc6d756a6516acfc686c45a35d9af8c400 SHA512 2c7f8788f3a51f94b02a2d79b7ad40c0f92f3756163b1e4c0981e92c3364c822b6a1cbf2b7129fd6974a745774f2dbffe1a6097e362d183bc2e30dd62125666f

diff --git a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild
deleted file mode 100644
index 4097b599520..00000000000
--- a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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 test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Unit test framework (built on HUnit) for WAI applications"
-HOMEPAGE="https://www.yesodweb.com/book/web-application-interface"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
-		<dev-haskell/blaze-builder-0.4:=[profile?]
-		>=dev-haskell/blaze-builder-conduit-0.5:=[profile?]
-		<dev-haskell/blaze-builder-conduit-1.1:=[profile?]
-		>=dev-haskell/case-insensitive-0.2:=[profile?]
-		>=dev-haskell/conduit-0.5:=[profile?]
-		<dev-haskell/conduit-1.1:=[profile?]
-		>=dev-haskell/cookie-0.2:=[profile?]
-		<dev-haskell/cookie-0.5:=[profile?]
-		>=dev-haskell/http-types-0.7:=[profile?]
-		=dev-haskell/hunit-1.2*:=[profile?]
-		dev-haskell/network:=[profile?]
-		>=dev-haskell/text-0.7:=[profile?]
-		<dev-haskell/text-0.12:=[profile?]
-		>=dev-haskell/transformers-0.2.2:=[profile?]
-		<dev-haskell/transformers-0.4:=[profile?]
-		>=dev-haskell/wai-1.3:=[profile?]
-		<dev-haskell/wai-1.5:=[profile?]
-		>=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
-		>=dev-haskell/cabal-1.8
-		test? ( >=dev-haskell/hspec-1.3
-		)"

diff --git a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild
deleted file mode 100644
index 950b7b10816..00000000000
--- a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Unit test framework (built on HUnit) for WAI applications"
-HOMEPAGE="https://www.yesodweb.com/book/web-application-interface"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?]
-	>=dev-haskell/blaze-builder-conduit-0.5:=[profile?] <dev-haskell/blaze-builder-conduit-1.1:=[profile?]
-	>=dev-haskell/case-insensitive-0.2:=[profile?]
-	>=dev-haskell/conduit-0.5:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
-	>=dev-haskell/cookie-0.2:=[profile?] <dev-haskell/cookie-0.5:=[profile?]
-	>=dev-haskell/http-types-0.7:=[profile?]
-	>=dev-haskell/hunit-1.2:=[profile?] <dev-haskell/hunit-1.3:=[profile?]
-	dev-haskell/network:=[profile?]
-	>=dev-haskell/text-0.7:=[profile?]
-	>=dev-haskell/transformers-0.2.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
-	>=dev-haskell/wai-2.0:=[profile?] <dev-haskell/wai-2.2:=[profile?]
-	>=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.8
-	test? ( >=dev-haskell/hspec-1.3 )
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-test/
@ 2020-11-01 13:28 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-11-01 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     89ebddd559fc7cc4fbf79c454f680e0e43377c43
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  1 13:24:43 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov  1 13:24:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ebddd5

dev-haskell/wai-test: update to EAPI=7

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

 dev-haskell/wai-test/wai-test-3.0.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/wai-test/wai-test-3.0.0.ebuild b/dev-haskell/wai-test/wai-test-3.0.0.ebuild
index 183057606b1..ac41acae63a 100644
--- a/dev-haskell/wai-test/wai-test-3.0.0.ebuild
+++ b/dev-haskell/wai-test/wai-test-3.0.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-# ebuild generated by hackport 0.4.2.9999
+# ebuild generated by hackport 0.6.6.9999
 
-CABAL_FEATURES="lib profile"
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications. (deprecated)"


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

end of thread, other threads:[~2020-11-01 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-30  2:54 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-test/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2020-09-12  8:55 Sergei Trofimovich
2020-11-01 13:28 Sergei Trofimovich

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