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 35F6D138359 for ; Tue, 4 Aug 2020 06:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE50E0CAF; Tue, 4 Aug 2020 06:39:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 58E75E0CAF for ; Tue, 4 Aug 2020 06:39:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5F5A934F14C for ; Tue, 4 Aug 2020 06:38:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16AD7303 for ; Tue, 4 Aug 2020 06:38:58 +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: <1596523134.42d19b038a46781ae8eb11bd7ae13e8120d199c4.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/binary-instances/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/binary-instances/Manifest dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild dev-haskell/binary-instances/metadata.xml X-VCS-Directories: dev-haskell/binary-instances/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 42d19b038a46781ae8eb11bd7ae13e8120d199c4 X-VCS-Branch: master Date: Tue, 4 Aug 2020 06:38:58 +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: cc6e6b36-def1-41d2-b8f4-a7f4936a490c X-Archives-Hash: 3e669479d2644b83e384c532efc88c6a commit: 42d19b038a46781ae8eb11bd7ae13e8120d199c4 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Aug 4 06:38:15 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 4 06:38:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d19b03 dev-haskell/binary-instances: new package, a depend of binary-tagged Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/binary-instances/Manifest | 1 + .../binary-instances-1.0.0.1.ebuild | 48 ++++++++++++++++++++++ dev-haskell/binary-instances/metadata.xml | 13 ++++++ 3 files changed, 62 insertions(+) diff --git a/dev-haskell/binary-instances/Manifest b/dev-haskell/binary-instances/Manifest new file mode 100644 index 00000000000..d4c03f59e1b --- /dev/null +++ b/dev-haskell/binary-instances/Manifest @@ -0,0 +1 @@ +DIST binary-instances-1.0.0.1.tar.gz 5025 BLAKE2B 403f6bc8c55bec745b5284b8ebd1ddb429b277b1acbd9081207a40f07eefdc5533cf612fb74bbd7a741378051e06cb6d1d85413572e8e12a42e244e17a42649e SHA512 8933f2eab4a23460bd9be7547f229416adccb3e82ec452f75567fa5b5cb6babe4b7f243fbf3799099647bc4f890eaa1acc962128caa8caafc3ff724867585e3d diff --git a/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild b/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild new file mode 100644 index 00000000000..8cafa453115 --- /dev/null +++ b/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild @@ -0,0 +1,48 @@ +# 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 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Orphan instances for binary" +HOMEPAGE="https://github.com/phadej/binary-instances#readme" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/aeson-0.7.0.6:=[profile?] =dev-haskell/binary-orphans-1.0.1:=[profile?] =dev-haskell/case-insensitive-1.2.0.4:=[profile?] =dev-haskell/hashable-1.2.3.3:=[profile?] =dev-haskell/scientific-0.3.3.8:=[profile?] =dev-haskell/tagged-0.7.3:=[profile?] =dev-haskell/text-1.2.0.6:=[profile?] =dev-haskell/text-binary-0.2.1.1:=[profile?] =dev-haskell/time-compat-1.9.2.2:=[profile?] =dev-haskell/unordered-containers-0.2.5.1:=[profile?] =dev-haskell/vector-0.10.12.3:=[profile?] =dev-haskell/vector-binary-instances-0.2.1.0:=[profile?] =dev-lang/ghc-7.6.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.16.0 + test? ( >=dev-haskell/quickcheck-2.13.1 =dev-haskell/quickcheck-instances-0.3.21 =dev-haskell/tasty-0.10.1.2 =dev-haskell/tasty-quickcheck-0.8.3.2 =4.6.0.1 && <4.15' 'base >=4.6.0.1' && <5 \ + 'binary >=0.5.1.1 && <0.8.9' 'binary >=0.5.1.1' +} diff --git a/dev-haskell/binary-instances/metadata.xml b/dev-haskell/binary-instances/metadata.xml new file mode 100644 index 00000000000..e0ce1f41ebf --- /dev/null +++ b/dev-haskell/binary-instances/metadata.xml @@ -0,0 +1,13 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + + + `binary-orphans` defines orphan instances for types in some popular packages. + +