gienah 14/07/02 03:52:30 Modified: ChangeLog Added: c2hs-0.17.2.ebuild Log: Bump c2hs to 0.17.2 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 618E971F)
Revision Changes Path 1.66 dev-haskell/c2hs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/c2hs/ChangeLog?rev=1.66&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/c2hs/ChangeLog?rev=1.66&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/c2hs/ChangeLog?r1=1.65&r2=1.66 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- ChangeLog 24 Dec 2013 12:57:06 -0000 1.65 +++ ChangeLog 2 Jul 2014 03:52:30 -0000 1.66 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/c2hs -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.65 2013/12/24 12:57:06 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.66 2014/07/02 03:52:30 gienah Exp $ + +*c2hs-0.17.2 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <[email protected]> +c2hs-0.17.2.ebuild: + Bump c2hs to 0.17.2 24 Dec 2013; Agostino Sarubbo <[email protected]> c2hs-0.16.5.ebuild: Stable for x86, wrt bug #491982 1.1 dev-haskell/c2hs/c2hs-0.17.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/c2hs/c2hs-0.17.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/c2hs/c2hs-0.17.2.ebuild?rev=1.1&content-type=text/plain Index: c2hs-0.17.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.17.2.ebuild,v 1.1 2014/07/02 03:52:30 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.3.6.9999 CABAL_FEATURES="bin test-suite" inherit haskell-cabal DESCRIPTION="C->Haskell FFI tool that gives some cross-language type safety" HOMEPAGE="https://github.com/haskell/c2hs" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RESTRICT="test" RDEPEND="" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 >=dev-haskell/language-c-0.4.2 <dev-haskell/language-c-0.5 >=dev-lang/ghc-6.10.4 test? ( dev-haskell/hunit >=dev-haskell/shelly-1.0 dev-haskell/test-framework dev-haskell/test-framework-hunit dev-haskell/text >=dev-haskell/yaml-0.8 ) "
