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 42079138359 for ; Sun, 6 Sep 2020 21:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CA2CE092C; Sun, 6 Sep 2020 21:44:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 77F0AE092C for ; Sun, 6 Sep 2020 21:44:33 +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 852F3340C69 for ; Sun, 6 Sep 2020 21:44:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D922347 for ; Sun, 6 Sep 2020 21:44:31 +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: <1599428666.5ae9052661d2fa718fdb7dd7d8dda8f2ca3550f5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/neat-interpolation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/neat-interpolation/Manifest dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild X-VCS-Directories: dev-haskell/neat-interpolation/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5ae9052661d2fa718fdb7dd7d8dda8f2ca3550f5 X-VCS-Branch: master Date: Sun, 6 Sep 2020 21:44:31 +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: 8b68c866-ace9-4143-9b9e-8712afb43bf8 X-Archives-Hash: cbe49c1bda459c9d8785bacb2e220583 commit: 5ae9052661d2fa718fdb7dd7d8dda8f2ca3550f5 Author: Jack Todaro posteo org> AuthorDate: Sat Sep 5 06:43:59 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Sep 6 21:44:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae90526 dev-haskell/neat-interpolation: bump up to 0.5.1.2 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/neat-interpolation/Manifest | 1 + .../neat-interpolation-0.5.1.2.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-haskell/neat-interpolation/Manifest b/dev-haskell/neat-interpolation/Manifest index c80334ea5ec..ab7171078f3 100644 --- a/dev-haskell/neat-interpolation/Manifest +++ b/dev-haskell/neat-interpolation/Manifest @@ -1 +1,2 @@ DIST neat-interpolation-0.3.2.6.tar.gz 5437 BLAKE2B 0a84a4e0ed3126d6ab11ff382dc46d8760a14f725c23bb87650290b2b8c3791be996f734fecfe326fc8236548360a163de3979eb12534e52fa927787d2dfb803 SHA512 0b3725258cebdf6144a9442b3dfb5e46a1d36525fdfec7f1797546416ef7788c7ad679d33105d541ae37b208c170d695757355291ef0d05297d8e35ea4116546 +DIST neat-interpolation-0.5.1.2.tar.gz 5757 BLAKE2B dd7b39a56d127d0be25a8968ec8047bcad58a0eb75956056bd71af01979f79a304119738026a46d215052dc2899817371ec24e6184866d2f9770080ee5a2a9c1 SHA512 147bfca831dccc4646cce7c91635d3885049c67c93c3da83a774eaf1c7f485fba14e695efa173fd3a125380c13d70fe3ca017c2179e161d8e53d60278bb0b7a8 diff --git a/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild b/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild new file mode 100644 index 00000000000..2b836782cfc --- /dev/null +++ b/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild @@ -0,0 +1,32 @@ +# 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="A quasiquoter for neat and simple multiline text interpolation" +HOMEPAGE="https://github.com/nikita-volkov/neat-interpolation" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/megaparsec-7:=[profile?] =dev-haskell/text-1:=[profile?] =dev-lang/ghc-8.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.0.0 + test? ( >=dev-haskell/quickcheck-2.13 =dev-haskell/quickcheck-instances-0.3.22 =dev-haskell/tasty-1.2.3 =dev-haskell/tasty-hunit-0.10.0.2 =dev-haskell/tasty-quickcheck-0.10.1