Skip to content

Commit

Permalink
dev-haskell/icalendar: iCalendar parser and printer library, a depend…
Browse files Browse the repository at this point in the history
… of app-forensics/quickfuzz

Package-Manager: portage-2.3.0
  • Loading branch information
Sergei Trofimovich committed Sep 11, 2016
1 parent df9ade5 commit 1c44401
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/icalendar/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST iCalendar-0.4.0.3.tar.gz 29889 SHA256 bc06a08165e2c135a2c98d0ca08cfd2b0862134337342b9f3da65f878c4e7a35 SHA512 504c562a8213a899071941fc3ebce59354885a4d5b680950eb9eee8a0b1704475e91fbbffb8773d6ae5f9c124dd1fd3c39aae369f7305bf4d7ca9430984070c8 WHIRLPOOL 9dcaaf8da25fa8d17f76f3bf372c11cddc489f866efa6594b578f2a7ef9bf2f0e19bed62e9cdd7bff1c36960722fc33ef3063469b21679c87feb21dbc3ece634
46 changes: 46 additions & 0 deletions dev-haskell/icalendar/icalendar-0.4.0.3.ebuild
Original file line number Diff line number Diff line change
@@ -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/base64-bytestring-1.1:=[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-2.7:=[profile?]
>=dev-haskell/network-uri-2.6:=[profile?] )
!network-uri? ( >=dev-haskell/network-2.4:=[profile?] <dev-haskell/network-2.6:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.22.2.0
"

S="${WORKDIR}/${MY_P}"

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri)
}
15 changes: 15 additions & 0 deletions dev-haskell/icalendar/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="network-uri">use network-uri package</flag>
</use>
<longdescription>
Data definitions, parsing and printing of the iCalendar
format (RFC5545).
</longdescription>
</pkgmetadata>

0 comments on commit 1c44401

Please sign in to comment.