public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/c2hs: c2hs-0.16.0.ebuild ChangeLog
@ 2009-07-29 21:39 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 4+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2009-07-29 21:39 UTC (permalink / raw
  To: gentoo-commits

kolmodin    09/07/29 21:39:32

  Modified:             ChangeLog
  Added:                c2hs-0.16.0.ebuild
  Log:
  Version bump dev-haskell/c2hs.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 dev-haskell/c2hs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	14 Dec 2007 01:43:28 -0000	1.26
+++ ChangeLog	29 Jul 2009 21:39:32 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/c2hs
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.26 2007/12/14 01:43:28 dcoutts Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.27 2009/07/29 21:39:32 kolmodin Exp $
+
+*c2hs-0.16.0 (29 Jul 2009)
+
+  29 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> +c2hs-0.16.0.ebuild:
+  Version bump.
 
 *c2hs-0.15.1 (14 Dec 2007)
 



1.1                  dev-haskell/c2hs/c2hs-0.16.0.ebuild

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

Index: c2hs-0.16.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v 1.1 2009/07/29 21:39:32 kolmodin Exp $

CABAL_FEATURES="bin"
inherit haskell-cabal

DESCRIPTION="C->Haskell FFI tool that gives some cross-language type safety"
HOMEPAGE="http://www.cse.unsw.edu.au/~chak/haskell/c2hs/"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND=">=dev-lang/ghc-6.6.1
		>=dev-haskell/cabal-1.2
		dev-haskell/filepath
		>=dev-haskell/language-c-0.3.1.1
		doc? (  ~app-text/docbook-xml-dtd-4.2
				app-text/docbook-xsl-stylesheets
				>=dev-libs/libxslt-1.1.2 )"
RDEPEND="dev-libs/gmp"


src_compile() {
	cabal_src_compile

	if use doc; then
		emake -C doc
	fi
}

src_install() {
	cabal_src_install

	doman "${S}/doc/man1/c2hs.1"

	if use doc; then
		dohtml "${S}/doc/users_guide/"*
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/c2hs: c2hs-0.16.0.ebuild ChangeLog
@ 2010-02-25 11:20 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-25 11:20 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/25 11:20:02

  Modified:             c2hs-0.16.0.ebuild ChangeLog
  Log:
  stable x86, bug 306311
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-haskell/c2hs/c2hs-0.16.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild?r1=1.2&r2=1.3

Index: c2hs-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- c2hs-0.16.0.ebuild	29 Jul 2009 22:22:04 -0000	1.2
+++ c2hs-0.16.0.ebuild	25 Feb 2010 11:20:01 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v 1.2 2009/07/29 22:22:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v 1.3 2010/02/25 11:20:01 fauli Exp $
 
 CABAL_FEATURES="bin"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc"
 
 DEPEND=">=dev-lang/ghc-6.6.1



1.28                 dev-haskell/c2hs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	29 Jul 2009 21:39:32 -0000	1.27
+++ ChangeLog	25 Feb 2010 11:20:01 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/c2hs
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.27 2009/07/29 21:39:32 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.28 2010/02/25 11:20:01 fauli Exp $
+
+  25 Feb 2010; Christian Faulhammer <fauli@gentoo.org> c2hs-0.16.0.ebuild:
+  stable x86, bug 306311
 
 *c2hs-0.16.0 (29 Jul 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/c2hs: c2hs-0.16.0.ebuild ChangeLog
@ 2010-03-28  9:59 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 4+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2010-03-28  9:59 UTC (permalink / raw
  To: gentoo-commits

kolmodin    10/03/28 09:59:43

  Modified:             c2hs-0.16.0.ebuild ChangeLog
  Log:
  Stable dev-haskell/c2hs on amd64.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-haskell/c2hs/c2hs-0.16.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild?r1=1.3&r2=1.4

Index: c2hs-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- c2hs-0.16.0.ebuild	25 Feb 2010 11:20:01 -0000	1.3
+++ c2hs-0.16.0.ebuild	28 Mar 2010 09:59:43 -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/c2hs/c2hs-0.16.0.ebuild,v 1.3 2010/02/25 11:20:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v 1.4 2010/03/28 09:59:43 kolmodin Exp $
 
 CABAL_FEATURES="bin"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 DEPEND=">=dev-lang/ghc-6.6.1



1.29                 dev-haskell/c2hs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	25 Feb 2010 11:20:01 -0000	1.28
+++ ChangeLog	28 Mar 2010 09:59:43 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/c2hs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.28 2010/02/25 11:20:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.29 2010/03/28 09:59:43 kolmodin Exp $
+
+  28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> c2hs-0.16.0.ebuild:
+  Stable on amd64, see bug #306311.
 
   25 Feb 2010; Christian Faulhammer <fauli@gentoo.org> c2hs-0.16.0.ebuild:
   stable x86, bug 306311






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/c2hs: c2hs-0.16.0.ebuild ChangeLog
@ 2010-05-31 18:41 Joseph Jezak (josejx)
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2010-05-31 18:41 UTC (permalink / raw
  To: gentoo-commits

josejx      10/05/31 18:41:51

  Modified:             c2hs-0.16.0.ebuild ChangeLog
  Log:
  Marked ~ppc/~ppc64 for bug #306311.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-haskell/c2hs/c2hs-0.16.0.ebuild

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

Index: c2hs-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- c2hs-0.16.0.ebuild	28 Mar 2010 09:59:43 -0000	1.4
+++ c2hs-0.16.0.ebuild	31 May 2010 18:41:51 -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/c2hs/c2hs-0.16.0.ebuild,v 1.4 2010/03/28 09:59:43 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v 1.5 2010/05/31 18:41:51 josejx Exp $
 
 CABAL_FEATURES="bin"
 inherit haskell-cabal
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc"
 
 DEPEND=">=dev-lang/ghc-6.6.1



1.31                 dev-haskell/c2hs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	11 Apr 2010 18:27:53 -0000	1.30
+++ ChangeLog	31 May 2010 18:41:51 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/c2hs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.30 2010/04/11 18:27:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.31 2010/05/31 18:41:51 josejx Exp $
+
+  31 May 2010; Joseph Jezak <josejx@gentoo.org> c2hs-0.16.0.ebuild:
+  Marked ~ppc/~ppc64 for bug #306311.
 
   11 Apr 2010; Raúl Porcel <armin76@gentoo.org> c2hs-0.14.5.ebuild,
   c2hs-0.15.1.ebuild:






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

end of thread, other threads:[~2010-05-31 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 18:41 [gentoo-commits] gentoo-x86 commit in dev-haskell/c2hs: c2hs-0.16.0.ebuild ChangeLog Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-28  9:59 Lennart Kolmodin (kolmodin)
2010-02-25 11:20 Christian Faulhammer (fauli)
2009-07-29 21:39 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