public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/cryptohash: cryptohash-0.11.1.ebuild ChangeLog
@ 2013-12-11  5:55 Mark Wright (gienah)
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Wright (gienah) @ 2013-12-11  5:55 UTC (permalink / raw
  To: gentoo-commits

gienah      13/12/11 05:55:55

  Modified:             ChangeLog
  Added:                cryptohash-0.11.1.ebuild
  Log:
  Bump cryptohash to 0.11.1
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.5                  dev-haskell/cryptohash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	24 Nov 2013 19:36:53 -0000	1.4
+++ ChangeLog	11 Dec 2013 05:55:55 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/cryptohash
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.4 2013/11/24 19:36:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.5 2013/12/11 05:55:55 gienah Exp $
+
+*cryptohash-0.11.1 (11 Dec 2013)
+
+  11 Dec 2013; Mark Wright <gienah@gentoo.org> +cryptohash-0.11.1.ebuild:
+  Bump cryptohash to 0.11.1
 
   24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> cryptohash-0.10.0.ebuild:
   Stable for x86, wrt bug #488750



1.1                  dev-haskell/cryptohash/cryptohash-0.11.1.ebuild

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

Index: cryptohash-0.11.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild,v 1.1 2013/12/11 05:55:55 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.4.9999

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

DESCRIPTION="collection of crypto hashes, fast, pure and practical"
HOMEPAGE="http://github.com/vincenthz/hs-cryptohash"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND="dev-haskell/byteable:=[profile?]
	>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.8
	test? ( dev-haskell/hunit
		>=dev-haskell/quickcheck-2
		>=dev-haskell/test-framework-0.3.3
		dev-haskell/test-framework-hunit
		>=dev-haskell/test-framework-quickcheck2-0.2.9 )
"





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/cryptohash: cryptohash-0.11.1.ebuild ChangeLog
@ 2014-03-02 23:02 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-02 23:02 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/02 23:02:34

  Modified:             cryptohash-0.11.1.ebuild ChangeLog
  Log:
  amd64 stable, bug #502670
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-haskell/cryptohash/cryptohash-0.11.1.ebuild

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

Index: cryptohash-0.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cryptohash-0.11.1.ebuild	11 Dec 2013 05:55:55 -0000	1.1
+++ cryptohash-0.11.1.ebuild	2 Mar 2014 23:02:34 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild,v 1.1 2013/12/11 05:55:55 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild,v 1.2 2014/03/02 23:02:34 pacho Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-haskell/byteable:=[profile?]



1.7                  dev-haskell/cryptohash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	27 Feb 2014 20:07:39 -0000	1.6
+++ ChangeLog	2 Mar 2014 23:02:34 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/cryptohash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.6 2014/02/27 20:07:39 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.7 2014/03/02 23:02:34 pacho Exp $
+
+  02 Mar 2014; Pacho Ramos <pacho@gentoo.org> cryptohash-0.11.1.ebuild:
+  amd64 stable, bug #502670
 
 *cryptohash-0.11.2 (27 Feb 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/cryptohash: cryptohash-0.11.1.ebuild ChangeLog
@ 2014-03-04 20:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-04 20:01 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/04 20:01:26

  Modified:             cryptohash-0.11.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #502670
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/cryptohash/cryptohash-0.11.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild?r1=1.2&r2=1.3

Index: cryptohash-0.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cryptohash-0.11.1.ebuild	2 Mar 2014 23:02:34 -0000	1.2
+++ cryptohash-0.11.1.ebuild	4 Mar 2014 20:01:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild,v 1.2 2014/03/02 23:02:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild,v 1.3 2014/03/04 20:01:26 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-haskell/byteable:=[profile?]



1.8                  dev-haskell/cryptohash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	2 Mar 2014 23:02:34 -0000	1.7
+++ ChangeLog	4 Mar 2014 20:01:26 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/cryptohash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.7 2014/03/02 23:02:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.8 2014/03/04 20:01:26 ago Exp $
+
+  04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> cryptohash-0.11.1.ebuild:
+  Stable for x86, wrt bug #502670
 
   02 Mar 2014; Pacho Ramos <pacho@gentoo.org> cryptohash-0.11.1.ebuild:
   amd64 stable, bug #502670





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

end of thread, other threads:[~2014-03-04 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02 23:02 [gentoo-commits] gentoo-x86 commit in dev-haskell/cryptohash: cryptohash-0.11.1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-04 20:01 Agostino Sarubbo (ago)
2013-12-11  5:55 Mark Wright (gienah)

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