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 EEE39138359 for ; Sat, 29 Aug 2020 08:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B6FFE0946; Sat, 29 Aug 2020 08:51:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 069C9E0946 for ; Sat, 29 Aug 2020 08:51:04 +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 1AFFA3406BF for ; Sat, 29 Aug 2020 08:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B659232D for ; Sat, 29 Aug 2020 08:51:02 +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: <1598691057.3abfa4217842607a76e36aed1ce7db631d4e6eb0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/hit/Manifest dev-haskell/hit/hit-0.7.0.ebuild X-VCS-Directories: dev-haskell/hit/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3abfa4217842607a76e36aed1ce7db631d4e6eb0 X-VCS-Branch: master Date: Sat, 29 Aug 2020 08:51:02 +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: 97912c42-bde1-420a-b470-19c8638ab08f X-Archives-Hash: 13ba3678d9b3b28ed98656d608a60507 commit: 3abfa4217842607a76e36aed1ce7db631d4e6eb0 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 29 08:48:36 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 29 08:50:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abfa421 dev-haskell/hit: bump up to 0.7.0 Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736020 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/hit/Manifest | 1 + dev-haskell/hit/hit-0.7.0.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-haskell/hit/Manifest b/dev-haskell/hit/Manifest index 99895faea16..0c61f54243b 100644 --- a/dev-haskell/hit/Manifest +++ b/dev-haskell/hit/Manifest @@ -1 +1,2 @@ DIST hit-0.6.3.tar.gz 38690 BLAKE2B 928a532cacb2393b46b9e5abeee6d66bf140e9e4a71f359b8a35016f97db4eeb32f4efb6c56d74528d3311ae4d6477716670c14ae6ad7361a7892575185dd336 SHA512 82ccfeb77a439caa1792f1ae29535636764be9e6e94f75973f37a86db6627a492e57da835954384ef8468799de9f0897e20905f65dad256fe3547a4248d5fffc +DIST hit-0.7.0.tar.gz 4919 BLAKE2B ff48cdc9421da4d2ef122a93859d82748c951f445f02d91cb1b320646a1cc68251380bfb6dfbe358ddf009e3664f258c1b7fe1e0f4dc402b2223ccc1bb929fe2 SHA512 d900c768bd60533092cf01627021b5b09804a0f29e3188bf4b9c6c2c79c709afb1c461a8d49459d5434d0d4d1241f5863a242e38ac9e28ddfaa02ef7565b9270 diff --git a/dev-haskell/hit/hit-0.7.0.ebuild b/dev-haskell/hit/hit-0.7.0.ebuild new file mode 100644 index 00000000000..f5754a04b7a --- /dev/null +++ b/dev-haskell/hit/hit-0.7.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.2 + +CABAL_FEATURES="" +inherit haskell-cabal + +DESCRIPTION="Git operations in haskell" +HOMEPAGE="https://github.com/vincenthz/hit" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=">=dev-haskell/git-0.3.0:= + >=dev-haskell/hashable-1.2:= + dev-haskell/hashtables:= + dev-haskell/hourglass:= + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag debug debug) +}