diff options
author | Mark Wright <gienah@gentoo.org> | 2014-12-14 11:33:02 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-12-14 11:33:02 +0000 |
commit | 917896cd8d1f5e643746cd772617a2c1e44c363c (patch) | |
tree | 0ddeab0eeadf06d1cb28388edf6c738316390bb8 | |
parent | Bump cmdargs to 0.10.12 (diff) | |
download | gentoo-2-917896cd8d1f5e643746cd772617a2c1e44c363c.tar.gz gentoo-2-917896cd8d1f5e643746cd772617a2c1e44c363c.tar.bz2 gentoo-2-917896cd8d1f5e643746cd772617a2c1e44c363c.zip |
Bump system-fileio to 0.3.15
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r-- | dev-haskell/system-fileio/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/system-fileio/system-fileio-0.3.15.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-haskell/system-fileio/ChangeLog b/dev-haskell/system-fileio/ChangeLog index c165831976e8..d20a27171f87 100644 --- a/dev-haskell/system-fileio/ChangeLog +++ b/dev-haskell/system-fileio/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/system-fileio # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-fileio/ChangeLog,v 1.4 2014/07/25 08:58:33 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-fileio/ChangeLog,v 1.5 2014/12/14 11:33:02 gienah Exp $ + +*system-fileio-0.3.15 (14 Dec 2014) + + 14 Dec 2014; Mark Wright <gienah@gentoo.org> +system-fileio-0.3.15.ebuild: + Bump system-fileio to 0.3.15 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/system-fileio/system-fileio-0.3.15.ebuild b/dev-haskell/system-fileio/system-fileio-0.3.15.ebuild new file mode 100644 index 000000000000..92ca9bdb6ded --- /dev/null +++ b/dev-haskell/system-fileio/system-fileio-0.3.15.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-fileio/system-fileio-0.3.15.ebuild,v 1.1 2014/12/14 11:33:02 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Consistent filesystem interaction across GHC versions" +HOMEPAGE="https://john-millikin.com/software/haskell-filesystem/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/system-filepath-0.3.1:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/text-0.7.1:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5 + >=dev-haskell/temporary-1.1 <dev-haskell/temporary-2.0 + >=dev-haskell/transformers-0.2 ) +" |