gienah 15/04/03 22:08:49 Modified: ChangeLog Added: unix-compat-0.4.1.4.ebuild Log: Bump unix-compat to 0.4.1.4 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.36 dev-haskell/unix-compat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 28 Feb 2015 13:27:19 -0000 1.35 +++ ChangeLog 3 Apr 2015 22:08:49 -0000 1.36 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/unix-compat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.35 2015/02/28 13:27:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.36 2015/04/03 22:08:49 gienah Exp $ + +*unix-compat-0.4.1.4 (03 Apr 2015) + + 03 Apr 2015; Mark Wright <[email protected]> +unix-compat-0.4.1.4.ebuild: + Bump unix-compat to 0.4.1.4 28 Feb 2015; Agostino Sarubbo <[email protected]> unix-compat-0.4.1.3.ebuild: Stable for ia64, wrt bug #535020 1.1 dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild?rev=1.1&content-type=text/plain Index: unix-compat-0.4.1.4.ebuild =================================================================== # Copyright 1999-2015 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.4.ebuild,v 1.1 2015/04/03 22:08:49 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.4.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) }
