public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-logger/
Date: Sat, 12 Sep 2020 22:53:58 +0000 (UTC)	[thread overview]
Message-ID: <1599951230.54d80abbbd02c5bfb01c0a96e4e18e2af4467a8d.slyfox@gentoo> (raw)

commit:     54d80abbbd02c5bfb01c0a96e4e18e2af4467a8d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 22:50:20 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 22:53:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d80abb

dev-haskell/wai-logger: drop old

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

 dev-haskell/wai-logger/Manifest                  |  2 --
 dev-haskell/wai-logger/wai-logger-2.2.4.1.ebuild | 37 ------------------------
 dev-haskell/wai-logger/wai-logger-2.2.7.ebuild   | 35 ----------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-haskell/wai-logger/Manifest b/dev-haskell/wai-logger/Manifest
index af60ca896a3..1f4f5b2e475 100644
--- a/dev-haskell/wai-logger/Manifest
+++ b/dev-haskell/wai-logger/Manifest
@@ -1,3 +1 @@
-DIST wai-logger-2.2.4.1.tar.gz 6585 BLAKE2B 76915a9816b5f9f57914854014570e19dd8c6f31b8667d54f046ddf2efe549750211afe07d2804320cdb5d418e479bc3763039ec1c98e44e04569daa5f901416 SHA512 0900ecbcebed9433541ae4665c98037f1da832d6e6659be81328433f3ba9a5f258059736205e36517fdc22aefbd2d85e79bb5b50296c257b964c9256b2e828c5
-DIST wai-logger-2.2.7.tar.gz 5162 BLAKE2B a7cad6302151ed916c9dea4c42096e186269cdefab99d4edaf6d60e5b26bee7115686ae56b72296b7a6850d5ab9d097a882c75256df43cd6cdb22ed27149805b SHA512 09335971d30ef615c579df29214c7f9a1e7295c457d3d0aa6107d80a6ffce1399c13a101e7a4b64f0d869f66206fe28f8d0e0b01787421dd59f46046ebee382d
 DIST wai-logger-2.3.6.tar.gz 5823 BLAKE2B a08fde37085151e267b8abb21653021e4de773f5e85606b98900ea5fa33eca680f37dffebe7b416d95abc8ee925110274809de6dabc1be169226835256dcb091 SHA512 0c16120c342321cd686ab7cf9fa7df503a426b0c3d145c16e566013e0df44ef565d9890726d780c1fb73a49507f49bbf5fb886ff4bdccbd19a19b4c00626532e

diff --git a/dev-haskell/wai-logger/wai-logger-2.2.4.1.ebuild b/dev-haskell/wai-logger/wai-logger-2.2.4.1.ebuild
deleted file mode 100644
index c65341598f0..00000000000
--- a/dev-haskell/wai-logger/wai-logger-2.2.4.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 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="A logging system for WAI"
-HOMEPAGE="https://hackage.haskell.org/package/wai-logger"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # wai-test cyclic depend
-
-RDEPEND="dev-haskell/auto-update:=[profile?]
-	dev-haskell/blaze-builder:=[profile?]
-	dev-haskell/byteorder:=[profile?]
-	dev-haskell/case-insensitive:=[profile?]
-	>=dev-haskell/easy-file-0.2:=[profile?]
-	>=dev-haskell/fast-logger-2.2:=[profile?]
-	dev-haskell/http-types:=[profile?]
-	dev-haskell/network:=[profile?]
-	>=dev-haskell/unix-time-0.2.2:=[profile?]
-	>=dev-haskell/wai-2.0.0:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.10
-	test? ( dev-haskell/doctest )
-"

diff --git a/dev-haskell/wai-logger/wai-logger-2.2.7.ebuild b/dev-haskell/wai-logger/wai-logger-2.2.7.ebuild
deleted file mode 100644
index f864aa9a38e..00000000000
--- a/dev-haskell/wai-logger/wai-logger-2.2.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A logging system for WAI"
-HOMEPAGE="https://hackage.haskell.org/package/wai-logger"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # missing file?
-
-RDEPEND="dev-haskell/blaze-builder:=[profile?]
-	dev-haskell/byteorder:=[profile?]
-	dev-haskell/case-insensitive:=[profile?]
-	>=dev-haskell/fast-logger-2.4.5:=[profile?]
-	dev-haskell/http-types:=[profile?]
-	dev-haskell/network:=[profile?]
-	>=dev-haskell/unix-time-0.2.2:=[profile?]
-	>=dev-haskell/wai-2.0.0:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.10
-	test? ( >=dev-haskell/doctest-0.10.1 )
-"


             reply	other threads:[~2020-09-12 22:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-12 22:53 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-19  1:49 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-logger/ Sam James
2022-07-22 22:16 Sam James
2020-06-07 17:40 Aaron Bauman
2016-05-14 18:34 Sergei Trofimovich
2016-01-16 19:43 Sergei Trofimovich
2015-09-19 15:53 Sergei Trofimovich

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=1599951230.54d80abbbd02c5bfb01c0a96e4e18e2af4467a8d.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