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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1C54158095 for ; Thu, 29 Sep 2022 07:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D706DE0937; Thu, 29 Sep 2022 07:49:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCDFAE0937 for ; Thu, 29 Sep 2022 07:49:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B40723412F0 for ; Thu, 29 Sep 2022 07:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04A725F2 for ; Thu, 29 Sep 2022 07:49:22 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1664437473.130dd37b132874e4017f4a8d62b28f9dd38cd2b6.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/tar-conduit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/tar-conduit/Manifest dev-haskell/tar-conduit/metadata.xml dev-haskell/tar-conduit/tar-conduit-0.3.2-r1.ebuild profiles/package.mask X-VCS-Directories: dev-haskell/tar-conduit/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 130dd37b132874e4017f4a8d62b28f9dd38cd2b6 X-VCS-Branch: master Date: Thu, 29 Sep 2022 07:49:22 +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: ff463a5b-d5da-4f9c-8cc5-ed7ee6a3fea0 X-Archives-Hash: 7609a82a7088ff3cd618363c0d3fa288 commit: 130dd37b132874e4017f4a8d62b28f9dd38cd2b6 Author: Jakov Smolić gentoo org> AuthorDate: Thu Sep 29 07:44:33 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Sep 29 07:44:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130dd37b dev-haskell/tar-conduit: Remove last-rited pkg Signed-off-by: Jakov Smolić gentoo.org> dev-haskell/tar-conduit/Manifest | 1 - dev-haskell/tar-conduit/metadata.xml | 8 ------ .../tar-conduit/tar-conduit-0.3.2-r1.ebuild | 31 ---------------------- profiles/package.mask | 1 - 4 files changed, 41 deletions(-) diff --git a/dev-haskell/tar-conduit/Manifest b/dev-haskell/tar-conduit/Manifest deleted file mode 100644 index 9ee9b6e98f87..000000000000 --- a/dev-haskell/tar-conduit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tar-conduit-0.3.2.tar.gz 44525 BLAKE2B 2e978f73fa78b3254106bdcbd7c2a5d6d6b7d624c717267b5f95cb69497675e64d9367f0dd5ea18575cc9574143baecc9e4f84b29600708b3660fd7d7b15477d SHA512 18efa362953641092ee5b4f65b32a3337af077608487e02421cf6427209592654b3b2d15f9b21835f4596434b65aa9a1f80b9f3408050c09b57f6be5cd2c73f7 diff --git a/dev-haskell/tar-conduit/metadata.xml b/dev-haskell/tar-conduit/metadata.xml deleted file mode 100644 index 937381521944..000000000000 --- a/dev-haskell/tar-conduit/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - diff --git a/dev-haskell/tar-conduit/tar-conduit-0.3.2-r1.ebuild b/dev-haskell/tar-conduit/tar-conduit-0.3.2-r1.ebuild deleted file mode 100644 index 05f37b9e9fbc..000000000000 --- a/dev-haskell/tar-conduit/tar-conduit-0.3.2-r1.ebuild +++ /dev/null @@ -1,31 +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.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Extract and create tar files using conduit for streaming" -HOMEPAGE="https://github.com/snoyberg/tar-conduit#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/conduit-combinators-1.0.8.1 - >=dev-haskell/conduit-1.3 - dev-haskell/safe-exceptions - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24 - test? ( dev-haskell/conduit-extra - dev-haskell/hspec - dev-haskell/quickcheck - dev-haskell/weigh ) -" diff --git a/profiles/package.mask b/profiles/package.mask index 967dd5c4e4ec..d21e2c8798a9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -343,7 +343,6 @@ dev-haskell/rsa dev-haskell/selective dev-haskell/snap-core dev-haskell/snap-server -dev-haskell/tar-conduit # hololeap (2022-08-21) # doctest-parallel does not currently work with Setup.hs (used internally by