public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/regex-compat: regex-compat-0.92.ebuild ChangeLog
@ 2010-03-28 20:51 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 5+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2010-03-28 20:51 UTC (permalink / raw
  To: gentoo-commits

kolmodin    10/03/28 20:51:51

  Modified:             ChangeLog
  Added:                regex-compat-0.92.ebuild
  Log:
  Version bump dev-haskell/regex-compat.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-haskell/regex-compat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	2 Jan 2010 12:37:17 -0000	1.21
+++ ChangeLog	28 Mar 2010 20:51:51 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/regex-compat
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.21 2010/01/02 12:37:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.22 2010/03/28 20:51:51 kolmodin Exp $
+
+*regex-compat-0.92 (28 Mar 2010)
+
+  28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org>
+  +regex-compat-0.92.ebuild:
+  Version bump.
 
   02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   regex-compat-0.91.ebuild:



1.1                  dev-haskell/regex-compat/regex-compat-0.92.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild?rev=1.1&content-type=text/plain

Index: regex-compat-0.92.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.1 2010/03/28 20:51:51 kolmodin Exp $

CABAL_FEATURES="profile haddock lib"
inherit haskell-cabal

DESCRIPTION="One module layer over regex-posix to replace Text.Regex"
HOMEPAGE="http://sourceforge.net/projects/lazy-regex"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

DEPEND=">=dev-lang/ghc-6.6
		>=dev-haskell/regex-base-0.93
		>=dev-haskell/regex-posix-0.93"






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/regex-compat: regex-compat-0.92.ebuild ChangeLog
@ 2010-10-16 18:36 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-16 18:36 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/16 18:36:50

  Modified:             regex-compat-0.92.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #339580
  
  (Portage version: 2.2_rc92/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-haskell/regex-compat/regex-compat-0.92.ebuild

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

Index: regex-compat-0.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- regex-compat-0.92.ebuild	1 Aug 2010 09:37:47 -0000	1.3
+++ regex-compat-0.92.ebuild	16 Oct 2010 18:36:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.3 2010/08/01 09:37:47 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.4 2010/10/16 18:36:49 hwoarang Exp $
 
 CABAL_FEATURES="profile haddock lib"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.6



1.25                 dev-haskell/regex-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Aug 2010 09:37:47 -0000	1.24
+++ ChangeLog	16 Oct 2010 18:36:49 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/regex-compat
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.24 2010/08/01 09:37:47 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.25 2010/10/16 18:36:49 hwoarang Exp $
+
+  16 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+  regex-compat-0.92.ebuild:
+  Stable on amd64 wrt bug #339580
 
   01 Aug 2010; Sergei Trofimovich <slyfox@gentoo.org>
   regex-compat-0.91.ebuild, regex-compat-0.92.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/regex-compat: regex-compat-0.92.ebuild ChangeLog
@ 2010-10-19 22:02 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2010-10-19 22:02 UTC (permalink / raw
  To: gentoo-commits

tomka       10/10/19 22:02:08

  Modified:             regex-compat-0.92.ebuild ChangeLog
  Log:
  x86 stable per bug 339580
  
  (Portage version: 2.1.9.20/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-haskell/regex-compat/regex-compat-0.92.ebuild

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

Index: regex-compat-0.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- regex-compat-0.92.ebuild	16 Oct 2010 18:36:49 -0000	1.4
+++ regex-compat-0.92.ebuild	19 Oct 2010 22:02:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.4 2010/10/16 18:36:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.5 2010/10/19 22:02:08 tomka Exp $
 
 CABAL_FEATURES="profile haddock lib"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.6



1.26                 dev-haskell/regex-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	16 Oct 2010 18:36:49 -0000	1.25
+++ ChangeLog	19 Oct 2010 22:02:08 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/regex-compat
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.25 2010/10/16 18:36:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.26 2010/10/19 22:02:08 tomka Exp $
+
+  19 Oct 2010; Thomas Kahle <tomka@gentoo.org> regex-compat-0.92.ebuild:
+  x86 stable per bug 339580
 
   16 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
   regex-compat-0.92.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/regex-compat: regex-compat-0.92.ebuild ChangeLog
@ 2010-11-20 23:20 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-11-20 23:20 UTC (permalink / raw
  To: gentoo-commits

slyfox      10/11/20 23:20:00

  Modified:             regex-compat-0.92.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-haskell/regex-compat/regex-compat-0.92.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild?r1=1.5&r2=1.6

Index: regex-compat-0.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- regex-compat-0.92.ebuild	19 Oct 2010 22:02:08 -0000	1.5
+++ regex-compat-0.92.ebuild	20 Nov 2010 23:19:59 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.5 2010/10/19 22:02:08 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.6 2010/11/20 23:19:59 slyfox Exp $
 
 CABAL_FEATURES="profile haddock lib"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.6



1.27                 dev-haskell/regex-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	19 Oct 2010 22:02:08 -0000	1.26
+++ ChangeLog	20 Nov 2010 23:19:59 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/regex-compat
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.26 2010/10/19 22:02:08 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.27 2010/11/20 23:19:59 slyfox Exp $
+
+  20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org>
+  regex-compat-0.92.ebuild:
+  alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
 
   19 Oct 2010; Thomas Kahle <tomka@gentoo.org> regex-compat-0.92.ebuild:
   x86 stable per bug 339580






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/regex-compat: regex-compat-0.92.ebuild ChangeLog
@ 2011-02-25 13:09 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-25 13:09 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/02/25 13:09:10

  Modified:             regex-compat-0.92.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #339580
  
  (Portage version: 2.2.0_alpha23/cvs/Linux ppc64)

Revision  Changes    Path
1.7                  dev-haskell/regex-compat/regex-compat-0.92.ebuild

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

Index: regex-compat-0.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- regex-compat-0.92.ebuild	20 Nov 2010 23:19:59 -0000	1.6
+++ regex-compat-0.92.ebuild	25 Feb 2011 13:09:10 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.6 2010/11/20 23:19:59 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.7 2011/02/25 13:09:10 xarthisius Exp $
 
 CABAL_FEATURES="profile haddock lib"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.6



1.28                 dev-haskell/regex-compat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	20 Nov 2010 23:19:59 -0000	1.27
+++ ChangeLog	25 Feb 2011 13:09:10 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/regex-compat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.27 2010/11/20 23:19:59 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.28 2011/02/25 13:09:10 xarthisius Exp $
+
+  25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  regex-compat-0.92.ebuild:
+  ppc/ppc64 stable wrt #339580
 
   20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org>
   regex-compat-0.92.ebuild:






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

end of thread, other threads:[~2011-02-25 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 13:09 [gentoo-commits] gentoo-x86 commit in dev-haskell/regex-compat: regex-compat-0.92.ebuild ChangeLog Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-20 23:20 Sergei Trofimovich (slyfox)
2010-10-19 22:02 Thomas Kahle (tomka)
2010-10-16 18:36 Markos Chandras (hwoarang)
2010-03-28 20:51 Lennart Kolmodin (kolmodin)

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