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 5430A13835C for ; Wed, 2 Sep 2020 07:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E34AE0867; Wed, 2 Sep 2020 07:46:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5EFB7E097D for ; Wed, 2 Sep 2020 07:46:15 +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 39F0033BDE5 for ; Wed, 2 Sep 2020 07:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE32933A for ; Wed, 2 Sep 2020 07:46:12 +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: <1599032768.128eccd74ecd4d1b19a544fca4c1131e40c88b52.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/strict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/strict/strict-0.3.2-r1.ebuild X-VCS-Directories: dev-haskell/strict/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 128eccd74ecd4d1b19a544fca4c1131e40c88b52 X-VCS-Branch: master Date: Wed, 2 Sep 2020 07:46:12 +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: 8b6ca12b-9c87-4c75-bf6b-6a505523cfe7 X-Archives-Hash: 14d61025ca5c85e70a38049ef29a5772 commit: 128eccd74ecd4d1b19a544fca4c1131e40c88b52 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Sep 2 07:43:09 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Sep 2 07:46:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128eccd7 dev-haskell/strict: update to EAPI=7 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/strict/strict-0.3.2-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-haskell/strict/strict-0.3.2-r1.ebuild b/dev-haskell/strict/strict-0.3.2-r1.ebuild new file mode 100644 index 00000000000..501f31bfb9e --- /dev/null +++ b/dev-haskell/strict/strict-0.3.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Strict data types and String IO" +HOMEPAGE="http://www.cse.unsw.edu.au/~rl/code/strict.html" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 +"