diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-22 21:24:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-22 21:24:27 +0000 |
commit | 35f0f6e9f430ed833ffd85b2c8ad5d1c36d061b9 (patch) | |
tree | 949a9949e4829bfb2e0e0b6a401d8ebaae9a75b4 /dev-haskell/data-binary-ieee754 | |
parent | Version bump. (diff) | |
download | gentoo-2-35f0f6e9f430ed833ffd85b2c8ad5d1c36d061b9.tar.gz gentoo-2-35f0f6e9f430ed833ffd85b2c8ad5d1c36d061b9.tar.bz2 gentoo-2-35f0f6e9f430ed833ffd85b2c8ad5d1c36d061b9.zip |
Version bump.
(Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/data-binary-ieee754')
-rw-r--r-- | dev-haskell/data-binary-ieee754/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-haskell/data-binary-ieee754/ChangeLog b/dev-haskell/data-binary-ieee754/ChangeLog index bf99518c2451..0972839d29b3 100644 --- a/dev-haskell/data-binary-ieee754/ChangeLog +++ b/dev-haskell/data-binary-ieee754/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/data-binary-ieee754 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/data-binary-ieee754/ChangeLog,v 1.2 2012/09/12 15:55:49 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/data-binary-ieee754/ChangeLog,v 1.3 2012/12/22 21:24:27 slyfox Exp $ + +*data-binary-ieee754-0.4.3 (22 Dec 2012) + + 22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> + +data-binary-ieee754-0.4.3.ebuild: + Version bump. 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> data-binary-ieee754-0.4.2.1.ebuild: diff --git a/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild new file mode 100644 index 000000000000..4d30250e76b5 --- /dev/null +++ b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.3.ebuild,v 1.1 2012/12/22 21:24:27 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Parser/Serialiser for IEEE-754 floating-point values" +HOMEPAGE="https://john-millikin.com/software/data-binary-ieee754/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |