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 CA96E138359 for ; Wed, 12 Aug 2020 09:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4066E092A; Wed, 12 Aug 2020 09:21:18 +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 DB8F6E092A for ; Wed, 12 Aug 2020 09:21:18 +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 A668034F2F8 for ; Wed, 12 Aug 2020 09:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 227A022B for ; Wed, 12 Aug 2020 09:21:16 +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: <1597224059.8fde6b30128e7131ac565beb331ba289a3e80cde.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/git-lfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/git-lfs/Manifest dev-haskell/git-lfs/git-lfs-1.1.0.ebuild dev-haskell/git-lfs/metadata.xml X-VCS-Directories: dev-haskell/git-lfs/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8fde6b30128e7131ac565beb331ba289a3e80cde X-VCS-Branch: master Date: Wed, 12 Aug 2020 09:21:16 +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: 632cfbbf-e07b-4b84-a932-332ee1956606 X-Archives-Hash: 37dac7b119f4f492ca9d1ada1e840e1b commit: 8fde6b30128e7131ac565beb331ba289a3e80cde Author: Jack Todaro posteo org> AuthorDate: Tue Aug 11 21:00:44 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Aug 12 09:20:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fde6b30 dev-haskell/git-lfs: add package Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Jack Todaro posteo.org> Closes: https://github.com/gentoo/gentoo/pull/17091 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/git-lfs/Manifest | 1 + dev-haskell/git-lfs/git-lfs-1.1.0.ebuild | 30 ++++++++++++++++++++++++++++++ dev-haskell/git-lfs/metadata.xml | 8 ++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-haskell/git-lfs/Manifest b/dev-haskell/git-lfs/Manifest new file mode 100644 index 00000000000..971868f91df --- /dev/null +++ b/dev-haskell/git-lfs/Manifest @@ -0,0 +1 @@ +DIST git-lfs-1.1.0.tar.gz 16488 BLAKE2B 4902cada8c580abe20a3220d8f5eee8627f7f17a2f60cc876309665fde54afa27576b39165b939cb9a31b516db9fc26a01f89333a3cf1add84b595a9e6f303f0 SHA512 c662e7752ba9346b8adec5af225806f95702aaded3ea6b3d8e8871e923db24f8bd49a275fe7477cc44b65b35edab06fb7ab92f0e57d9bdd8af7b209c4adfa5c5 diff --git a/dev-haskell/git-lfs/git-lfs-1.1.0.ebuild b/dev-haskell/git-lfs/git-lfs-1.1.0.ebuild new file mode 100644 index 00000000000..5f154aaee20 --- /dev/null +++ b/dev-haskell/git-lfs/git-lfs-1.1.0.ebuild @@ -0,0 +1,30 @@ +# 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="git-lfs protocol" +HOMEPAGE="http://hackage.haskell.org/package/git-lfs" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/aeson-1.3:=[profile?] <=dev-haskell/aeson-1.5:=[profile?] + >=dev-haskell/case-insensitive-1.2:=[profile?] <=dev-haskell/case-insensitive-1.3:=[profile?] + >=dev-haskell/http-client-0.5:=[profile?] <=dev-haskell/http-client-0.7:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] <=dev-haskell/http-types-0.13:=[profile?] + >=dev-haskell/network-uri-2.6:=[profile?] <=dev-haskell/network-uri-2.7:=[profile?] + >=dev-haskell/text-1.2:=[profile?] <=dev-haskell/text-1.3:=[profile?] + >=dev-lang/ghc-8.6.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.4.0.1 +" diff --git a/dev-haskell/git-lfs/metadata.xml b/dev-haskell/git-lfs/metadata.xml new file mode 100644 index 00000000000..b7878815d80 --- /dev/null +++ b/dev-haskell/git-lfs/metadata.xml @@ -0,0 +1,8 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + +