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 EEF1E139694 for ; Thu, 16 Feb 2017 22:16:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2896F21C038; Thu, 16 Feb 2017 22:16:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 080CF21C038 for ; Thu, 16 Feb 2017 22:16:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2082F340EF6 for ; Thu, 16 Feb 2017 22:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3FFD4A4A for ; Thu, 16 Feb 2017 22:16:40 +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: <1487283390.c13118c1a304f26cfa15d4bdb639c558e95a9258.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/say/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/say/Manifest dev-haskell/say/metadata.xml dev-haskell/say/say-0.1.0.0.ebuild X-VCS-Directories: dev-haskell/say/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c13118c1a304f26cfa15d4bdb639c558e95a9258 X-VCS-Branch: master Date: Thu, 16 Feb 2017 22:16:40 +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: 5d4d9f07-2256-4e57-8af5-3d54eca89598 X-Archives-Hash: 7653ddde47d38f4d148446bb5aed9bc5 commit: c13118c1a304f26cfa15d4bdb639c558e95a9258 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Feb 16 22:10:58 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Feb 16 22:16:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13118c1 dev-haskell/say: new package, a depend of dev-haskell/classy-prelude-1.0.2 Initial project template from stack Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-haskell/say/Manifest | 1 + dev-haskell/say/metadata.xml | 11 +++++++++++ dev-haskell/say/say-0.1.0.0.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-haskell/say/Manifest b/dev-haskell/say/Manifest new file mode 100644 index 0000000000..712f1b08a1 --- /dev/null +++ b/dev-haskell/say/Manifest @@ -0,0 +1 @@ +DIST say-0.1.0.0.tar.gz 5728 SHA256 f26fdb94ed81a2ae503beca0dcea74da7ee37408ba2e41ab3fdcaa9a7622fc40 SHA512 8bbf2953e9b09e7f783688ccc7323ed0f91d1043db531844d875b5d12bdfbc0fa31148a9a193ea717b05704c25d56c66d8ad53376ba8b120d42f1173e5fde83c WHIRLPOOL cff86bafa8561835aaf3c461c062cb3f76d06875595311feb2b66efbf1702f0dea1c601ec55c70559455b0d758c7f82372d8246512a7458ce2e4b9cb4167312a diff --git a/dev-haskell/say/metadata.xml b/dev-haskell/say/metadata.xml new file mode 100644 index 0000000000..0df1910735 --- /dev/null +++ b/dev-haskell/say/metadata.xml @@ -0,0 +1,11 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + Please see README.md + + diff --git a/dev-haskell/say/say-0.1.0.0.ebuild b/dev-haskell/say/say-0.1.0.0.ebuild new file mode 100644 index 0000000000..4600448cb5 --- /dev/null +++ b/dev-haskell/say/say-0.1.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Initial project template from stack" +HOMEPAGE="https://github.com/fpco/say#readme" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/text-1.2:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( dev-haskell/hspec + dev-haskell/temporary ) +"