qnikst      15/01/29 20:36:23

  Modified:             ChangeLog
  Added:                chell-0.4.0.1.ebuild
  Removed:              chell-0.4.ebuild
  Log:
  dev-haskell/chell: update
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
76512BBA09DD3D53)

Revision  Changes    Path
1.5                  dev-haskell/chell/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Jan 2015 03:27:03 -0000       1.4
+++ ChangeLog   29 Jan 2015 20:36:23 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/chell
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v 1.4 
2015/01/02 03:27:03 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v 1.5 
2015/01/29 20:36:23 qnikst Exp $
+
+*chell-0.4.0.1 (29 Jan 2015)
+
+  29 Jan 2015; Alexander Vershilov <[email protected]> +chell-0.4.0.1.ebuild,
+  -chell-0.4.ebuild, -files/chell-0.4-ghc-7.10.patch:
+  dev-haskell/chell: update
 
   02 Jan 2015; Mark Wright <[email protected]> +files/chell-0.4-ghc-7.10.patch,
   chell-0.4.ebuild:



1.1                  dev-haskell/chell/chell-0.4.0.1.ebuild

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

Index: chell-0.4.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/chell-0.4.0.1.ebuild,v 1.1 
2015/01/29 20:36:23 qnikst Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="A simple and intuitive library for automated testing"
HOMEPAGE="https://john-millikin.com/software/chell/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+color-output"

RDEPEND=">=dev-haskell/options-1.0:=[profile?] 
<dev-haskell/options-2.0:=[profile?]
        >=dev-haskell/patience-0.1:=[profile?] 
<dev-haskell/patience-0.2:=[profile?]
        >=dev-haskell/random-1.0:=[profile?]
        dev-haskell/text:=[profile?]
        >=dev-haskell/transformers-0.2:=[profile?]
        >=dev-lang/ghc-7.4.1:=
        color-output? ( >=dev-haskell/ansi-terminal-0.5:=[profile?] 
<dev-haskell/ansi-terminal-0.7:=[profile?] )
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.6
"

src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag color-output color-output)
}




Reply via email to