public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.6.1.ebuild
@ 2009-10-26 22:19 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 5+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2009-10-26 22:19 UTC (permalink / raw
  To: gentoo-commits

kolmodin    09/10/26 22:19:50

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

Revision  Changes    Path
1.16                 dev-haskell/x11/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Sep 2009 15:03:02 -0000	1.15
+++ ChangeLog	26 Oct 2009 22:19:50 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/x11
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.15 2009/09/16 15:03:02 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.16 2009/10/26 22:19:50 kolmodin Exp $
+
+*x11-1.4.6.1 (26 Oct 2009)
+
+  26 Oct 2009; <kolmodin@gentoo.org> +x11-1.4.6.1.ebuild:
+  Version bump
 
   16 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> -x11-1.1.ebuild:
   Remove old version with built_with_use call.



1.1                  dev-haskell/x11/x11-1.4.6.1.ebuild

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

Index: x11-1.4.6.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.1 2009/10/26 22:19:50 kolmodin Exp $

CABAL_FEATURES="lib profile haddock hscolour"
inherit haskell-cabal

MY_PN="X11"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A binding to the X11 graphics library"
HOMEPAGE="http://darcs.haskell.org/X11"
SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE="xinerama"

DEPEND=">=dev-haskell/cabal-1.2"
RDEPEND="${DEPEND}
		>=dev-lang/ghc-6.8
		x11-libs/libX11
		xinerama? ( x11-libs/libXinerama )"

S="${WORKDIR}/${MY_P}"

src_compile() {
	CABAL_CONFIGURE_FLAGS="--configure-option=$(use_with xinerama)"
	cabal_src_compile
}







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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.6.1.ebuild
@ 2009-10-26 22:57 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 5+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2009-10-26 22:57 UTC (permalink / raw
  To: gentoo-commits

kolmodin    09/10/26 22:57:00

  Modified:             ChangeLog x11-1.4.6.1.ebuild
  Log:
  Fix deps in dev-haskell/x11
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-haskell/x11/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	26 Oct 2009 22:19:50 -0000	1.16
+++ ChangeLog	26 Oct 2009 22:56:59 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/x11
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.16 2009/10/26 22:19:50 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.17 2009/10/26 22:56:59 kolmodin Exp $
+
+  26 Oct 2009; <kolmodin@gentoo.org> x11-1.4.6.1.ebuild:
+  Fix deps
 
 *x11-1.4.6.1 (26 Oct 2009)
 



1.2                  dev-haskell/x11/x11-1.4.6.1.ebuild

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

Index: x11-1.4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x11-1.4.6.1.ebuild	26 Oct 2009 22:19:50 -0000	1.1
+++ x11-1.4.6.1.ebuild	26 Oct 2009 22:56:59 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.1 2009/10/26 22:19:50 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.2 2009/10/26 22:56:59 kolmodin Exp $
 
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit haskell-cabal
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal eutils
 
 MY_PN="X11"
 MY_P="${MY_PN}-${PV}"
@@ -17,11 +17,11 @@
 KEYWORDS="~amd64 ~hppa ~sparc ~x86"
 IUSE="xinerama"
 
-DEPEND=">=dev-haskell/cabal-1.2"
-RDEPEND="${DEPEND}
-		>=dev-lang/ghc-6.8
+RDEPEND=">=dev-lang/ghc-6.8
 		x11-libs/libX11
 		xinerama? ( x11-libs/libXinerama )"
+DEPEND="${RDEPEND}
+		>=dev-haskell/cabal-1.2"
 
 S="${WORKDIR}/${MY_P}"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.6.1.ebuild
@ 2009-12-31 16:14 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-31 16:14 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/31 16:14:58

  Modified:             ChangeLog x11-1.4.6.1.ebuild
  Log:
  stable x86, bug 297347
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.18                 dev-haskell/x11/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	26 Oct 2009 22:56:59 -0000	1.17
+++ ChangeLog	31 Dec 2009 16:14:57 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/x11
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.17 2009/10/26 22:56:59 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.18 2009/12/31 16:14:57 fauli Exp $
+
+  31 Dec 2009; Christian Faulhammer <fauli@gentoo.org> x11-1.4.6.1.ebuild:
+  stable x86, bug 297347
 
   26 Oct 2009; <kolmodin@gentoo.org> x11-1.4.6.1.ebuild:
   Fix deps



1.4                  dev-haskell/x11/x11-1.4.6.1.ebuild

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

Index: x11-1.4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- x11-1.4.6.1.ebuild	27 Oct 2009 04:19:09 -0000	1.3
+++ x11-1.4.6.1.ebuild	31 Dec 2009 16:14:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.3 2009/10/27 04:19:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.4 2009/12/31 16:14:57 fauli Exp $
 
 CABAL_FEATURES="lib profile haddock"
 inherit haskell-cabal eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~sparc x86"
 IUSE="xinerama"
 
 RDEPEND=">=dev-lang/ghc-6.8






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.6.1.ebuild
@ 2010-02-24 17:29 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-02-24 17:29 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/02/24 17:29:25

  Modified:             ChangeLog x11-1.4.6.1.ebuild
  Log:
  Stable on amd64 wrt bug #297347
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 dev-haskell/x11/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	31 Dec 2009 16:14:57 -0000	1.18
+++ ChangeLog	24 Feb 2010 17:29:25 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/x11
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.18 2009/12/31 16:14:57 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.19 2010/02/24 17:29:25 hwoarang Exp $
+
+  24 Feb 2010; Markos Chandras <hwoarang@gentoo.org> x11-1.4.6.1.ebuild:
+  Stable on amd64 wrt bug #297347
 
   31 Dec 2009; Christian Faulhammer <fauli@gentoo.org> x11-1.4.6.1.ebuild:
   stable x86, bug 297347



1.5                  dev-haskell/x11/x11-1.4.6.1.ebuild

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

Index: x11-1.4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- x11-1.4.6.1.ebuild	31 Dec 2009 16:14:57 -0000	1.4
+++ x11-1.4.6.1.ebuild	24 Feb 2010 17:29:25 -0000	1.5
@@ -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/x11/x11-1.4.6.1.ebuild,v 1.4 2009/12/31 16:14:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.5 2010/02/24 17:29:25 hwoarang Exp $
 
 CABAL_FEATURES="lib profile haddock"
 inherit haskell-cabal eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc x86"
+KEYWORDS="amd64 ~hppa ~sparc x86"
 IUSE="xinerama"
 
 RDEPEND=">=dev-lang/ghc-6.8






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.6.1.ebuild
@ 2010-04-25  9:03 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-04-25  9:03 UTC (permalink / raw
  To: gentoo-commits

grobian     10/04/25 09:03:51

  Modified:             ChangeLog x11-1.4.6.1.ebuild
  Log:
  Marked ~amd64-linux ~x86-linux ~ppc-macos, bug #301709
  (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.20                 dev-haskell/x11/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	24 Feb 2010 17:29:25 -0000	1.19
+++ ChangeLog	25 Apr 2010 09:03:51 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/x11
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.19 2010/02/24 17:29:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.20 2010/04/25 09:03:51 grobian Exp $
+
+  25 Apr 2010; Fabian Groffen <grobian@gentoo.org> x11-1.4.6.1.ebuild:
+  Marked ~amd64-linux ~x86-linux ~ppc-macos, bug #301709
 
   24 Feb 2010; Markos Chandras <hwoarang@gentoo.org> x11-1.4.6.1.ebuild:
   Stable on amd64 wrt bug #297347



1.6                  dev-haskell/x11/x11-1.4.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild?r1=1.5&r2=1.6

Index: x11-1.4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- x11-1.4.6.1.ebuild	24 Feb 2010 17:29:25 -0000	1.5
+++ x11-1.4.6.1.ebuild	25 Apr 2010 09:03:51 -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/x11/x11-1.4.6.1.ebuild,v 1.5 2010/02/24 17:29:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.6 2010/04/25 09:03:51 grobian Exp $
 
 CABAL_FEATURES="lib profile haddock"
 inherit haskell-cabal eutils
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
+KEYWORDS="amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="xinerama"
 
 RDEPEND=">=dev-lang/ghc-6.8






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

end of thread, other threads:[~2010-04-25  9:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 22:57 [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.6.1.ebuild Lennart Kolmodin (kolmodin)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-25  9:03 Fabian Groffen (grobian)
2010-02-24 17:29 Markos Chandras (hwoarang)
2009-12-31 16:14 Christian Faulhammer (fauli)
2009-10-26 22:19 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