public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/text-stream-decode: text-stream-decode-0.1.0.5.ebuild ChangeLog
@ 2014-05-10 14:30 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-05-10 14:30 UTC (permalink / raw
  To: gentoo-commits

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 <slyfox@gentoo.org>
+  +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
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/text-stream-decode: text-stream-decode-0.1.0.5.ebuild ChangeLog
@ 2015-06-01 22:07 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2015-06-01 22:07 UTC (permalink / raw
  To: gentoo-commits

slyfox      15/06/01 22:07:17

  Modified:             text-stream-decode-0.1.0.5.ebuild ChangeLog
  Log:
  Drop deepseq depend from tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.2                  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.2&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.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild?r1=1.1&r2=1.2

Index: text-stream-decode-0.1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- text-stream-decode-0.1.0.5.ebuild	10 May 2014 14:30:52 -0000	1.1
+++ text-stream-decode-0.1.0.5.ebuild	1 Jun 2015 22:07:17 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild,v 1.2 2015/06/01 22:07:17 slyfox Exp $
 
 EAPI=5
 
@@ -24,8 +24,7 @@
 "
 DEPEND="${RDEPEND}
 	>=dev-haskell/cabal-1.8
-	test? ( dev-haskell/deepseq
-		>=dev-haskell/hspec-1.8 )
+	test? ( >=dev-haskell/hspec-1.8 )
 "
 
 src_configure() {



1.5                  dev-haskell/text-stream-decode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	25 Jul 2014 09:16:47 -0000	1.4
+++ ChangeLog	1 Jun 2015 22:07:17 -0000	1.5
@@ -1,6 +1,10 @@
 # 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.4 2014/07/25 09:16:47 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 1.5 2015/06/01 22:07:17 slyfox Exp $
+
+  01 Jun 2015; Sergei Trofimovich <slyfox@gentoo.org>
+  text-stream-decode-0.1.0.5.ebuild:
+  Drop deepseq depend from tests.
 
   25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org>
   text-stream-decode-0.1.0.4.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/text-stream-decode: text-stream-decode-0.1.0.5.ebuild ChangeLog
@ 2015-07-05 14:39 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-05 14:39 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/05 14:39:34

  Modified:             text-stream-decode-0.1.0.5.ebuild ChangeLog
  Log:
  x86 stable wrt bug #550398
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  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.3&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.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild?r1=1.2&r2=1.3

Index: text-stream-decode-0.1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- text-stream-decode-0.1.0.5.ebuild	1 Jun 2015 22:07:17 -0000	1.2
+++ text-stream-decode-0.1.0.5.ebuild	5 Jul 2015 14:39:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.2 2015/06/01 22:07:17 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild,v 1.3 2015/07/05 14:39:34 zlogene Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/text-1.1:=[profile?]



1.7                  dev-haskell/text-stream-decode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Jun 2015 18:01:19 -0000	1.6
+++ ChangeLog	5 Jul 2015 14:39:34 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/text-stream-decode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 1.6 2015/06/06 18:01:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/ChangeLog,v 1.7 2015/07/05 14:39:34 zlogene Exp $
+
+  05 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
+  text-stream-decode-0.1.0.5.ebuild:
+  x86 stable wrt bug #550398
 
   06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-05 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-10 14:30 [gentoo-commits] gentoo-x86 commit in dev-haskell/text-stream-decode: text-stream-decode-0.1.0.5.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-01 22:07 Sergei Trofimovich (slyfox)
2015-07-05 14:39 Mikle Kolyada (zlogene)

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