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 94CDB158095 for ; Mon, 22 Aug 2022 08:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94EF1E0967; Mon, 22 Aug 2022 08:04:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC11BE0971 for ; Mon, 22 Aug 2022 08:04:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C34FC340F7E for ; Mon, 22 Aug 2022 08:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 658ED5C0 for ; Mon, 22 Aug 2022 08:04:17 +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: <1661155422.14cd90b4949a8d7c1156a5647f476b9cc88d38a7.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/aeson-qq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/aeson-qq/Manifest dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild dev-haskell/aeson-qq/metadata.xml profiles/package.mask X-VCS-Directories: dev-haskell/aeson-qq/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 14cd90b4949a8d7c1156a5647f476b9cc88d38a7 X-VCS-Branch: master Date: Mon, 22 Aug 2022 08:04:17 +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: 77d16cd6-007f-4156-9ee8-feffcb966ab3 X-Archives-Hash: 6d5404a6ea5476f657121d46792bd1df commit: 14cd90b4949a8d7c1156a5647f476b9cc88d38a7 Author: Jakov Smolić gentoo org> AuthorDate: Mon Aug 22 08:01:31 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Aug 22 08:03:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cd90b4 dev-haskell/aeson-qq: treeclean Signed-off-by: Jakov Smolić gentoo.org> dev-haskell/aeson-qq/Manifest | 1 - dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild | 33 ------------------------------ dev-haskell/aeson-qq/metadata.xml | 23 --------------------- profiles/package.mask | 1 - 4 files changed, 58 deletions(-) diff --git a/dev-haskell/aeson-qq/Manifest b/dev-haskell/aeson-qq/Manifest deleted file mode 100644 index 6b0d37dea680..000000000000 --- a/dev-haskell/aeson-qq/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aeson-qq-0.8.3.tar.gz 4751 BLAKE2B 538c51c52470ad628326f67d4822812b352e7141c94ec2e385fc889d869c512705ee4ee58951c31e8422ccdd2ab855cfe4262a874864bd19b60e0ad67132798a SHA512 f7ef90529b4c9661ffc54ab8ebfc73c9966e6338591b871678be2a6e63ecf30089fd33279a074bd8d1905d71c8198ea5cc24c828d6e940e7af7585ba826a0c29 diff --git a/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild b/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild deleted file mode 100644 index 229b7a3ccb24..000000000000 --- a/dev-haskell/aeson-qq/aeson-qq-0.8.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="JSON quasiquoter for Haskell" -HOMEPAGE="https://github.com/sol/aeson-qq#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] - dev-haskell/attoparsec:=[profile?] - dev-haskell/base-compat:=[profile?] - >=dev-haskell/haskell-src-meta-0.1.0:=[profile?] - dev-haskell/parsec:=[profile?] - dev-haskell/scientific:=[profile?] - dev-haskell/text:=[profile?] - dev-haskell/vector:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.12 - test? ( dev-haskell/hspec ) -" diff --git a/dev-haskell/aeson-qq/metadata.xml b/dev-haskell/aeson-qq/metadata.xml deleted file mode 100644 index 3b5d15550add..000000000000 --- a/dev-haskell/aeson-qq/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - @aeson-qq@ provides a JSON quasiquoter for Haskell. - - This package exposes the function `aesonQQ` that compile-time - converts a string representation of a JSON value into a - `Data.Aeson.Value`. `aesonQQ` has the signature - - >aesonQQ :: QuasiQuoter - - Consult the @README@ for documentation: - <https://github.com/zalora/aeson-qq#readme> - - - zalora/aeson-qq - - diff --git a/profiles/package.mask b/profiles/package.mask index ac5dccb196c8..072d70745039 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -332,7 +332,6 @@ dev-go/golint # Removal on 2022-08-22. dev-haskell/ac-ppm dev-haskell/aeson-compat -dev-haskell/aeson-qq # Hans de Graaff (2022-07-16) # No longer supported upstream. Use a newer ruby version instead.