diff options
author | 2014-02-21 21:55:13 +0000 | |
---|---|---|
committer | 2014-02-21 21:55:13 +0000 | |
commit | 6a4ccf7a91422b10d061f59bfdaf3417fae30ddb (patch) | |
tree | 003f24c06a778f721381013386e1ab70c3212019 /dev-haskell/timezone-olson | |
parent | Version bump. (diff) | |
download | gentoo-2-6a4ccf7a91422b10d061f59bfdaf3417fae30ddb.tar.gz gentoo-2-6a4ccf7a91422b10d061f59bfdaf3417fae30ddb.tar.bz2 gentoo-2-6a4ccf7a91422b10d061f59bfdaf3417fae30ddb.zip |
Version bump.
(Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/timezone-olson')
-rw-r--r-- | dev-haskell/timezone-olson/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild | 28 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-haskell/timezone-olson/ChangeLog b/dev-haskell/timezone-olson/ChangeLog index 91df76ace88a..e24ba1273f02 100644 --- a/dev-haskell/timezone-olson/ChangeLog +++ b/dev-haskell/timezone-olson/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/timezone-olson -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/ChangeLog,v 1.6 2013/04/02 13:02:17 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/ChangeLog,v 1.7 2014/02/21 21:55:13 slyfox Exp $ + +*timezone-olson-0.1.3 (21 Feb 2014) + + 21 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> + +timezone-olson-0.1.3.ebuild: + Version bump. *timezone-olson-0.1.2-r2 (02 Apr 2013) diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild new file mode 100644 index 000000000000..b7514d639967 --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild,v 1.1 2014/02/21 21:55:13 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A pure Haskell parser and renderer for binary Olson timezone files" +HOMEPAGE="http://projects.haskell.org/time-ng/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.8:=[profile?] + >=dev-haskell/extensible-exceptions-0.1.0:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?] + >=dev-haskell/timezone-series-0.1.0:=[profile?] <dev-haskell/timezone-series-0.2:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 +" |