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 5CAAB13835A for ; Wed, 21 Apr 2021 07:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6196E0875; Wed, 21 Apr 2021 07:40:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9B01BE0875 for ; Wed, 21 Apr 2021 07:40:30 +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 7246B340DD7 for ; Wed, 21 Apr 2021 07:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD4FE71B for ; Wed, 21 Apr 2021 07:40:27 +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: <1618990823.f350731cd3f46df3aaf051bc4b0eb9bba24581cd.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/ghc-lib-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/ghc-lib-parser/Manifest dev-haskell/ghc-lib-parser/ghc-lib-parser-8.10.2.20200916.ebuild dev-haskell/ghc-lib-parser/metadata.xml X-VCS-Directories: dev-haskell/ghc-lib-parser/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f350731cd3f46df3aaf051bc4b0eb9bba24581cd X-VCS-Branch: master Date: Wed, 21 Apr 2021 07:40:27 +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: cba5d7e3-c387-4ea8-bd50-add1241eeccc X-Archives-Hash: 765281e8fb694d067ccf49a850e618f7 commit: f350731cd3f46df3aaf051bc4b0eb9bba24581cd Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Apr 21 07:36:26 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Apr 21 07:40:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f350731c dev-haskell/ghc-lib-parser: new package, a depend of hlint-3 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/ghc-lib-parser/Manifest | 1 + .../ghc-lib-parser-8.10.2.20200916.ebuild | 26 ++++++++++++++++++++++ dev-haskell/ghc-lib-parser/metadata.xml | 8 +++++++ 3 files changed, 35 insertions(+) diff --git a/dev-haskell/ghc-lib-parser/Manifest b/dev-haskell/ghc-lib-parser/Manifest new file mode 100644 index 00000000000..5d394c53ccf --- /dev/null +++ b/dev-haskell/ghc-lib-parser/Manifest @@ -0,0 +1 @@ +DIST ghc-lib-parser-8.10.2.20200916.tar.gz 1627245 BLAKE2B 35290880c01acb455b3f6f1f65e5904f82a472dc6b5491aed397a063f38257c0ecb1095ee6e535bce63333f5148179a1e183e877a4fbcda30c69abf7e7a3a5b8 SHA512 b0544ac5d678324e7672f133c1236dd331f170dc99c73a5a22985c3b83d4c6c139d247cf924c6b6e4e4c4e76675c3c0f83e7c84a4ed9aa9a8afa039895730960 diff --git a/dev-haskell/ghc-lib-parser/ghc-lib-parser-8.10.2.20200916.ebuild b/dev-haskell/ghc-lib-parser/ghc-lib-parser-8.10.2.20200916.ebuild new file mode 100644 index 00000000000..7de702a7f32 --- /dev/null +++ b/dev-haskell/ghc-lib-parser/ghc-lib-parser-8.10.2.20200916.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 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="The GHC API, decoupled from GHC versions" +HOMEPAGE="https://github.com/digital-asset/ghc-lib" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-8.6.3:= +" +DEPEND="${RDEPEND} + dev-haskell/alex + >=dev-haskell/cabal-2.4.0.1 + dev-haskell/happy +" diff --git a/dev-haskell/ghc-lib-parser/metadata.xml b/dev-haskell/ghc-lib-parser/metadata.xml new file mode 100644 index 00000000000..b7878815d80 --- /dev/null +++ b/dev-haskell/ghc-lib-parser/metadata.xml @@ -0,0 +1,8 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + +