[gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-test/

2023-03-17 Thread Sam James
commit: e36ac464c9e3bc2a2b347f5f9ec84394a7ec75ae
Author: hololeap  users  noreply  github  com>
AuthorDate: Wed Mar 15 23:45:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 18:22:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36ac464

dev-haskell/yesod-test: Stabilize for amd64

Signed-off-by: hololeap  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/yesod-test/yesod-test-1.6.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/yesod-test/yesod-test-1.6.12.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.6.12.ebuild
index 8a0ba3fd0f64..cd2e522586f9 100644
--- a/dev-haskell/yesod-test/yesod-test-1.6.12.ebuild
+++ b/dev-haskell/yesod-test/yesod-test-1.6.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="dev-haskell/aeson:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-test/

2020-12-16 Thread Sergei Trofimovich
commit: 8c84a8030d0bc087723f366d741609c4ae89
Author: Jack Todaro  posteo  org>
AuthorDate: Thu Dec 17 00:34:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 17 07:29:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c84a803

dev-haskell/yesod-test: drop old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/yesod-test/Manifest |  1 -
 dev-haskell/yesod-test/yesod-test-1.6.10.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/dev-haskell/yesod-test/Manifest b/dev-haskell/yesod-test/Manifest
index 0b9f39ea9dd..fcd6d48b93f 100644
--- a/dev-haskell/yesod-test/Manifest
+++ b/dev-haskell/yesod-test/Manifest
@@ -1,2 +1 @@
-DIST yesod-test-1.6.10.tar.gz 27593 BLAKE2B 
ed6b5be35032246a0e233a985cc7a739a38cd4b81db42ac000c823ff0975ed642d6e4dc7e8dafb6679d6acb53c8cfb2f438f84d4e73c9ab79ecac4c7d3adb681
 SHA512 
badbd76b9a345c86f9dcf8b5d6043f173eec60bf6f39bdcb4a60d17d95ad693991a1c7b4061a1e86d61fb9efe3f2f29b3129e6b9ffef4b07d5b563116959b016
 DIST yesod-test-1.6.12.tar.gz 27738 BLAKE2B 
53cc4dc136b4d08c932812f2bd0b7f46ccc4acc3b0b0a2020386092006010859d3c0b14d9e4b36e91ae46617941d008d1795d652ccd1068437e537de83a4e4c3
 SHA512 
777d112d8c5ae77d667da2b8d1ed91a1cf751850d5b3678e787e7123aca8666d0a4b6d6161b7109491012d56c160603d62563b881a136ccc76a1edd006c423d6

diff --git a/dev-haskell/yesod-test/yesod-test-1.6.10.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.6.10.ebuild
deleted file mode 100644
index 8e3c91fc271..000
--- a/dev-haskell/yesod-test/yesod-test-1.6.10.ebuild
+++ /dev/null
@@ -1,49 +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.4.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="integration testing for WAI/Yesod Applications"
-HOMEPAGE="https://www.yesodweb.com";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-   >=dev-haskell/attoparsec-0.10:=[profile?]
-   dev-haskell/blaze-builder:=[profile?]
-   >=dev-haskell/blaze-html-0.5:=[profile?]
-   >=dev-haskell/case-insensitive-0.2:=[profile?]
-   dev-haskell/conduit:=[profile?]
-   dev-haskell/cookie:=[profile?]
-   >=dev-haskell/hspec-core-2:=[profile?] 
=dev-haskell/html-conduit-0.1:=[profile?]
-   >=dev-haskell/http-types-0.7:=[profile?]
-   >=dev-haskell/hunit-1.2:=[profile?]
-   dev-haskell/memory:=[profile?]
-   >=dev-haskell/network-2.2:=[profile?]
-   >=dev-haskell/pretty-show-1.6:=[profile?]
-   dev-haskell/semigroups:=[profile?]
-   dev-haskell/text:=[profile?]
-   >=dev-haskell/wai-3.0:=[profile?]
-   dev-haskell/wai-extra:=[profile?]
-   >=dev-haskell/xml-conduit-1.0:=[profile?]
-   >=dev-haskell/xml-types-0.3:=[profile?]
-   >=dev-haskell/yesod-core-1.6.17:=[profile?]
-   >=dev-lang/ghc-8.2.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-2.0.0.2
-   test? ( dev-haskell/hspec
-   dev-haskell/unliftio
-   dev-haskell/unliftio-core
-   >=dev-haskell/yesod-form-1.6 )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-test/

2020-12-16 Thread Sergei Trofimovich
commit: efadd54dc78156341127e8da36a7ecb5bdc967c8
Author: Jack Todaro  posteo  org>
AuthorDate: Thu Dec 17 00:32:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 17 07:29:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efadd54d

dev-haskell/yesod-test: bump up to 1.6.12

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/yesod-test/Manifest |  1 +
 dev-haskell/yesod-test/yesod-test-1.6.12.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-haskell/yesod-test/Manifest b/dev-haskell/yesod-test/Manifest
index 958e7c959cf..0b9f39ea9dd 100644
--- a/dev-haskell/yesod-test/Manifest
+++ b/dev-haskell/yesod-test/Manifest
@@ -1 +1,2 @@
 DIST yesod-test-1.6.10.tar.gz 27593 BLAKE2B 
ed6b5be35032246a0e233a985cc7a739a38cd4b81db42ac000c823ff0975ed642d6e4dc7e8dafb6679d6acb53c8cfb2f438f84d4e73c9ab79ecac4c7d3adb681
 SHA512 
badbd76b9a345c86f9dcf8b5d6043f173eec60bf6f39bdcb4a60d17d95ad693991a1c7b4061a1e86d61fb9efe3f2f29b3129e6b9ffef4b07d5b563116959b016
+DIST yesod-test-1.6.12.tar.gz 27738 BLAKE2B 
53cc4dc136b4d08c932812f2bd0b7f46ccc4acc3b0b0a2020386092006010859d3c0b14d9e4b36e91ae46617941d008d1795d652ccd1068437e537de83a4e4c3
 SHA512 
777d112d8c5ae77d667da2b8d1ed91a1cf751850d5b3678e787e7123aca8666d0a4b6d6161b7109491012d56c160603d62563b881a136ccc76a1edd006c423d6

diff --git a/dev-haskell/yesod-test/yesod-test-1.6.12.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.6.12.ebuild
new file mode 100644
index 000..60de493bb0d
--- /dev/null
+++ b/dev-haskell/yesod-test/yesod-test-1.6.12.ebuild
@@ -0,0 +1,49 @@
+# 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.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="integration testing for WAI/Yesod Applications"
+HOMEPAGE="https://www.yesodweb.com";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+   >=dev-haskell/attoparsec-0.10:=[profile?]
+   dev-haskell/blaze-builder:=[profile?]
+   >=dev-haskell/blaze-html-0.5:=[profile?]
+   >=dev-haskell/case-insensitive-0.2:=[profile?]
+   dev-haskell/conduit:=[profile?]
+   dev-haskell/cookie:=[profile?]
+   >=dev-haskell/hspec-core-2:=[profile?] 
=dev-haskell/html-conduit-0.1:=[profile?]
+   >=dev-haskell/http-types-0.7:=[profile?]
+   >=dev-haskell/hunit-1.2:=[profile?]
+   dev-haskell/memory:=[profile?]
+   >=dev-haskell/mtl-2.0.0:=[profile?]
+   >=dev-haskell/network-2.2:=[profile?]
+   >=dev-haskell/pretty-show-1.6:=[profile?]
+   dev-haskell/text:=[profile?]
+   >=dev-haskell/wai-3.0:=[profile?]
+   dev-haskell/wai-extra:=[profile?]
+   >=dev-haskell/xml-conduit-1.0:=[profile?]
+   >=dev-haskell/xml-types-0.3:=[profile?]
+   >=dev-haskell/yesod-core-1.6.17:=[profile?]
+   >=dev-lang/ghc-8.2.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.0.0.2
+   test? ( dev-haskell/hspec
+   dev-haskell/unliftio
+   dev-haskell/unliftio-core
+   >=dev-haskell/yesod-form-1.6 )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-test/

2020-09-04 Thread Sergei Trofimovich
commit: 31ecfaa8cd18404297eaff7feff3e399e7f96992
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Sep  4 18:47:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep  4 19:44:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ecfaa8

dev-haskell/yesod-test: use HTTPS

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/yesod-test/yesod-test-1.6.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/yesod-test/yesod-test-1.6.10.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.6.10.ebuild
index a6124ce4ebb..8e3c91fc271 100644
--- a/dev-haskell/yesod-test/yesod-test-1.6.10.ebuild
+++ b/dev-haskell/yesod-test/yesod-test-1.6.10.ebuild
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="integration testing for WAI/Yesod Applications"
-HOMEPAGE="http://www.yesodweb.com";
+HOMEPAGE="https://www.yesodweb.com";
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-test/

2020-08-16 Thread Sergei Trofimovich
commit: dd41fd166b80a866a481bcf54e20a13b07f77734
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 16 09:10:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 16 09:53:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd41fd16

dev-haskell/yesod-test: drop old

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/yesod-test/Manifest  |  6 ---
 dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild | 46 ---
 dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild | 46 ---
 dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild | 46 ---
 dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild | 47 ---
 dev-haskell/yesod-test/yesod-test-1.5.3.ebuild   | 48 
 dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild | 47 ---
 7 files changed, 286 deletions(-)

diff --git a/dev-haskell/yesod-test/Manifest b/dev-haskell/yesod-test/Manifest
index c92d99da575..958e7c959cf 100644
--- a/dev-haskell/yesod-test/Manifest
+++ b/dev-haskell/yesod-test/Manifest
@@ -1,7 +1 @@
-DIST yesod-test-1.2.3.1.tar.gz 13265 BLAKE2B 
c428c0db2d53918eeb744d109da733d5d5080488587f541f866e0ae5182248350c1097d4a38d82c2e91a0b62758961ef3d892543114415beb2c44028f294d57f
 SHA512 
fbf9856392c5e7efcc6b95fc01eb08b234d55800fd1bc80a8ff290fe695b809a086918771d33bd79267d4d9825b05339222662fb4b128c21bc9e2e91401f1b02
-DIST yesod-test-1.4.3.1.tar.gz 15284 BLAKE2B 
742abdbd17fe7a0c353f4077c892c517ff8ce009091cdbddd390761d3e0160b246dc2b5238f8c8108491430255c0c5b4dc4211ddd5440c4b36facc0ba57868fe
 SHA512 
c423c10a10264a301418cf044aff1d8d8aab483039575e255c6bb29bffe91494a8e8f85e9c12b31aee6c394384b97356a4b64377f25d0781e516946d352aab13
-DIST yesod-test-1.5.0.1.tar.gz 17388 BLAKE2B 
c975819e793beeb7b551d2406b2ccd3939d551221de98c1201973381977d913bfa0a40e165d5175f7e6bf1499e713a55083015344c6fc320d7b654290ea8167b
 SHA512 
f5798198d762415e8f0b97b63202393e2c4a41c8021cfda2db0b4f9144830d73be1ec5397da3a3de25b056798683955a1ff856eba93c64c172642c8cca6ada2d
-DIST yesod-test-1.5.1.1.tar.gz 18187 BLAKE2B 
cfcac2eef52beb79e0ce1cdb52c1bc7929c9632496bf2ae7cbda092959225dc1e7b47e9d898b3b986e554cce95578a829f05b7b2ab119c0a72be9781220c0d71
 SHA512 
a93db0b6ff7ea4d41c3783c35c3df0ae5bc86ee5797a7b200745db98f3404a4a1eb921b396b1cd23269ec89f092ddc9d572058844190a223b3a3b7d8afe3efbf
-DIST yesod-test-1.5.3.tar.gz 18076 BLAKE2B 
c89336800790c164156fdaf3ee7b3be440c71a53a67ded18d676d077444a83549122af32bfdc2dc9b077e5c8ea19ab78ffb154560e32b7b51d155155e9ffd7fa
 SHA512 
56454230dcc3fa96eb06a2b77e3dbeebdbc0648bad57b18817d2b07d95d43483c8e618254d449dc5cafa0efce536952a0db95c638ead5bb19bb9818dd67fbdb0
-DIST yesod-test-1.5.4.1.tar.gz 18606 BLAKE2B 
0676245dd796dcb333970f43a6dd664ae0f78bcd9fab12cb3e7558d91005ef55ea1a7344c1e411c51f05fab61f892687b306289b3639fddf19cdb3dfebfd476b
 SHA512 
8c21e832b976d1e27f0a7a001c8e54e0ad40e24619047a767c8e74902afa19c29481309ff240f18636242cd543334bcac63fc9a460950c53de406ca047b98631
 DIST yesod-test-1.6.10.tar.gz 27593 BLAKE2B 
ed6b5be35032246a0e233a985cc7a739a38cd4b81db42ac000c823ff0975ed642d6e4dc7e8dafb6679d6acb53c8cfb2f438f84d4e73c9ab79ecac4c7d3adb681
 SHA512 
badbd76b9a345c86f9dcf8b5d6043f173eec60bf6f39bdcb4a60d17d95ad693991a1c7b4061a1e86d61fb9efe3f2f29b3129e6b9ffef4b07d5b563116959b016

diff --git a/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild
deleted file mode 100644
index 415b67ba8a6..000
--- a/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild
+++ /dev/null
@@ -1,46 +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.4.2.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="integration testing for WAI/Yesod Applications"
-HOMEPAGE="https://www.yesodweb.com";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
-   dev-haskell/blaze-builder:=[profile?]
-   >=dev-haskell/blaze-html-0.5:=[profile?]
-   >=dev-haskell/blaze-markup-0.5.1:=[profile?]
-   >=dev-haskell/case-insensitive-0.2:=[profile?]
-   dev-haskell/cookie:=[profile?]
-   >=dev-haskell/hspec-1.4:=[profile?]
-   >=dev-haskell/html-conduit-0.1:=[profile?]
-   >=dev-haskell/http-types-0.7:=[profile?]
-   >=dev-haskell/hunit-1.2:=[profile?]
-   dev-haskell/monad-control:=[profile?]
-   >=dev-haskell/network-2.2:=[profile?]
-   >=dev-haskell/persistent-1.0:=[profile?]
-   dev-haskell/text:=[profile?]
-   >=dev-haskell/transformers-0.2.2:=[profile?]
-   >=dev-haskell/wai-1.3:=[profile?]
-   dev-haskell/wai-extra:=[profile?]
-   >=dev-haskell/wai-test-1.3:=[profile?]
-  

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-test/

2018-03-29 Thread Aaron Bauman
commit: 8005c69572169d41fb204da67fbfcc98732c8947
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 29 18:23:51 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 30 02:36:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8005c695

dev-haskell/yesod-test: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7697

 dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild | 4 ++--
 dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild | 4 ++--
 dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild | 4 ++--
 dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild | 4 ++--
 dev-haskell/yesod-test/yesod-test-1.5.3.ebuild   | 4 ++--
 dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild
index a6be1a1fd0d..fd9fd69f78b 100644
--- a/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild
+++ b/dev-haskell/yesod-test/yesod-test-1.2.3.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="integration testing for WAI/Yesod Applications"
-HOMEPAGE="http://www.yesodweb.com";
+HOMEPAGE="https://www.yesodweb.com";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild
index 4fb1e99360c..cfe7ce71b0b 100644
--- a/dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild
+++ b/dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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="integration testing for WAI/Yesod Applications"
-HOMEPAGE="http://www.yesodweb.com";
+HOMEPAGE="https://www.yesodweb.com";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild
index 6e444cc82b4..055470b6a33 100644
--- a/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild
+++ b/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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="integration testing for WAI/Yesod Applications"
-HOMEPAGE="http://www.yesodweb.com";
+HOMEPAGE="https://www.yesodweb.com";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild
index 43924f96783..03fe40aaa98 100644
--- a/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild
+++ b/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="integration testing for WAI/Yesod Applications"
-HOMEPAGE="http://www.yesodweb.com";
+HOMEPAGE="https://www.yesodweb.com";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-haskell/yesod-test/yesod-test-1.5.3.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.5.3.ebuild
index 86574431ea1..1204acdcc03 100644
--- a/dev-haskell/yesod-test/yesod-test-1.5.3.ebuild
+++ b/dev-haskell/yesod-test/yesod-test-1.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="integration testing for WAI/Yesod Applications"
-HOMEPAGE="http://www.yesodweb.com";
+HOMEPAGE="https://www.yesodweb.com";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild
index 2d464c0aac4..169c2d47b51 100644
--- a/dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild
+++ b/dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed u

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-test/

2016-05-11 Thread Sergei Trofimovich
commit: 64b26bd4405af4240472c47d7f9a282f6ddd92c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May 11 07:17:50 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 11 08:48:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b26bd4

dev-haskell/yesod-test: bump up to 1.5.1.1

Package-Manager: portage-2.2.28

 dev-haskell/yesod-test/Manifest  |  1 +
 dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-haskell/yesod-test/Manifest b/dev-haskell/yesod-test/Manifest
index a4db72a..040d53f 100644
--- a/dev-haskell/yesod-test/Manifest
+++ b/dev-haskell/yesod-test/Manifest
@@ -1,3 +1,4 @@
 DIST yesod-test-1.2.3.1.tar.gz 13265 SHA256 
ba12185bba546c0057688e6268ed676897249633c8f034d2d31ba226043e9c60 SHA512 
fbf9856392c5e7efcc6b95fc01eb08b234d55800fd1bc80a8ff290fe695b809a086918771d33bd79267d4d9825b05339222662fb4b128c21bc9e2e91401f1b02
 WHIRLPOOL 
27dba74ecf01af0fdea9dac239ac142b2efa105a06111f31c761006274a39f23d0ce97b327930c870fdcd1c6cc0f594d4738ab5c43438af3132c164179e25f52
 DIST yesod-test-1.4.3.1.tar.gz 15284 SHA256 
a29e0173b31aacaa4a0235bfdcc8c7809b8685a9069a1f5b6083f204d1fd1394 SHA512 
c423c10a10264a301418cf044aff1d8d8aab483039575e255c6bb29bffe91494a8e8f85e9c12b31aee6c394384b97356a4b64377f25d0781e516946d352aab13
 WHIRLPOOL 
2c67595ec9e1541dac087bfbe9e488f75eb5856eee267a493ff4ae6d8b2674f6f356eafec53a7599d3220e21539ba805e4cfe923872673468a34f66f2ec6ad79
 DIST yesod-test-1.5.0.1.tar.gz 17388 SHA256 
9b19fb51e901935f8b0926e3b9bbae772d45967a747fb3a1bf9cb893724c29a4 SHA512 
f5798198d762415e8f0b97b63202393e2c4a41c8021cfda2db0b4f9144830d73be1ec5397da3a3de25b056798683955a1ff856eba93c64c172642c8cca6ada2d
 WHIRLPOOL 
b71c48dd714625209530120598305e5f77a0161049efc4bc979d41fe9e47927424e98a93d2f4fbc9c93c854db4c0161f4d814264eb0ecd7726eba7a141fcf802
+DIST yesod-test-1.5.1.1.tar.gz 18187 SHA256 
0886927c92ddc59608902c6fb02b8e8b9e631120dd6e75db764a95b5a75b0160 SHA512 
a93db0b6ff7ea4d41c3783c35c3df0ae5bc86ee5797a7b200745db98f3404a4a1eb921b396b1cd23269ec89f092ddc9d572058844190a223b3a3b7d8afe3efbf
 WHIRLPOOL 
ead713b9e48c3c3e07052f7593809d721e567d96f3a34258fea8e880b5ffbd36b02a31d803ea057d310d834a0e6615455c2a965651966a7a67f8bdede4eaea85

diff --git a/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild
new file mode 100644
index 000..8ed5c0a
--- /dev/null
+++ b/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="integration testing for WAI/Yesod Applications"
+HOMEPAGE="http://www.yesodweb.com";
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
+   dev-haskell/blaze-builder:=[profile?]
+   >=dev-haskell/blaze-html-0.5:=[profile?]
+   >=dev-haskell/blaze-markup-0.5.1:=[profile?]
+   >=dev-haskell/case-insensitive-0.2:=[profile?]
+   dev-haskell/cookie:=[profile?]
+   >=dev-haskell/hspec-core-2:=[profile?] 
=dev-haskell/html-conduit-0.1:=[profile?]
+   >=dev-haskell/http-types-0.7:=[profile?]
+   >=dev-haskell/hunit-1.2:=[profile?]
+   dev-haskell/monad-control:=[profile?]
+   >=dev-haskell/network-2.2:=[profile?]
+   >=dev-haskell/persistent-1.0:=[profile?]
+   dev-haskell/text:=[profile?]
+   >=dev-haskell/transformers-0.2.2:=[profile?]
+   >=dev-haskell/wai-3.0:=[profile?]
+   dev-haskell/wai-extra:=[profile?]
+   >=dev-haskell/xml-conduit-1.0:=[profile?]
+   >=dev-haskell/xml-types-0.3:=[profile?]
+   >=dev-haskell/yesod-core-1.4.14:=[profile?]
+   >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.8
+   test? ( dev-haskell/hspec
+   dev-haskell/lifted-base
+   dev-haskell/yesod-form )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-test/

2016-01-16 Thread Sergei Trofimovich
commit: fb2688c371c7bfede95b1952997da59f167f52f8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 16 19:35:47 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 16 19:42:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2688c3

dev-haskell/yesod-test: bump up to 1.5.0.1

Package-Manager: portage-2.2.26

 dev-haskell/yesod-test/Manifest  |  1 +
 dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-haskell/yesod-test/Manifest b/dev-haskell/yesod-test/Manifest
index 5bed8f4..1e37317 100644
--- a/dev-haskell/yesod-test/Manifest
+++ b/dev-haskell/yesod-test/Manifest
@@ -3,3 +3,4 @@ DIST yesod-test-1.2.3.1.tar.gz 13265 SHA256 
ba12185bba546c0057688e6268ed67689724
 DIST yesod-test-1.4.2.1.tar.gz 14105 SHA256 
d16ecd1342cc30b80683cadf6e3b5e8e6193a65dc1891753d25a0aa1f627fa40 SHA512 
1c1075d555ea8cc6fb75604e52d2bd24e82d09d48ca8fd4be80c0a1227f4c6521dbb9cdd86369d8194f544bf52f2b1572367774496c09003ac461c1163bc7aa2
 WHIRLPOOL 
998bb15f32a129367cca6c786a9cd3e7ff578cec9fdf3df4988ded40e57e29f9149f8cd8bdb11885e2da3e0196573c88e80ae30880bfc7820748c12abbf5005e
 DIST yesod-test-1.4.2.tar.gz 14081 SHA256 
74397acb82b9d9d862453f21a7c1da6aa0634f3ad7850bbd0a84bf4837523126 SHA512 
d81bda12908c76b70cc82c8bcf4e6f164618ee273e646e00a287ae075094200e866af2bfdc62fac05a775bceef5777f07bf4e6a0747843f8379417ca552c2e9a
 WHIRLPOOL 
0137a6a23f17463c79b20d3404f07f1a564ecab6a40095d469d294790a9bf9e595e4cdf59cc6f117cd46a1ad827f2bb72018e9afcf1145341c564861e7b47434
 DIST yesod-test-1.4.3.1.tar.gz 15284 SHA256 
a29e0173b31aacaa4a0235bfdcc8c7809b8685a9069a1f5b6083f204d1fd1394 SHA512 
c423c10a10264a301418cf044aff1d8d8aab483039575e255c6bb29bffe91494a8e8f85e9c12b31aee6c394384b97356a4b64377f25d0781e516946d352aab13
 WHIRLPOOL 
2c67595ec9e1541dac087bfbe9e488f75eb5856eee267a493ff4ae6d8b2674f6f356eafec53a7599d3220e21539ba805e4cfe923872673468a34f66f2ec6ad79
+DIST yesod-test-1.5.0.1.tar.gz 17388 SHA256 
9b19fb51e901935f8b0926e3b9bbae772d45967a747fb3a1bf9cb893724c29a4 SHA512 
f5798198d762415e8f0b97b63202393e2c4a41c8021cfda2db0b4f9144830d73be1ec5397da3a3de25b056798683955a1ff856eba93c64c172642c8cca6ada2d
 WHIRLPOOL 
b71c48dd714625209530120598305e5f77a0161049efc4bc979d41fe9e47927424e98a93d2f4fbc9c93c854db4c0161f4d814264eb0ecd7726eba7a141fcf802

diff --git a/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild 
b/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild
new file mode 100644
index 000..7c51528
--- /dev/null
+++ b/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild
@@ -0,0 +1,47 @@
+# 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.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="integration testing for WAI/Yesod Applications"
+HOMEPAGE="http://www.yesodweb.com";
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
+   dev-haskell/blaze-builder:=[profile?]
+   >=dev-haskell/blaze-html-0.5:=[profile?]
+   >=dev-haskell/blaze-markup-0.5.1:=[profile?]
+   >=dev-haskell/case-insensitive-0.2:=[profile?]
+   dev-haskell/cookie:=[profile?]
+   >=dev-haskell/hspec-core-2:=[profile?] 
=dev-haskell/html-conduit-0.1:=[profile?]
+   >=dev-haskell/http-types-0.7:=[profile?]
+   >=dev-haskell/hunit-1.2:=[profile?]
+   dev-haskell/monad-control:=[profile?]
+   >=dev-haskell/network-2.2:=[profile?]
+   >=dev-haskell/persistent-1.0:=[profile?]
+   dev-haskell/text:=[profile?]
+   >=dev-haskell/transformers-0.2.2:=[profile?]
+   >=dev-haskell/wai-3.0:=[profile?]
+   dev-haskell/wai-extra:=[profile?]
+   >=dev-haskell/xml-conduit-1.0:=[profile?]
+   >=dev-haskell/xml-types-0.3:=[profile?]
+   >=dev-haskell/yesod-core-1.4.14:=[profile?]
+   >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.8
+   test? ( dev-haskell/hspec
+   dev-haskell/yesod-form )
+"