gienah 14/07/02 14:47:09 Modified: ChangeLog Added: unix-compat-0.4.1.3.ebuild Log: Bump unix-compat to 0.4.1.3 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.26 dev-haskell/unix-compat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 7 Aug 2013 13:32:31 -0000 1.25 +++ ChangeLog 2 Jul 2014 14:47:09 -0000 1.26 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/unix-compat -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.25 2013/08/07 13:32:31 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.26 2014/07/02 14:47:09 gienah Exp $ + +*unix-compat-0.4.1.3 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <[email protected]> +unix-compat-0.4.1.3.ebuild: + Bump unix-compat to 0.4.1.3 07 Aug 2013; Agostino Sarubbo <[email protected]> unix-compat-0.4.1.1.ebuild: Stable for x86, wrt bug #470376 1.1 dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild?rev=1.1&content-type=text/plain Index: unix-compat-0.4.1.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild,v 1.1 2014/07/02 14:47:09 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.2.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Portable POSIX-compatibility layer." HOMEPAGE="http://github.com/jystic/unix-compat" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="old-time" RDEPEND=">=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag old-time old-time) }
