diff options
author | Mark Wright <gienah@gentoo.org> | 2015-04-03 22:40:34 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2015-04-03 22:40:34 +0000 |
commit | 7532ca1a76cb66840648045bae902827f7d40fff (patch) | |
tree | a9a31dfb645f6204c18b8246d630ef59800b0d27 /dev-haskell | |
parent | Add old-time (diff) | |
download | gentoo-2-7532ca1a76cb66840648045bae902827f7d40fff.tar.gz gentoo-2-7532ca1a76cb66840648045bae902827f7d40fff.tar.bz2 gentoo-2-7532ca1a76cb66840648045bae902827f7d40fff.zip |
Bump unix-time to 0.3.5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/unix-time/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/unix-time/unix-time-0.3.5.ebuild | 31 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-haskell/unix-time/ChangeLog b/dev-haskell/unix-time/ChangeLog index 4b02defcc216..cfd6a50a152a 100644 --- a/dev-haskell/unix-time/ChangeLog +++ b/dev-haskell/unix-time/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/unix-time -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-time/ChangeLog,v 1.6 2014/12/14 06:42:36 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-time/ChangeLog,v 1.7 2015/04/03 22:40:34 gienah Exp $ + +*unix-time-0.3.5 (03 Apr 2015) + + 03 Apr 2015; Mark Wright <gienah@gentoo.org> +unix-time-0.3.5.ebuild: + Bump unix-time to 0.3.5 *unix-time-0.3.4 (14 Dec 2014) diff --git a/dev-haskell/unix-time/unix-time-0.3.5.ebuild b/dev-haskell/unix-time/unix-time-0.3.5.ebuild new file mode 100644 index 000000000000..1f5fddfc6d0b --- /dev/null +++ b/dev-haskell/unix-time/unix-time-0.3.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-time/unix-time-0.3.5.ebuild,v 1.1 2015/04/03 22:40:34 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="Unix time parser/formatter and utilities" +HOMEPAGE="http://hackage.haskell.org/package/unix-time" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/binary:=[profile?] + dev-haskell/old-time:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/doctest-0.9.3 + >=dev-haskell/hspec-1.5 + dev-haskell/old-locale + dev-haskell/quickcheck ) +" |