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 8B806138331 for ; Sun, 11 Sep 2016 10:01:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5187AE0B87; Sun, 11 Sep 2016 10:01:58 +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 2433AE0B87 for ; Sun, 11 Sep 2016 10:01:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 21FD8340AB5 for ; Sun, 11 Sep 2016 10:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEAE5247D for ; Sun, 11 Sep 2016 10:01:54 +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: <1473588089.1c444010dc86536fd4c8441a612955d663891664.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/icalendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/icalendar/Manifest dev-haskell/icalendar/icalendar-0.4.0.3.ebuild dev-haskell/icalendar/metadata.xml X-VCS-Directories: dev-haskell/icalendar/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1c444010dc86536fd4c8441a612955d663891664 X-VCS-Branch: master Date: Sun, 11 Sep 2016 10:01:54 +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: a31ef713-027a-4b59-8159-6b48fbd18b94 X-Archives-Hash: 61aefa3a2c117e79c641c9e245c13e37 commit: 1c444010dc86536fd4c8441a612955d663891664 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Sep 11 09:39:16 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Sep 11 10:01:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c444010 dev-haskell/icalendar: iCalendar parser and printer library, a depend of app-forensics/quickfuzz Package-Manager: portage-2.3.0 dev-haskell/icalendar/Manifest | 1 + dev-haskell/icalendar/icalendar-0.4.0.3.ebuild | 46 ++++++++++++++++++++++++++ dev-haskell/icalendar/metadata.xml | 15 +++++++++ 3 files changed, 62 insertions(+) diff --git a/dev-haskell/icalendar/Manifest b/dev-haskell/icalendar/Manifest new file mode 100644 index 00000000..12d1318 --- /dev/null +++ b/dev-haskell/icalendar/Manifest @@ -0,0 +1 @@ +DIST iCalendar-0.4.0.3.tar.gz 29889 SHA256 bc06a08165e2c135a2c98d0ca08cfd2b0862134337342b9f3da65f878c4e7a35 SHA512 504c562a8213a899071941fc3ebce59354885a4d5b680950eb9eee8a0b1704475e91fbbffb8773d6ae5f9c124dd1fd3c39aae369f7305bf4d7ca9430984070c8 WHIRLPOOL 9dcaaf8da25fa8d17f76f3bf372c11cddc489f866efa6594b578f2a7ef9bf2f0e19bed62e9cdd7bff1c36960722fc33ef3063469b21679c87feb21dbc3ece634 diff --git a/dev-haskell/icalendar/icalendar-0.4.0.3.ebuild b/dev-haskell/icalendar/icalendar-0.4.0.3.ebuild new file mode 100644 index 00000000..c6f7ea8 --- /dev/null +++ b/dev-haskell/icalendar/icalendar-0.4.0.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="iCalendar" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="iCalendar data types, parser, and printer" +HOMEPAGE="https://github.com/chrra/iCalendar" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+network-uri" + +RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] =dev-haskell/case-insensitive-0.4:=[profile?] + >=dev-haskell/data-default-0.3:=[profile?] + >=dev-haskell/mime-0.4.0.2:=[profile?] + >=dev-haskell/mtl-2.1.0:=[profile?] + dev-haskell/old-locale:=[profile?] + >=dev-haskell/parsec-3.1.0:=[profile?] + dev-haskell/text:=[profile?] + >=dev-lang/ghc-7.10.1:= + network-uri? ( >=dev-haskell/network-2.6:=[profile?] =dev-haskell/network-uri-2.6:=[profile?] ) + !network-uri? ( >=dev-haskell/network-2.4:=[profile?] + + + + haskell@gentoo.org + Gentoo Haskell + + + use network-uri package + + + Data definitions, parsing and printing of the iCalendar + format (RFC5545). + +