diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-11-14 22:02:35 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-11-14 22:02:35 +0000 |
commit | 73b2936f9b9dea417c8a5cb79da8f0f4f96ff4e1 (patch) | |
tree | ba4e3ea52220845282b147505532e0674e591516 /dev-haskell/cereal | |
parent | Version bump, security bug #442478. Install with -j1 for bug #440906. (diff) | |
download | gentoo-2-73b2936f9b9dea417c8a5cb79da8f0f4f96ff4e1.tar.gz gentoo-2-73b2936f9b9dea417c8a5cb79da8f0f4f96ff4e1.tar.bz2 gentoo-2-73b2936f9b9dea417c8a5cb79da8f0f4f96ff4e1.zip |
New package: fast binary serialization library (a depend for dev-util/bustle-0.4.2)
(Portage version: 2.2.0_alpha142_p19/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/cereal')
-rw-r--r-- | dev-haskell/cereal/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/cereal/cereal-0.3.5.2.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/cereal/metadata.xml | 15 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/cereal/ChangeLog b/dev-haskell/cereal/ChangeLog new file mode 100644 index 000000000000..8b6bd9782706 --- /dev/null +++ b/dev-haskell/cereal/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-haskell/cereal +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cereal/ChangeLog,v 1.1 2012/11/14 22:02:35 slyfox Exp $ + +*cereal-0.3.5.2 (14 Nov 2012) + + 14 Nov 2012; Sergei Trofimovich <slyfox@gentoo.org> +cereal-0.3.5.2.ebuild, + +metadata.xml: + New package: fast binary serialization library (a depend for dev- + util/bustle-0.4.2) diff --git a/dev-haskell/cereal/cereal-0.3.5.2.ebuild b/dev-haskell/cereal/cereal-0.3.5.2.ebuild new file mode 100644 index 000000000000..9d306822259a --- /dev/null +++ b/dev-haskell/cereal/cereal-0.3.5.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cereal/cereal-0.3.5.2.ebuild,v 1.1 2012/11/14 22:02:35 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A binary serialization library" +HOMEPAGE="http://hackage.haskell.org/package/cereal" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/cereal/metadata.xml b/dev-haskell/cereal/metadata.xml new file mode 100644 index 000000000000..59027ca3ee18 --- /dev/null +++ b/dev-haskell/cereal/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + A binary serialization library, similar to binary, that introduces an isolate + primitive for parser isolation, and replaces the asynchronous errors with a + user-handleable Either type. Similar to binary in performance, but uses a + strict ByteString instead of a lazy ByteString, thus restricting it to + operating on finite inputs. + </longdescription> +</pkgmetadata> |