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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35075158094 for ; Thu, 29 Sep 2022 08:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ADF0E0973; Thu, 29 Sep 2022 08:01:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30C82E0963 for ; Thu, 29 Sep 2022 08:01:57 +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 6B42F3412D2 for ; Thu, 29 Sep 2022 08:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5A995F1 for ; Thu, 29 Sep 2022 08:01:54 +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: <1664438282.11f46b37e1da85667e6b9618088dff8778f66dd7.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/cpphs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/cpphs/Manifest dev-haskell/cpphs/cpphs-1.20.9.1.ebuild dev-haskell/cpphs/metadata.xml profiles/package.mask X-VCS-Directories: dev-haskell/cpphs/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 11f46b37e1da85667e6b9618088dff8778f66dd7 X-VCS-Branch: master Date: Thu, 29 Sep 2022 08:01:54 +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: 5174fc47-f1ec-46b0-a130-00e374165519 X-Archives-Hash: 237946618c43973f97270391079162b3 commit: 11f46b37e1da85667e6b9618088dff8778f66dd7 Author: Jakov Smolić gentoo org> AuthorDate: Thu Sep 29 07:57:58 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Sep 29 07:58:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f46b37 dev-haskell/cpphs: Remove last-rited pkg Closes: https://bugs.gentoo.org/568610 Signed-off-by: Jakov Smolić gentoo.org> dev-haskell/cpphs/Manifest | 1 - dev-haskell/cpphs/cpphs-1.20.9.1.ebuild | 26 -------------------------- dev-haskell/cpphs/metadata.xml | 7 ------- profiles/package.mask | 1 - 4 files changed, 35 deletions(-) diff --git a/dev-haskell/cpphs/Manifest b/dev-haskell/cpphs/Manifest deleted file mode 100644 index 74070c97b96a..000000000000 --- a/dev-haskell/cpphs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cpphs-1.20.9.1.tar.gz 45496 BLAKE2B 1a964c011628f260d1c7ad6653c03776a36a014ff6717f877796de0d0139dcd3454bd8d935e3fffda2d6dd9823fd5fc5be58b73bb9590de248381755b446148e SHA512 bc5cd86c1e42061ae5c940612542dbea420344fb8596495d71ff2dc724bc1a3785f830e51c3ae99394488a122deabacd6433a5c919e3682c4129f3b296b7931f diff --git a/dev-haskell/cpphs/cpphs-1.20.9.1.ebuild b/dev-haskell/cpphs/cpphs-1.20.9.1.ebuild deleted file mode 100644 index 3a05d030dc34..000000000000 --- a/dev-haskell/cpphs/cpphs-1.20.9.1.ebuild +++ /dev/null @@ -1,26 +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.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor" -HOMEPAGE="http://projects.haskell.org/cpphs/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/old-locale-1.0.0.2:=[profile?] =dev-haskell/polyparse-1.13:=[profile?] =dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" diff --git a/dev-haskell/cpphs/metadata.xml b/dev-haskell/cpphs/metadata.xml deleted file mode 100644 index c7bb0e775ab0..000000000000 --- a/dev-haskell/cpphs/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - haskell@gentoo.org - - diff --git a/profiles/package.mask b/profiles/package.mask index 3b8327441046..79d972056526 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -269,7 +269,6 @@ dev-haskell/casa-types dev-haskell/cipher-aes128 dev-haskell/concurrent-extra dev-haskell/contravariant-extras -dev-haskell/cpphs # hololeap (2022-08-21) # doctest-parallel does not currently work with Setup.hs (used internally by