From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-test/
Date: Sat, 12 Sep 2020 08:55:14 +0000 (UTC) [thread overview]
Message-ID: <1599900897.d0acae43227a6cd193248d6fb78ae3fd3fa2e09f.slyfox@gentoo> (raw)
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 )
-"
next reply other threads:[~2020-09-12 8:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-12 8:55 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-11-01 13:28 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-test/ Sergei Trofimovich
2018-03-30 2:54 Aaron Bauman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1599900897.d0acae43227a6cd193248d6fb78ae3fd3fa2e09f.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox