public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai/
@ 2016-01-16 19:43 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2016-01-16 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6559ea4d5f47b9d65421a5dbb4caad5c61eacb44
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 19:29:11 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 19:42:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6559ea4d

dev-haskell/wai: bump up to 3.0.5.0

Package-Manager: portage-2.2.26

 dev-haskell/wai/Manifest           |  1 +
 dev-haskell/wai/wai-3.0.5.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-haskell/wai/Manifest b/dev-haskell/wai/Manifest
index 86b07fd..b434212 100644
--- a/dev-haskell/wai/Manifest
+++ b/dev-haskell/wai/Manifest
@@ -7,3 +7,4 @@ DIST wai-3.0.2.1.tar.gz 8946 SHA256 2930db958626f1316b01724904149ad7876d2f5b952a
 DIST wai-3.0.2.3.tar.gz 9285 SHA256 da22c07a204c0dbe4cfdf528edcf833cb318f583b38c9a0c14edc91e44f039d7 SHA512 67b8706789c8f3af8defb102f4224a6dd62f1329436dbeb3674d79ecd877d58eac623d41334a12577f0c1845e15d4ae4be70e5914dc79fea3e92f296201ec05f WHIRLPOOL 1522a5ff4d0a2d56b7506c3c99e9bc337dcf8339173a2349441efbaa8cfc1bdc164b668fcae5d02c623dd1ea05fa7dd5c9e0fca38c4863b546d9b81edc8cb92c
 DIST wai-3.0.2.tar.gz 7892 SHA256 fcb536879480b09c176e46d48c97e249d21ae67bffdbaa3097dbb402f2f7c74c SHA512 d7ea9eff649a13dc496feba433410b3abbe82da0c839ce5f4add02f015882cb1bb15340189811c19147c9eb985677fd5838f47b183242f423af6d7cd4139490e WHIRLPOOL c4ddea0514e45f9df4840e69930b4feac34d9ae6b009d0804ee8c6b6947f9ac64b4d677dea18fcd28fdd222469436ce248e8159f73a94d9d98cfd664d470cbd1
 DIST wai-3.0.3.0.tar.gz 9532 SHA256 c47eb435a3320795f21bee8585abc8164aaf3bfde86f7e1e13e98190cb968d10 SHA512 e1a3672db5ad367abdafe88b8366f29c8cc4dc5ef309b09193a2167d90466cdfed19fcb5ba4e179b31622c3df8ddb74a11c5338967fdae8696fb739cf62a7002 WHIRLPOOL 82c88817898995ea326c267ab91e6e5d47d5d6554899167cc3891fc23d3d258ed240070d90aa142e4e70eee06c05857f6a67c3032a69fa5d50e7b9d2d38d46cd
+DIST wai-3.0.5.0.tar.gz 14498 SHA256 0e417e6e8eff087585c0079917e6141a4e006fcd6cb736d1c6b49c503e9a08f3 SHA512 076ebc3a651b5e93e608d42a9a64a591bfc742139dc6112ce574ef04b4e701d709bc3fed2ed7ce74ca46f9e99df45990a0b8bfe7da0b054c06f0bc7864b29fc7 WHIRLPOOL d3ca8f86f9f140686a0e1d0f8dbe40915a6bcdbfaf871fc549e25755dcf6403293fd82d221cd6dcaa75703099bd419df3df18c5c7491d07bfe0b7afd0090fcc2

diff --git a/dev-haskell/wai/wai-3.0.5.0.ebuild b/dev-haskell/wai/wai-3.0.5.0.ebuild
new file mode 100644
index 0000000..b7f2e31
--- /dev/null
+++ b/dev-haskell/wai/wai-3.0.5.0.ebuild
@@ -0,0 +1,34 @@
+# 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.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Web Application Interface"
+HOMEPAGE="https://github.com/yesodweb/wai"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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.5:=[profile?]
+	>=dev-haskell/bytestring-builder-0.10.4.0:=[profile?] <dev-haskell/bytestring-builder-0.10.7:=[profile?]
+	>=dev-haskell/http-types-0.7:=[profile?]
+	>=dev-haskell/network-2.2.1.5:=[profile?]
+	>=dev-haskell/text-0.7:=[profile?]
+	>=dev-haskell/transformers-0.0:=[profile?]
+	>=dev-haskell/unix-compat-0.2:=[profile?]
+	>=dev-haskell/vault-0.3:=[profile?] <dev-haskell/vault-0.4:=[profile?]
+	>=dev-lang/ghc-7.6.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.16.0
+	test? ( dev-haskell/hspec )
+"


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

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

commit:     d17b9e5f328123c9619736e9e45ab7ad5ed61f90
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 08:48:07 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 08:55:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17b9e5f

dev-haskell/wai: drop old

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

 dev-haskell/wai/Manifest           |  6 ------
 dev-haskell/wai/wai-1.4.0.2.ebuild | 31 -------------------------------
 dev-haskell/wai/wai-2.0.0.ebuild   | 31 -------------------------------
 dev-haskell/wai/wai-2.1.0.ebuild   | 31 -------------------------------
 dev-haskell/wai/wai-3.0.3.0.ebuild | 30 ------------------------------
 dev-haskell/wai/wai-3.0.5.0.ebuild | 33 ---------------------------------
 dev-haskell/wai/wai-3.2.1.1.ebuild | 32 --------------------------------
 7 files changed, 194 deletions(-)

diff --git a/dev-haskell/wai/Manifest b/dev-haskell/wai/Manifest
index daf061c21d0..14cdfb9c821 100644
--- a/dev-haskell/wai/Manifest
+++ b/dev-haskell/wai/Manifest
@@ -1,7 +1 @@
-DIST wai-1.4.0.2.tar.gz 4659 BLAKE2B a74a5b7267788590e0cd2cbcc5b9dfc836b9d32ce59533464226be0b805f286b8f0f87ce9a8b30a1b3b3bf49609f936c604ff7c0ab38a900a9543d491ffce11c SHA512 2f0953e37a2f80044ba70d5bbbb4d9c964c6703702619710c959fd2dc9c49803ab470f689e4c0f13e6fe86612d6202ac822e1c5e8dc0c438027fac3dcd660202
-DIST wai-2.0.0.tar.gz 5971 BLAKE2B d7274842234860bca702118c068d266434ceffa2e2fd81f9e061dc21d9f5e6648193831def64ca5b0e3d0736279b2fff6563d4e2d37c880940aaf0b1442c8e94 SHA512 2c154cd3000fe6380d1584df0c27235b8d3574bf6b1ee54be8d2fbd2ccb025b4e263549c450f71c78c04b633bd4aa90ba957274643e196b7bb1bf9361d709a2b
-DIST wai-2.1.0.tar.gz 6249 BLAKE2B f65fa57e518f26bfeb10bd6a36faf1100322d82312a8fcef8722e2bd5e6c513f8d94446cd3682b26aecc6e7992a6287c0057ad22bfd3c856b7e6b9253e5d8359 SHA512 4df4cf10220c97439385990de9d8e5bce97a842fbdc131d8a90ff96c8c2aa958179851563750136043cbc7ebbe10542bafa81c7d9db20a8218380a064d76032b
-DIST wai-3.0.3.0.tar.gz 9532 BLAKE2B 0e65afe6127b96ba35c6a2e59d370ac0781039a0d92764308bb9e7d280f65ebc9aa057628d8b57c7372c1ce04d0c285f1cef98be37465f2dc93d76d5583aa879 SHA512 e1a3672db5ad367abdafe88b8366f29c8cc4dc5ef309b09193a2167d90466cdfed19fcb5ba4e179b31622c3df8ddb74a11c5338967fdae8696fb739cf62a7002
-DIST wai-3.0.5.0.tar.gz 14498 BLAKE2B 48e7ed33110cb5e6c21624392e65fa29832809f068f48ccc260998962ca442bf532154d1fa0c21f883a40773e668e1fbf3cc71be37852077a12fa46d1a429288 SHA512 076ebc3a651b5e93e608d42a9a64a591bfc742139dc6112ce574ef04b4e701d709bc3fed2ed7ce74ca46f9e99df45990a0b8bfe7da0b054c06f0bc7864b29fc7
-DIST wai-3.2.1.1.tar.gz 10039 BLAKE2B 017d5fd4555541263ce6c47a2d666215c155585cf08ce111a5d1c7e818b6bff11f785bf7bbb374c4fc18c98f806e118cd272e0b1f243a5b8c03d7ac00c77533c SHA512 5fadbc5e665002f9e1a5d962731309bac6cb91a0533ba8ce0ae8d69014322e2a2960bcd0e6c56e65e3a2a03be6832ba5e72dcca6ae33620f1cd1791ea725f6a3
 DIST wai-3.2.2.1.tar.gz 10221 BLAKE2B 5822bae6d3f0326206da9b14646654af135690ca134d48b5f8b7eb6acd39652d829c8d4daa5afc80926b2409cf9fe1d498ef2b727cd8baae7c1f266178a39861 SHA512 72c92389d3faff234003f835206ff6eae3f8e3d885d7519706f8b78df3cb1c92121c5de7e8272436aed22ade8440baaefb14d50a10f2f233badadf16d1b5e431

diff --git a/dev-haskell/wai/wai-1.4.0.2.ebuild b/dev-haskell/wai/wai-1.4.0.2.ebuild
deleted file mode 100644
index b8c9dde848b..00000000000
--- a/dev-haskell/wai/wai-1.4.0.2.ebuild
+++ /dev/null
@@ -1,31 +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.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Web Application Interface"
-HOMEPAGE="https://github.com/yesodweb/wai"
-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/conduit-0.5:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
-	>=dev-haskell/http-types-0.7:=[profile?]
-	>=dev-haskell/network-2.2.1.5:=[profile?]
-	>=dev-haskell/text-0.7:=[profile?]
-	>=dev-haskell/transformers-0.2.2:=[profile?]
-	>=dev-haskell/vault-0.1:=[profile?] <dev-haskell/vault-0.4:=[profile?]
-	>=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.6.0.3
-"

diff --git a/dev-haskell/wai/wai-2.0.0.ebuild b/dev-haskell/wai/wai-2.0.0.ebuild
deleted file mode 100644
index 1410d108991..00000000000
--- a/dev-haskell/wai/wai-2.0.0.ebuild
+++ /dev/null
@@ -1,31 +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.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Web Application Interface"
-HOMEPAGE="https://github.com/yesodweb/wai"
-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/conduit-1.0.8:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
-	>=dev-haskell/http-types-0.7:=[profile?]
-	>=dev-haskell/network-2.2.1.5:=[profile?]
-	>=dev-haskell/text-0.7:=[profile?]
-	>=dev-haskell/transformers-0.2.2:=[profile?]
-	>=dev-haskell/vault-0.1:=[profile?] <dev-haskell/vault-0.4:=[profile?]
-	>=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.6.0.3
-"

diff --git a/dev-haskell/wai/wai-2.1.0.ebuild b/dev-haskell/wai/wai-2.1.0.ebuild
deleted file mode 100644
index 1f78f4ffa97..00000000000
--- a/dev-haskell/wai/wai-2.1.0.ebuild
+++ /dev/null
@@ -1,31 +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"
-inherit haskell-cabal
-
-DESCRIPTION="Web Application Interface"
-HOMEPAGE="https://github.com/yesodweb/wai"
-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/conduit-1.0.8:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
-	>=dev-haskell/http-types-0.7:=[profile?]
-	>=dev-haskell/network-2.2.1.5:=[profile?]
-	>=dev-haskell/text-0.7:=[profile?]
-	>=dev-haskell/transformers-0.2.2:=[profile?]
-	>=dev-haskell/vault-0.3:=[profile?] <dev-haskell/vault-0.4:=[profile?]
-	>=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.6.0.3
-"

diff --git a/dev-haskell/wai/wai-3.0.3.0.ebuild b/dev-haskell/wai/wai-3.0.3.0.ebuild
deleted file mode 100644
index 570d866dddf..00000000000
--- a/dev-haskell/wai/wai-3.0.3.0.ebuild
+++ /dev/null
@@ -1,30 +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.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Web Application Interface"
-HOMEPAGE="https://github.com/yesodweb/wai"
-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.5:=[profile?]
-	>=dev-haskell/http-types-0.7:=[profile?]
-	>=dev-haskell/network-2.2.1.5:=[profile?]
-	>=dev-haskell/text-0.7:=[profile?]
-	>=dev-haskell/vault-0.3:=[profile?] <dev-haskell/vault-0.4:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.8
-	test? ( dev-haskell/hspec )
-"

diff --git a/dev-haskell/wai/wai-3.0.5.0.ebuild b/dev-haskell/wai/wai-3.0.5.0.ebuild
deleted file mode 100644
index 98ce6537818..00000000000
--- a/dev-haskell/wai/wai-3.0.5.0.ebuild
+++ /dev/null
@@ -1,33 +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.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Web Application Interface"
-HOMEPAGE="https://github.com/yesodweb/wai"
-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.5:=[profile?]
-	>=dev-haskell/bytestring-builder-0.10.4.0:=[profile?] <dev-haskell/bytestring-builder-0.10.7:=[profile?]
-	>=dev-haskell/http-types-0.7:=[profile?]
-	>=dev-haskell/network-2.2.1.5:=[profile?]
-	>=dev-haskell/text-0.7:=[profile?]
-	>=dev-haskell/transformers-0.0:=[profile?]
-	>=dev-haskell/unix-compat-0.2:=[profile?]
-	>=dev-haskell/vault-0.3:=[profile?] <dev-haskell/vault-0.4:=[profile?]
-	>=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.16.0
-	test? ( dev-haskell/hspec )
-"

diff --git a/dev-haskell/wai/wai-3.2.1.1.ebuild b/dev-haskell/wai/wai-3.2.1.1.ebuild
deleted file mode 100644
index 324ce2a9289..00000000000
--- a/dev-haskell/wai/wai-3.2.1.1.ebuild
+++ /dev/null
@@ -1,32 +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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Web Application Interface"
-HOMEPAGE="https://github.com/yesodweb/wai"
-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.5:=[profile?]
-	>=dev-haskell/bytestring-builder-0.10.4.0:=[profile?] <dev-haskell/bytestring-builder-0.11:=[profile?]
-	>=dev-haskell/http-types-0.7:=[profile?]
-	>=dev-haskell/network-2.2.1.5:=[profile?]
-	>=dev-haskell/text-0.7:=[profile?]
-	>=dev-haskell/transformers-0.0:=[profile?]
-	>=dev-haskell/vault-0.3:=[profile?] <dev-haskell/vault-0.4:=[profile?]
-	>=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.16.0
-	test? ( dev-haskell/hspec )
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai/
@ 2022-07-22 22:16 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-07-22 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a25eb3b61d3b294f89e68b392165e269f2398fef
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Jul 12 20:48:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 22:16:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25eb3b6

dev-haskell/wai: keyword 3.2.2.1 for ~ppc64

Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/wai/wai-3.2.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/wai/wai-3.2.2.1.ebuild b/dev-haskell/wai/wai-3.2.2.1.ebuild
index 7639458078ae..428b50520383 100644
--- a/dev-haskell/wai/wai-3.2.2.1.ebuild
+++ b/dev-haskell/wai/wai-3.2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 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 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/http-types-0.7:=[profile?]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai/
@ 2022-08-10  3:35 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-10  3:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f4ecf14b2dd6bafa26626fa55ca713266d66c3a4
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Aug  7 02:14:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 03:34:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ecf14b

dev-haskell/wai: add 3.2.3

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/wai/Manifest         |  1 +
 dev-haskell/wai/wai-3.2.3.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-haskell/wai/Manifest b/dev-haskell/wai/Manifest
index 14cdfb9c8215..ff7c18209957 100644
--- a/dev-haskell/wai/Manifest
+++ b/dev-haskell/wai/Manifest
@@ -1 +1,2 @@
 DIST wai-3.2.2.1.tar.gz 10221 BLAKE2B 5822bae6d3f0326206da9b14646654af135690ca134d48b5f8b7eb6acd39652d829c8d4daa5afc80926b2409cf9fe1d498ef2b727cd8baae7c1f266178a39861 SHA512 72c92389d3faff234003f835206ff6eae3f8e3d885d7519706f8b78df3cb1c92121c5de7e8272436aed22ade8440baaefb14d50a10f2f233badadf16d1b5e431
+DIST wai-3.2.3.tar.gz 11619 BLAKE2B 3ef7328a252a21d23d885ac3ea36b6a25bf06c0678e2a8627337aeebb325314e64c7e3415b3f4143139d9c20d910809cdbaaaaf6e15757a5eceb4c5fe0c3e98b SHA512 1851da58310c45a809ec1cd3efd760e45bee814e41526a9f3404ea55e2428e92ff1563785b3118e8c605d5edaacd70670d21b5e5b300ce477f16b159c33a2040

diff --git a/dev-haskell/wai/wai-3.2.3.ebuild b/dev-haskell/wai/wai-3.2.3.ebuild
new file mode 100644
index 000000000000..5c5d80964204
--- /dev/null
+++ b/dev-haskell/wai/wai-3.2.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Web Application Interface"
+HOMEPAGE="https://github.com/yesodweb/wai"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND=">=dev-haskell/http-types-0.7:=[profile?]
+	>=dev-haskell/network-2.2.1.5:=[profile?]
+	>=dev-haskell/text-0.7:=[profile?]
+	>=dev-haskell/vault-0.3:=[profile?] <dev-haskell/vault-0.4:=[profile?]
+	>=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-2.2.0.1
+	test? ( dev-haskell/hspec )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai/
@ 2022-08-10  3:35 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-10  3:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7ad6adbddf51461f4985d3d8610120828114ffe4
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Aug  7 02:14:35 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 03:34:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad6adbd

dev-haskell/wai: drop 3.2.2.1

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/wai/Manifest           |  1 -
 dev-haskell/wai/wai-3.2.2.1.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-haskell/wai/Manifest b/dev-haskell/wai/Manifest
index ff7c18209957..b36e88e0b1ec 100644
--- a/dev-haskell/wai/Manifest
+++ b/dev-haskell/wai/Manifest
@@ -1,2 +1 @@
-DIST wai-3.2.2.1.tar.gz 10221 BLAKE2B 5822bae6d3f0326206da9b14646654af135690ca134d48b5f8b7eb6acd39652d829c8d4daa5afc80926b2409cf9fe1d498ef2b727cd8baae7c1f266178a39861 SHA512 72c92389d3faff234003f835206ff6eae3f8e3d885d7519706f8b78df3cb1c92121c5de7e8272436aed22ade8440baaefb14d50a10f2f233badadf16d1b5e431
 DIST wai-3.2.3.tar.gz 11619 BLAKE2B 3ef7328a252a21d23d885ac3ea36b6a25bf06c0678e2a8627337aeebb325314e64c7e3415b3f4143139d9c20d910809cdbaaaaf6e15757a5eceb4c5fe0c3e98b SHA512 1851da58310c45a809ec1cd3efd760e45bee814e41526a9f3404ea55e2428e92ff1563785b3118e8c605d5edaacd70670d21b5e5b300ce477f16b159c33a2040

diff --git a/dev-haskell/wai/wai-3.2.2.1.ebuild b/dev-haskell/wai/wai-3.2.2.1.ebuild
deleted file mode 100644
index 428b50520383..000000000000
--- a/dev-haskell/wai/wai-3.2.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.2
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Web Application Interface"
-HOMEPAGE="https://github.com/yesodweb/wai"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/http-types-0.7:=[profile?]
-	>=dev-haskell/network-2.2.1.5:=[profile?]
-	>=dev-haskell/text-0.7:=[profile?]
-	>=dev-haskell/vault-0.3:=[profile?] <dev-haskell/vault-0.4:=[profile?]
-	>=dev-lang/ghc-7.10.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.22.2.0
-	test? ( dev-haskell/hspec )
-"


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

end of thread, other threads:[~2022-08-10  3:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-16 19:43 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-09-12  8:55 Sergei Trofimovich
2022-07-22 22:16 Sam James
2022-08-10  3:35 Sam James
2022-08-10  3:35 Sam James

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