public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/gtk: gtk-0.12.3.1.ebuild ChangeLog
@ 2012-11-25  6:04 Mark Wright (gienah)
  0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2012-11-25  6:04 UTC (permalink / raw
  To: gentoo-commits

gienah      12/11/25 06:04:14

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

Revision  Changes    Path
1.6                  dev-haskell/gtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Sep 2012 14:39:44 -0000	1.5
+++ ChangeLog	25 Nov 2012 06:04:14 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v 1.5 2012/09/12 14:39:44 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v 1.6 2012/11/25 06:04:14 gienah Exp $
+
+*gtk-0.12.3.1 (25 Nov 2012)
+
+  25 Nov 2012; Mark Wright <gienah@gentoo.org>
+  +files/gtk-0.12.3.1-ghc-7.6.patch, +gtk-0.12.3.1.ebuild:
+  Bump gtk to 0.12.3.1
 
   12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> gtk-0.12.0.ebuild,
   gtk-0.12.3.ebuild:



1.1                  dev-haskell/gtk/gtk-0.12.3.1.ebuild

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

Index: gtk-0.12.3.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/gtk-0.12.3.1.ebuild,v 1.1 2012/11/25 06:04:14 gienah Exp $

EAPI=4

# ebuild generated by hackport 0.2.18.9999

#nocabaldep is for the fancy cabal-detection feature at build-time
CABAL_FEATURES="lib profile haddock hscolour hoogle nocabaldep"
inherit haskell-cabal

DESCRIPTION="Binding to the Gtk+ graphical user interface library."
HOMEPAGE="http://projects.haskell.org/gtk2hs/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+gio"

RDEPEND=">=dev-haskell/cairo-0.12.0[profile?]
		<dev-haskell/cairo-0.13[profile?]
		>=dev-haskell/glib-0.12.0[profile?]
		<dev-haskell/glib-0.13[profile?]
		dev-haskell/mtl[profile?]
		>=dev-haskell/pango-0.12.0[profile?]
		<dev-haskell/pango-0.13[profile?]
		>=dev-lang/ghc-6.10.1
		dev-libs/glib:2
		x11-libs/gtk+:2
		gio? ( =dev-haskell/gio-0.12*[profile?] )"
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.8
		dev-haskell/gtk2hs-buildtools"

src_prepare() {
	# c2hs ignores #if __GLASGOW_HASKELL__ >= 706
	# I do not know which earlier ghc versions the patch submitted upstream works with
	if has_version ">=dev-lang/ghc-7.6.1"; then
		epatch "${FILESDIR}/${PN}-0.12.3.1-ghc-7.6.patch"
	fi
}

src_configure() {
	# Upstream has this enabled, so we might as well force it enabled to be sure.
	cabal_src_configure \
		--flags=deprecated \
		$(cabal_flag gio have-gio)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-25  6:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-25  6:04 [gentoo-commits] gentoo-x86 commit in dev-haskell/gtk: gtk-0.12.3.1.ebuild ChangeLog 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