diff options
author | 2015-08-01 16:39:02 +0000 | |
---|---|---|
committer | 2015-08-01 16:39:02 +0000 | |
commit | b94e1d321e49fec4ae15037766b715e3a9eb856c (patch) | |
tree | 0a748d19ba7eb35e7851e2188556ff5dc2ba9d7d /dev-haskell/encoding | |
parent | Version bump. (diff) | |
download | gentoo-2-b94e1d321e49fec4ae15037766b715e3a9eb856c.tar.gz gentoo-2-b94e1d321e49fec4ae15037766b715e3a9eb856c.tar.bz2 gentoo-2-b94e1d321e49fec4ae15037766b715e3a9eb856c.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/encoding')
-rw-r--r-- | dev-haskell/encoding/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/encoding/encoding-0.8.ebuild | 35 |
2 files changed, 42 insertions, 2 deletions
diff --git a/dev-haskell/encoding/ChangeLog b/dev-haskell/encoding/ChangeLog index 1e680991a495..db30a020200a 100644 --- a/dev-haskell/encoding/ChangeLog +++ b/dev-haskell/encoding/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/encoding -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/encoding/ChangeLog,v 1.6 2014/12/14 09:58:16 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/encoding/ChangeLog,v 1.7 2015/08/01 16:39:02 slyfox Exp $ + +*encoding-0.8 (01 Aug 2015) + + 01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org> +encoding-0.8.ebuild: + Version bump. *encoding-0.7.0.2-r1 (14 Dec 2014) diff --git a/dev-haskell/encoding/encoding-0.8.ebuild b/dev-haskell/encoding/encoding-0.8.ebuild new file mode 100644 index 000000000000..7571011a9c26 --- /dev/null +++ b/dev-haskell/encoding/encoding-0.8.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/encoding/encoding-0.8.ebuild,v 1.1 2015/08/01 16:39:02 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A library for various character encodings" +HOMEPAGE="http://code.haskell.org/encoding/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+systemencoding" + +RDEPEND="<dev-haskell/binary-0.8:=[profile?] + dev-haskell/extensible-exceptions:=[profile?] + >=dev-haskell/haxml-1.22:=[profile?] <dev-haskell/haxml-1.26:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/regex-compat:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag systemencoding systemencoding) +} |