diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-04-11 20:37:49 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-04-11 20:37:49 +0000 |
commit | b0be1edc388aac4405d9bbb6c1f5e2de33f8ca2e (patch) | |
tree | f3048e859bd7715a6d2179c2cf0b5737ffa730b3 /dev-haskell/haskell-platform | |
parent | Version bump. Dropped alpha/ppc/sparc due to new depend. Will rekeyword. (diff) | |
download | historical-b0be1edc388aac4405d9bbb6c1f5e2de33f8ca2e.tar.gz historical-b0be1edc388aac4405d9bbb6c1f5e2de33f8ca2e.tar.bz2 historical-b0be1edc388aac4405d9bbb6c1f5e2de33f8ca2e.zip |
Version bump to newer platform version (should help bug #411393 by Leonid Podolny)
Package-Manager: portage-2.2.0_alpha96_p5/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/haskell-platform')
-rw-r--r-- | dev-haskell/haskell-platform/ChangeLog | 11 | ||||
-rw-r--r-- | dev-haskell/haskell-platform/haskell-platform-2011.2.0.1-r2.ebuild | 49 |
2 files changed, 58 insertions, 2 deletions
diff --git a/dev-haskell/haskell-platform/ChangeLog b/dev-haskell/haskell-platform/ChangeLog index 66631992e0da..99bda06a617b 100644 --- a/dev-haskell/haskell-platform/ChangeLog +++ b/dev-haskell/haskell-platform/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-haskell/haskell-platform -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.5 2011/12/11 20:20:31 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.6 2012/04/11 20:37:49 slyfox Exp $ + +*haskell-platform-2011.2.0.1-r2 (11 Apr 2012) + + 11 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> + +haskell-platform-2011.2.0.1-r2.ebuild: + Version bump to newer platform version (should help bug #411393 by Leonid + Podolny) *haskell-platform-2009.2.0.2-r1 (11 Dec 2011) diff --git a/dev-haskell/haskell-platform/haskell-platform-2011.2.0.1-r2.ebuild b/dev-haskell/haskell-platform/haskell-platform-2011.2.0.1-r2.ebuild new file mode 100644 index 000000000000..de2a599ef16b --- /dev/null +++ b/dev-haskell/haskell-platform/haskell-platform-2011.2.0.1-r2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2011.2.0.1-r2.ebuild,v 1.1 2012/04/11 20:37:49 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +DESCRIPTION="The Haskell Platform" +HOMEPAGE="http://haskell.org/platform" +SRC_URI="" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cgi-3001.1.7.4 + >=dev-haskell/deepseq-1.1.0.2 + >=dev-haskell/fgl-5.4 + >=dev-haskell/glut-2.1 + >=dev-haskell/haskell-src-1.0 + >=dev-haskell/html-1.0 + >=dev-haskell/http-4000.1 + >=dev-haskell/hunit-1.2 + >=dev-haskell/mtl-2.0 + >=dev-haskell/network-2.3 + >=dev-haskell/opengl-2.2 + >=dev-haskell/parallel-3.1 + >=dev-haskell/parsec-3.1 + >=dev-haskell/quickcheck-2.4 + >=dev-haskell/regex-base-0.93 + >=dev-haskell/regex-compat-0.93 + >=dev-haskell/regex-posix-0.94 + >=dev-haskell/stm-2.2.0.1 + >=dev-haskell/text-0.11 + >=dev-haskell/transformers-0.2 + >=dev-haskell/xhtml-3000.2 + >=dev-haskell/zlib-0.5 + >=dev-lang/ghc-7.0.3 + + >=dev-haskell/alex-2.3.5 + >=dev-haskell/cabal-1.10.1.0 + >=dev-haskell/happy-1.18.6 + >=dev-haskell/cabal-install-0.10.2 + >=dev-haskell/hscolour-1.17 + >=dev-haskell/haddock-2.9.2" + +DEPEND="${RDEPEND}" |