public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskell-platform: haskell-platform-2009.2.0.2-r1.ebuild ChangeLog haskell-platform-2009.2.0.2.ebuild
@ 2011-12-11 20:20 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2011-12-11 20:20 UTC (permalink / raw
  To: gentoo-commits

slyfox      11/12/11 20:20:31

  Modified:             ChangeLog
  Added:                haskell-platform-2009.2.0.2-r1.ebuild
  Removed:              haskell-platform-2009.2.0.2.ebuild
  Log:
  Dont't use too strict depend range for regex-* libs.
  
  (Portage version: 2.2.0_alpha79_p23/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-haskell/haskell-platform/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskell-platform/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskell-platform/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskell-platform/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Mar 2010 18:58:30 -0000	1.4
+++ ChangeLog	11 Dec 2011 20:20:31 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/haskell-platform
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 1.4 2010/03/14 18:58:30 kolmodin Exp $
+# 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 $
+
+*haskell-platform-2009.2.0.2-r1 (11 Dec 2011)
+
+  11 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org>
+  +haskell-platform-2009.2.0.2-r1.ebuild, -haskell-platform-2009.2.0.2.ebuild:
+  Dont't use too strict depend range for regex-* libs.
 
   14 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org>
   haskell-platform-2009.2.0.2.ebuild:



1.1                  dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: haskell-platform-2009.2.0.2-r1.ebuild
===================================================================
# Copyright 1999-2011 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.1 2011/12/11 20:20:31 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/time-1.1.2.4
		>=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}"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-11 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11 20:20 [gentoo-commits] gentoo-x86 commit in dev-haskell/haskell-platform: haskell-platform-2009.2.0.2-r1.ebuild ChangeLog haskell-platform-2009.2.0.2.ebuild Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox