mjo         14/10/27 13:31:46

  Modified:             ChangeLog
  Added:                haskell-platform-2013.2.0.0-r2.ebuild
  Removed:              haskell-platform-2013.2.0.0.ebuild
  Log:
  Revision bump to fix bug #502146 (thanks to Sean Santos).
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   25 Jul 2014 08:58:15 -0000      1.13
+++ ChangeLog   27 Oct 2014 13:31:46 -0000      1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/haskell-platform
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 
1.13 2014/07/25 08:58:15 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/ChangeLog,v 
1.14 2014/10/27 13:31:46 mjo Exp $
+
+*haskell-platform-2013.2.0.0-r2 (27 Oct 2014)
+
+  27 Oct 2014; Michael Orlitzky <[email protected]>
+  +haskell-platform-2013.2.0.0-r2.ebuild, -haskell-platform-2013.2.0.0.ebuild:
+  Revision bump to fix bug #502146 (thanks to Sean Santos).
 
   25 Jul 2014; Sergei Trofimovich <[email protected]> metadata.xml:
   Drop redundant '<maintainer>' field, leave only '<herd>'.



1.1                  
dev-haskell/haskell-platform/haskell-platform-2013.2.0.0-r2.ebuild

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

Index: haskell-platform-2013.2.0.0-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2013.2.0.0-r2.ebuild,v
 1.1 2014/10/27 13:31:46 mjo Exp $

EAPI=5

DESCRIPTION="The Haskell Platform"
HOMEPAGE="http://haskell.org/platform";
SRC_URI=""

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+doc profile +X"

RDEPEND=">=dev-haskell/async-2.0.1.4:=[profile?]
        >=dev-haskell/attoparsec-0.10.4.0:=[profile?]
        >=dev-haskell/case-insensitive-1.0.0.1:=[profile?]
        >=dev-haskell/cgi-3001.1.7.5:=[profile?]
        >=dev-haskell/fgl-5.4.2.4:=[profile?]
        >=dev-haskell/hashable-1.1.2.5:=[profile?]
        >=dev-haskell/haskell-src-1.0.1.5:=[profile?]
        >=dev-haskell/html-1.0.1.2:=[profile?]
        >=dev-haskell/http-4000.2.8:=[profile?]
        >=dev-haskell/hunit-1.2.5.2:=[profile?]
        >=dev-haskell/mtl-2.1.2:=[profile?]
        >=dev-haskell/network-2.4.1.2:=[profile?]
        >=dev-haskell/parallel-3.2.0.3:=[profile?]
        >=dev-haskell/parsec-3.1.3:=[profile?]
        >=dev-haskell/primitive-0.5.0.1:=[profile?]
        >=dev-haskell/quickcheck-2.6:2=[profile?]
        >=dev-haskell/random-1.0.1.1:=[profile?]
        >=dev-haskell/regex-base-0.93.2:=[profile?]
        >=dev-haskell/regex-compat-0.95.1:=[profile?]
        >=dev-haskell/regex-posix-0.95.2:=[profile?]
        >=dev-haskell/split-0.2.2:=[profile?]
        >=dev-haskell/stm-2.4.2:=[profile?]
        >=dev-haskell/syb-0.4.0:=[profile?]
        >=dev-haskell/text-0.11.3.1:=[profile?]
        >=dev-haskell/transformers-0.3.0.0:=[profile?]
        >=dev-haskell/unordered-containers-0.2.3.0:=[profile?]
        >=dev-haskell/vector-0.10.0.1:=[profile?]
        >=dev-haskell/xhtml-3000.2.1:=[profile?]
        >=dev-haskell/zlib-0.5.4.1:=[profile?]
        X? (
                >=dev-haskell/gluraw-1.3.0.0:=[profile?]
                >=dev-haskell/glut-2.4.0.0:=[profile?]
                >=dev-haskell/opengl-2.8.0.0:=[profile?]
                >=dev-haskell/openglraw-1.3.0.0:=[profile?]
        )
        >=dev-lang/ghc-7.6.2:=
        >=dev-haskell/alex-3.0.5
        >=dev-haskell/cabal-1.16.0.3
        >=dev-haskell/cabal-install-1.16.0.3
        >=dev-haskell/happy-1.18.10
        >=dev-haskell/hscolour-1.19
        doc? ( >=dev-haskell/haddock-2.13.2 )
"
DEPEND="${RDEPEND}"

pkg_postinst() {
        if ! use X; then
                elog "The haskell platform includes the 3D graphics libraries 
opengl and glut."
                elog "To install opengl and glut requires the X use flag."
        fi
}




Reply via email to