gienah 14/05/20 13:48:39 Modified: ChangeLog Added: glib-0.12.5.4.ebuild Log: Bump glib to 0.12.5.4 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.24 dev-haskell/glib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 6 Mar 2014 09:17:29 -0000 1.23 +++ ChangeLog 20 May 2014 13:48:39 -0000 1.24 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/glib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.23 2014/03/06 09:17:29 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.24 2014/05/20 13:48:39 gienah Exp $ + +*glib-0.12.5.4 (20 May 2014) + + 20 May 2014; Mark Wright <[email protected]> +glib-0.12.5.4.ebuild: + Bump glib to 0.12.5.4 06 Mar 2014; Alexander Vershilov <[email protected]> glib-0.12.4-r1.ebuild: fix buildtime issue (bug #503286) 1.1 dev-haskell/glib/glib-0.12.5.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/glib-0.12.5.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/glib-0.12.5.4.ebuild?rev=1.1&content-type=text/plain Index: glib-0.12.5.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.5.4.ebuild,v 1.1 2014/05/20 13:48:39 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Binding to the GLIB library for Gtk2Hs." HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+closure_signals" RDEPEND=">=dev-haskell/utf8-string-0.2:=[profile?] <dev-haskell/utf8-string-0.4:=[profile?] >=dev-lang/ghc-7.4.1:= dev-libs/glib:2 " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 >=dev-haskell/gtk2hs-buildtools-0.12.5.1-r1:0= virtual/pkgconfig " src_configure() { haskell-cabal_src_configure \ $(cabal_flag closure_signals closure_signals) }
