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 5C4C5158011 for ; Sun, 21 Aug 2022 21:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7EC92BC059; Sun, 21 Aug 2022 21:32:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B327C2BC059 for ; Sun, 21 Aug 2022 21:32:45 +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 E3DF9340F99 for ; Sun, 21 Aug 2022 21:32:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39B425A2 for ; Sun, 21 Aug 2022 21:32:41 +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: <1661117515.94ec1b9364523913b79ab55690f5730bf841e839.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/stmonadtrans/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/stmonadtrans/Manifest dev-haskell/stmonadtrans/metadata.xml dev-haskell/stmonadtrans/stmonadtrans-0.4.4.ebuild profiles/package.mask X-VCS-Directories: dev-haskell/stmonadtrans/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 94ec1b9364523913b79ab55690f5730bf841e839 X-VCS-Branch: master Date: Sun, 21 Aug 2022 21:32:41 +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: 5e94e62f-d9d6-4660-b74c-1c415a53e7ce X-Archives-Hash: d7348d076c0dbeaec4c64b57767dcd76 commit: 94ec1b9364523913b79ab55690f5730bf841e839 Author: Jakov Smolić gentoo org> AuthorDate: Sun Aug 21 21:28:34 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Aug 21 21:31:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ec1b93 dev-haskell/stmonadtrans: treeclean Closes: https://bugs.gentoo.org/735904 Signed-off-by: Jakov Smolić gentoo.org> dev-haskell/stmonadtrans/Manifest | 1 - dev-haskell/stmonadtrans/metadata.xml | 17 ----------- dev-haskell/stmonadtrans/stmonadtrans-0.4.4.ebuild | 35 ---------------------- profiles/package.mask | 1 - 4 files changed, 54 deletions(-) diff --git a/dev-haskell/stmonadtrans/Manifest b/dev-haskell/stmonadtrans/Manifest deleted file mode 100644 index d755e09c0ec4..000000000000 --- a/dev-haskell/stmonadtrans/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST STMonadTrans-0.4.4.tar.gz 6298 BLAKE2B dd24c28605f92626abe90b32f6633c353289d96f84caebd0422e0ee46b9a97f4a656a3a5f10d7e9f04c8d1fbe9f27ea8d7e0965c9525145c9b3b45007b2d623f SHA512 3ab7ff50223f975066cde1227fb23e00263786fa8c5b9d0276fdcc265bb1ac2e5cea97f3fb7fd51aaf25872b126645312c4c622084947dea430d214eac44938b diff --git a/dev-haskell/stmonadtrans/metadata.xml b/dev-haskell/stmonadtrans/metadata.xml deleted file mode 100644 index 58be439bbb36..000000000000 --- a/dev-haskell/stmonadtrans/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - A monad transformer version of the ST monad - Warning! This monad transformer should not be used with monads that - can contain multiple answers, like the list monad. The reason is that - the will be duplicated across the different answers and this cause - Bad Things to happen (such as loss of referential transparency). Safe - monads include the monads State, Reader, Writer, Maybe and - combinations of their corresponding monad transformers. - - diff --git a/dev-haskell/stmonadtrans/stmonadtrans-0.4.4.ebuild b/dev-haskell/stmonadtrans/stmonadtrans-0.4.4.ebuild deleted file mode 100644 index 05b13788f369..000000000000 --- a/dev-haskell/stmonadtrans/stmonadtrans-0.4.4.ebuild +++ /dev/null @@ -1,35 +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.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -MY_PN="STMonadTrans" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A monad transformer version of the ST monad" -HOMEPAGE="https://hackage.haskell.org/package/STMonadTrans" -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/fail:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 - test? ( >=dev-haskell/tasty-0.11.0.4 =dev-haskell/tasty-hunit-0.9.2 =dev-haskell/tasty-quickcheck-0.8.4 =dev-haskell/transformers-0.4 (2022-07-16) # No longer supported upstream. Use a newer ruby version instead.