gienah 14/12/14 09:37:08 Modified: ChangeLog Added: missingh-1.3.0.1.ebuild Log: Bump missingh to 1.3.0.1 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.34 dev-haskell/missingh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 1 Aug 2014 09:47:02 -0000 1.33 +++ ChangeLog 14 Dec 2014 09:37:08 -0000 1.34 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/missingh # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.33 2014/08/01 09:47:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.34 2014/12/14 09:37:08 gienah Exp $ + +*missingh-1.3.0.1 (14 Dec 2014) + + 14 Dec 2014; Mark Wright <[email protected]> +missingh-1.3.0.1.ebuild: + Bump missingh to 1.3.0.1 01 Aug 2014; Raúl Porcel <[email protected]> missingh-1.2.0.0.ebuild, missingh-1.2.0.2.ebuild: 1.1 dev-haskell/missingh/missingh-1.3.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild?rev=1.1&content-type=text/plain Index: missingh-1.3.0.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.3.0.1.ebuild,v 1.1 2014/12/14 09:37:08 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.4.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal MY_PN="MissingH" MY_P="${MY_PN}-${PV}" DESCRIPTION="Large utility library" HOMEPAGE="http://software.complete.org/missingh" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" RDEPEND="dev-haskell/hslogger:=[profile?] dev-haskell/hunit:=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/network:=[profile?] dev-haskell/parsec:=[profile?] dev-haskell/random:=[profile?] dev-haskell/regex-compat:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( dev-haskell/errorcall-eq-instance dev-haskell/quickcheck dev-haskell/testpack ) " S="${WORKDIR}/${MY_P}"
