From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3877313835A for ; Sat, 24 Oct 2020 10:09:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4056AE08BD; Sat, 24 Oct 2020 10:09:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29664E08BD for ; Sat, 24 Oct 2020 10:09:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BEF5340C37 for ; Sat, 24 Oct 2020 10:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D71E93B8 for ; Sat, 24 Oct 2020 10:09:31 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1603534166.74eecd61a0c488e894ece444d9a7a0bb4e063d01.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/logging-facade/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/logging-facade/Manifest dev-haskell/logging-facade/logging-facade-0.0.0.ebuild X-VCS-Directories: dev-haskell/logging-facade/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 74eecd61a0c488e894ece444d9a7a0bb4e063d01 X-VCS-Branch: master Date: Sat, 24 Oct 2020 10:09:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3915218-58f6-4bf6-b97e-5bf91ac2d210 X-Archives-Hash: 553935ddc2a6196c55a8cd3a844e4898 commit: 74eecd61a0c488e894ece444d9a7a0bb4e063d01 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Oct 24 10:02:35 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 24 10:09:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74eecd61 dev-haskell/logging-facade: drop old Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/logging-facade/Manifest | 1 - .../logging-facade/logging-facade-0.0.0.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-haskell/logging-facade/Manifest b/dev-haskell/logging-facade/Manifest index c0beabc5d16..9fa0e29f1d8 100644 --- a/dev-haskell/logging-facade/Manifest +++ b/dev-haskell/logging-facade/Manifest @@ -1,2 +1 @@ -DIST logging-facade-0.0.0.tar.gz 3644 BLAKE2B cd199aa66f8b124f56ede02f1872f56f8f0613c969b1619f556077c9693f059bc37b10404e423d0be98c3768e0038d8c3383563929a1713af1866424a65ed5a1 SHA512 d666aa763a7e94a914e7542f1420f1f96a1923bd97532db5e114140d33cee5374de78bc73491b008985d4470cec61fba05bf16a2eb68198f917480e0fe1a680e DIST logging-facade-0.3.0.tar.gz 4016 BLAKE2B 71be7c7616a533f8c97b9da88cf76fe1f8814172a43b190861a53dc0fcfc3a1adf673c7166c2834f20af304b9334f75e2bb0902b5a381c619d67de08bfc2f920 SHA512 3a6fbd7b309f6094224f6af2b98408a2a49519f8c0ca1a26178fc6c0b593af2101769a4981bcf250dab2ed99144ec14b19263a755e8c71a5b01400651076228f diff --git a/dev-haskell/logging-facade/logging-facade-0.0.0.ebuild b/dev-haskell/logging-facade/logging-facade-0.0.0.ebuild deleted file mode 100644 index 937fb57dee4..00000000000 --- a/dev-haskell/logging-facade/logging-facade-0.0.0.ebuild +++ /dev/null @@ -1,26 +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="Simple logging abstraction that allows multiple backends" -HOMEPAGE="https://hackage.haskell.org/package/logging-facade" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/transformers:=[profile?] - >=dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 - test? ( >=dev-haskell/hspec-2