* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2010-04-01 10:38 Fabian Groffen (grobian)
0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2010-04-01 10:38 UTC (permalink / raw
To: gentoo-commits
grobian 10/04/01 10:38:11
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
Marked ~ppc-macos
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.2 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 28 Mar 2010 19:13:54 -0000 1.1
+++ ChangeLog 1 Apr 2010 10:38:11 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.1 2010/03/28 19:13:54 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.2 2010/04/01 10:38:11 grobian Exp $
+
+ 01 Apr 2010; Fabian Groffen <grobian@gentoo.org> haskeline-0.6.2.2.ebuild:
+ Marked ~ppc-macos
*haskeline-0.6.2.2 (28 Mar 2010)
1.2 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.1&r2=1.2
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- haskeline-0.6.2.2.ebuild 28 Mar 2010 19:13:54 -0000 1.1
+++ haskeline-0.6.2.2.ebuild 1 Apr 2010 10:38:11 -0000 1.2
@@ -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.1 2010/03/28 19:13:54 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.2 2010/04/01 10:38:11 grobian Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2010-07-08 13:02 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-07-08 13:02 UTC (permalink / raw
To: gentoo-commits
slyfox 10/07/08 13:02:38
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
~alpha keyworded
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 1 Apr 2010 10:38:11 -0000 1.2
+++ ChangeLog 8 Jul 2010 13:02:38 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.2 2010/04/01 10:38:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.3 2010/07/08 13:02:38 slyfox Exp $
+
+ 08 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
+ haskeline-0.6.2.2.ebuild:
+ ~alpha keyworded
01 Apr 2010; Fabian Groffen <grobian@gentoo.org> haskeline-0.6.2.2.ebuild:
Marked ~ppc-macos
1.3 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.2&r2=1.3
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- haskeline-0.6.2.2.ebuild 1 Apr 2010 10:38:11 -0000 1.2
+++ haskeline-0.6.2.2.ebuild 8 Jul 2010 13:02:38 -0000 1.3
@@ -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.2 2010/04/01 10:38:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.3 2010/07/08 13:02:38 slyfox Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2010-07-10 19:06 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-07-10 19:06 UTC (permalink / raw
To: gentoo-commits
slyfox 10/07/10 19:06:17
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
marked ~ia64
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 8 Jul 2010 13:02:38 -0000 1.3
+++ ChangeLog 10 Jul 2010 19:06:17 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.3 2010/07/08 13:02:38 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.4 2010/07/10 19:06:17 slyfox Exp $
+
+ 10 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
+ haskeline-0.6.2.2.ebuild:
+ marked ~ia64
08 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
haskeline-0.6.2.2.ebuild:
1.4 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.3&r2=1.4
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- haskeline-0.6.2.2.ebuild 8 Jul 2010 13:02:38 -0000 1.3
+++ haskeline-0.6.2.2.ebuild 10 Jul 2010 19:06:17 -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.3 2010/07/08 13:02:38 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.4 2010/07/10 19:06:17 slyfox Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~x86 ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2010-07-20 13:34 Joseph Jezak (josejx)
0 siblings, 0 replies; 10+ messages in thread
From: Joseph Jezak (josejx) @ 2010-07-20 13:34 UTC (permalink / raw
To: gentoo-commits
josejx 10/07/20 13:34:59
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
Marked ~ppc.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 10 Jul 2010 19:06:17 -0000 1.4
+++ ChangeLog 20 Jul 2010 13:34:59 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.4 2010/07/10 19:06:17 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.5 2010/07/20 13:34:59 josejx Exp $
+
+ 20 Jul 2010; Joseph Jezak <josejx@gentoo.org> haskeline-0.6.2.2.ebuild:
+ Marked ~ppc.
10 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
haskeline-0.6.2.2.ebuild:
1.5 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.4&r2=1.5
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- haskeline-0.6.2.2.ebuild 10 Jul 2010 19:06:17 -0000 1.4
+++ haskeline-0.6.2.2.ebuild 20 Jul 2010 13:34:59 -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.4 2010/07/10 19:06:17 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.5 2010/07/20 13:34:59 josejx Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~x86 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2010-09-09 19:38 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-09-09 19:38 UTC (permalink / raw
To: gentoo-commits
slyfox 10/09/09 19:38:01
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
Marked ~sparc
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 20 Jul 2010 13:34:59 -0000 1.5
+++ ChangeLog 9 Sep 2010 19:38:01 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.5 2010/07/20 13:34:59 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.6 2010/09/09 19:38:01 slyfox Exp $
+
+ 09 Sep 2010; Sergei Trofimovich <slyfox@gentoo.org>
+ haskeline-0.6.2.2.ebuild:
+ Marked ~sparc
20 Jul 2010; Joseph Jezak <josejx@gentoo.org> haskeline-0.6.2.2.ebuild:
Marked ~ppc.
1.6 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.5&r2=1.6
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- haskeline-0.6.2.2.ebuild 20 Jul 2010 13:34:59 -0000 1.5
+++ haskeline-0.6.2.2.ebuild 9 Sep 2010 19:38:01 -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.5 2010/07/20 13:34:59 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.6 2010/09/09 19:38:01 slyfox Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2010-10-16 18:22 Markos Chandras (hwoarang)
0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-16 18:22 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/16 18:22:21
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
Stable on amd64 wrt bug #339580
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 9 Sep 2010 19:38:01 -0000 1.6
+++ ChangeLog 16 Oct 2010 18:22:21 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.6 2010/09/09 19:38:01 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.7 2010/10/16 18:22:21 hwoarang Exp $
+
+ 16 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+ haskeline-0.6.2.2.ebuild:
+ Stable on amd64 wrt bug #339580
09 Sep 2010; Sergei Trofimovich <slyfox@gentoo.org>
haskeline-0.6.2.2.ebuild:
1.7 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.6&r2=1.7
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- haskeline-0.6.2.2.ebuild 9 Sep 2010 19:38:01 -0000 1.6
+++ haskeline-0.6.2.2.ebuild 16 Oct 2010 18:22:21 -0000 1.7
@@ -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.6 2010/09/09 19:38:01 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.7 2010/10/16 18:22:21 hwoarang Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2010-10-19 21:54 Thomas Kahle (tomka)
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Kahle (tomka) @ 2010-10-19 21:54 UTC (permalink / raw
To: gentoo-commits
tomka 10/10/19 21:54:39
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
x86 stable per bug 339580
(Portage version: 2.1.9.20/cvs/Linux i686)
Revision Changes Path
1.8 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 16 Oct 2010 18:22:21 -0000 1.7
+++ ChangeLog 19 Oct 2010 21:54:39 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.7 2010/10/16 18:22:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.8 2010/10/19 21:54:39 tomka Exp $
+
+ 19 Oct 2010; Thomas Kahle <tomka@gentoo.org> haskeline-0.6.2.2.ebuild:
+ x86 stable per bug 339580
16 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
haskeline-0.6.2.2.ebuild:
1.8 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.7&r2=1.8
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- haskeline-0.6.2.2.ebuild 16 Oct 2010 18:22:21 -0000 1.7
+++ haskeline-0.6.2.2.ebuild 19 Oct 2010 21:54:39 -0000 1.8
@@ -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.7 2010/10/16 18:22:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.8 2010/10/19 21:54:39 tomka Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2010-11-20 22:53 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-11-20 22:53 UTC (permalink / raw
To: gentoo-commits
slyfox 10/11/20 22:53:14
Modified: ChangeLog haskeline-0.6.2.2.ebuild
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.9 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 19 Oct 2010 21:54:39 -0000 1.8
+++ ChangeLog 20 Nov 2010 22:53:14 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.8 2010/10/19 21:54:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.9 2010/11/20 22:53:14 slyfox Exp $
+
+ 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org>
+ haskeline-0.6.2.2.ebuild:
+ alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
19 Oct 2010; Thomas Kahle <tomka@gentoo.org> haskeline-0.6.2.2.ebuild:
x86 stable per bug 339580
1.9 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.8&r2=1.9
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- haskeline-0.6.2.2.ebuild 19 Oct 2010 21:54:39 -0000 1.8
+++ haskeline-0.6.2.2.ebuild 20 Nov 2010 22:53:14 -0000 1.9
@@ -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.8 2010/10/19 21:54:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.9 2010/11/20 22:53:14 slyfox Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2011-02-25 13:02 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-25 13:02 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/02/25 13:02:49
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
ppc/ppc64 stable wrt #339580
(Portage version: 2.2.0_alpha23/cvs/Linux ppc64)
Revision Changes Path
1.10 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 20 Nov 2010 22:53:14 -0000 1.9
+++ ChangeLog 25 Feb 2011 13:02:49 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskeline
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.9 2010/11/20 22:53:14 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.10 2011/02/25 13:02:49 xarthisius Exp $
+
+ 25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ haskeline-0.6.2.2.ebuild:
+ ppc/ppc64 stable wrt #339580
20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org>
haskeline-0.6.2.2.ebuild:
1.10 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.9&r2=1.10
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- haskeline-0.6.2.2.ebuild 20 Nov 2010 22:53:14 -0000 1.9
+++ haskeline-0.6.2.2.ebuild 25 Feb 2011 13:02:49 -0000 1.10
@@ -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/haskeline/haskeline-0.6.2.2.ebuild,v 1.9 2010/11/20 22:53:14 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.10 2011/02/25 13:02:49 xarthisius Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~ppc-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild
@ 2011-04-10 19:06 Fabian Groffen (grobian)
0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2011-04-10 19:06 UTC (permalink / raw
To: gentoo-commits
grobian 11/04/10 19:06:58
Modified: ChangeLog haskeline-0.6.2.2.ebuild
Log:
Marked ~x86-macos
(Portage version: 2.2.01.18213-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.11 dev-haskell/haskeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 25 Feb 2011 13:02:49 -0000 1.10
+++ ChangeLog 10 Apr 2011 19:06:58 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.10 2011/02/25 13:02:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.11 2011/04/10 19:06:58 grobian Exp $
+
+ 10 Apr 2011; Fabian Groffen <grobian@gentoo.org> haskeline-0.6.2.2.ebuild:
+ Marked ~x86-macos
25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
haskeline-0.6.2.2.ebuild:
1.11 dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild?r1=1.10&r2=1.11
Index: haskeline-0.6.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- haskeline-0.6.2.2.ebuild 25 Feb 2011 13:02:49 -0000 1.10
+++ haskeline-0.6.2.2.ebuild 10 Apr 2011 19:06:58 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.10 2011/02/25 13:02:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild,v 1.11 2011/04/10 19:06:58 grobian Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
IUSE=""
DEPEND=">=dev-lang/ghc-6.10
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-04-10 19:07 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20 13:34 [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: ChangeLog haskeline-0.6.2.2.ebuild Joseph Jezak (josejx)
-- strict thread matches above, loose matches on Subject: below --
2011-04-10 19:06 Fabian Groffen (grobian)
2011-02-25 13:02 Kacper Kowalik (xarthisius)
2010-11-20 22:53 Sergei Trofimovich (slyfox)
2010-10-19 21:54 Thomas Kahle (tomka)
2010-10-16 18:22 Markos Chandras (hwoarang)
2010-09-09 19:38 Sergei Trofimovich (slyfox)
2010-07-10 19:06 Sergei Trofimovich (slyfox)
2010-07-08 13:02 Sergei Trofimovich (slyfox)
2010-04-01 10:38 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox