slyfox      14/05/10 14:30:52

  Modified:             ChangeLog
  Added:                text-stream-decode-0.1.0.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  Changes    Path
1.2                  dev-haskell/text-stream-decode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Mar 2014 16:03:25 -0000       1.1
+++ ChangeLog   10 May 2014 14:30:52 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/text-stream-decode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 
1.1 2014/03/04 16:03:25 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 
1.2 2014/05/10 14:30:52 slyfox Exp $
+
+*text-stream-decode-0.1.0.5 (10 May 2014)
+
+  10 May 2014; Sergei Trofimovich <[email protected]>
+  +text-stream-decode-0.1.0.5.ebuild:
+  Version bump.
 
 *text-stream-decode-0.1.0.4 (04 Mar 2014)
 



1.1                  
dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild

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

Index: text-stream-decode-0.1.0.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild,v
 1.1 2014/05/10 14:30:52 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.6.9999
#hackport: flags: +text11

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

DESCRIPTION="Streaming decoding functions for UTF encodings. (deprecated)"
HOMEPAGE="http://github.com/fpco/text-stream-decode";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/text-1.1:=[profile?]
        >=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8
        test? ( dev-haskell/deepseq
                >=dev-haskell/hspec-1.8 )
"

src_configure() {
        haskell-cabal_src_configure \
                --flag=text11
}




Reply via email to