summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/haskell-platform/ChangeLog8
-rw-r--r--dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild54
2 files changed, 6 insertions, 56 deletions
diff --git a/dev-haskell/haskell-platform/ChangeLog b/dev-haskell/haskell-platform/ChangeLog
index 62ce9f054775..b0720d93872c 100644
--- a/dev-haskell/haskell-platform/ChangeLog
+++ b/dev-haskell/haskell-platform/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskell-platform
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.10 2012/12/29 13:49:31 gienah Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.11 2013/02/09 18:38:04 slyfox Exp $
+
+ 09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org>
+ -haskell-platform-2009.2.0.2-r1.ebuild:
+ Removed old.
29 Dec 2012; Mark Wright <gienah@gentoo.org>
haskell-platform-2012.2.0.0.ebuild:
diff --git a/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild b/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild
deleted file mode 100644
index e8f5f5ead298..000000000000
--- a/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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-2009.2.0.2-r1.ebuild,v 1.2 2012/12/06 22:54:59 slyfox Exp $
-
-# for slot dependencies
-EAPI=1
-
-DESCRIPTION="The Haskell Platform"
-HOMEPAGE="http://haskell.org/haskellwiki/Haskell_Platform"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# use gnome style of meta packages;
-# minimum version, open range
-
-# for the packages parsec (SLOT=0) and quickcheck (SLOT=1) we depend on
-# different SLOTs to not get too recent versions (quickcheck-2 and parsec-3
-# which behaves significantly different)
-
-DEPEND="~dev-lang/ghc-6.10.4
- >=dev-haskell/cabal-1.6.0.3
- >=dev-haskell/cgi-3001.1.7.1
- >=dev-haskell/editline-0.2.1.0
- >=dev-haskell/fgl-5.4.2.2
- >=dev-haskell/glut-2.1.1.2
- >=dev-haskell/haskell-src-1.0.1.3
- >=dev-haskell/html-1.0.1.2
- >=dev-haskell/http-4000.0.6
- >=dev-haskell/hunit-1.2.0.3
- >=dev-haskell/mtl-1.1.0.2
- >=dev-haskell/network-2.2.1.4
- >=dev-haskell/opengl-2.2.1.1
- >=dev-haskell/parallel-1.1.0.1
- >=dev-haskell/parsec-2.1.0.1:0
- >=dev-haskell/quickcheck-1.2.0.0:1
- >=dev-haskell/stm-2.1.1.2
- >=dev-haskell/xhtml-3000.2.0.1
- >=dev-haskell/zlib-0.5.0.0
-
- >=dev-haskell/alex-2.3.1
- >=dev-haskell/happy-1.18.4
- >=dev-haskell/cabal-install-0.6.2
- >=dev-haskell/haddock-2.4.2
-
- =dev-haskell/regex-base-0.72*
- =dev-haskell/regex-compat-0.71*
- =dev-haskell/regex-posix-0.72*
- "
-
-RDEPEND="${DEPEND}"