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 9C7F4138334 for ; Fri, 8 Jun 2018 14:57:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A52A6E0870; Fri, 8 Jun 2018 14:57:34 +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 5F3F4E0870 for ; Fri, 8 Jun 2018 14:57:34 +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 77444335C93 for ; Fri, 8 Jun 2018 14:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA99B29E for ; Fri, 8 Jun 2018 14:57:30 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1528469832.4d2d99cc637355f1114c8fed2facb831bc42424a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/parser-combinators/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/parser-combinators/Manifest dev-haskell/parser-combinators/metadata.xml dev-haskell/parser-combinators/parser-combinators-0.4.0.ebuild dev-haskell/parser-combinators/parser-combinators-1.0.0.ebuild X-VCS-Directories: dev-haskell/parser-combinators/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4d2d99cc637355f1114c8fed2facb831bc42424a X-VCS-Branch: master Date: Fri, 8 Jun 2018 14:57:30 +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-Archives-Salt: adbc8a44-8704-4c11-9918-c432bd2c5aae X-Archives-Hash: ac66a1ea3f5886dca97e495a7c0363ba commit: 4d2d99cc637355f1114c8fed2facb831bc42424a Author: Manuel Rüger gentoo org> AuthorDate: Fri Jun 8 14:56:35 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Jun 8 14:57:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2d99cc dev-haskell/parser-combinators: Initial version Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-haskell/parser-combinators/Manifest | 2 ++ dev-haskell/parser-combinators/metadata.xml | 11 ++++++++ .../parser-combinators-0.4.0.ebuild | 31 ++++++++++++++++++++++ .../parser-combinators-1.0.0.ebuild | 31 ++++++++++++++++++++++ 4 files changed, 75 insertions(+) diff --git a/dev-haskell/parser-combinators/Manifest b/dev-haskell/parser-combinators/Manifest new file mode 100644 index 00000000000..8c1defa448f --- /dev/null +++ b/dev-haskell/parser-combinators/Manifest @@ -0,0 +1,2 @@ +DIST parser-combinators-0.4.0.tar.gz 9130 BLAKE2B 368482bd968a4476366ac04162efe1d8ac502dbb964b21e4090bf48ee9f3e81879bce69a0cb8e72d3b51b4f278be23c3c6bb4f4fd434938682c680214b0a95dd SHA512 9748a8a23bef1cb386970722e148a4cc4e36e8f4100ac34794e2a2223b4bfe0f1e6e0f58d82b500e535cc42a0066be0c5bb5676892e4b607d8d6eac4c4f93a28 +DIST parser-combinators-1.0.0.tar.gz 10349 BLAKE2B c8b21ab8c1afd8fdc931f60258245596a70adb404366f5926743b61b6c7b802558436e7869d012dabaaa8d36097028269cec3c99f647958d0b15d14402c05c6b SHA512 308b38faca865801c2356b9eb0128824956f00a31d98de075166018b34d53a04bad0dc7f1afabafa9946b307ef3fb77df303db78ac7bd6ff476c9b96a3020e9c diff --git a/dev-haskell/parser-combinators/metadata.xml b/dev-haskell/parser-combinators/metadata.xml new file mode 100644 index 00000000000..b54bf609fcd --- /dev/null +++ b/dev-haskell/parser-combinators/metadata.xml @@ -0,0 +1,11 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + Lightweight package providing commonly useful parser combinators. + + diff --git a/dev-haskell/parser-combinators/parser-combinators-0.4.0.ebuild b/dev-haskell/parser-combinators/parser-combinators-0.4.0.ebuild new file mode 100644 index 00000000000..3f37e434112 --- /dev/null +++ b/dev-haskell/parser-combinators/parser-combinators-0.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.5 +#hackport: flags: -dev + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Lightweight package providing commonly useful parser combinators" +HOMEPAGE="https://github.com/mrkkrp/parser-combinators" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/semigroups-0.18:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-dev +} diff --git a/dev-haskell/parser-combinators/parser-combinators-1.0.0.ebuild b/dev-haskell/parser-combinators/parser-combinators-1.0.0.ebuild new file mode 100644 index 00000000000..34b5f48f142 --- /dev/null +++ b/dev-haskell/parser-combinators/parser-combinators-1.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.5 +#hackport: flags: -dev + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Lightweight package providing commonly useful parser combinators" +HOMEPAGE="https://github.com/mrkkrp/parser-combinators" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/semigroups-0.18:=[profile?] =dev-lang/ghc-7.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.22.2.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-dev +}