mjo 15/01/10 03:19:50 Modified: ChangeLog Added: sha-1.6.4.1-r1.ebuild Removed: sha-1.6.4.1.ebuild Log: Revbump to fix test dependencies and phase. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!)
Revision Changes Path 1.11 dev-haskell/sha/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/sha/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/sha/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/sha/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/sha/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 25 Jul 2014 08:58:21 -0000 1.10 +++ ChangeLog 10 Jan 2015 03:19:50 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/sha -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/ChangeLog,v 1.10 2014/07/25 08:58:21 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/ChangeLog,v 1.11 2015/01/10 03:19:50 mjo Exp $ + +*sha-1.6.4.1-r1 (10 Jan 2015) + + 10 Jan 2015; Michael Orlitzky <m...@gentoo.org> +sha-1.6.4.1-r1.ebuild, + -sha-1.6.4.1.ebuild: + Revbump to fix test dependencies and phase. 25 Jul 2014; Sergei Trofimovich <sly...@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. 1.1 dev-haskell/sha/sha-1.6.4.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/sha/sha-1.6.4.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/sha/sha-1.6.4.1-r1.ebuild?rev=1.1&content-type=text/plain Index: sha-1.6.4.1-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/sha-1.6.4.1-r1.ebuild,v 1.1 2015/01/10 03:19:50 mjo Exp $ EAPI=5 # ebuild generated by hackport 0.4.4.9999 #hackport: flags: +decoderinterface CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal MY_PN="SHA" MY_P="${MY_PN}-${PV}" DESCRIPTION="Implementations of the SHA suite of message digest functions" HOMEPAGE="http://hackage.haskell.org/package/SHA" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="exe test" RDEPEND=">=dev-haskell/binary-0.7:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/quickcheck-2.5:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?] >=dev-haskell/test-framework-0.8.0.3:=[profile?] >=dev-haskell/test-framework-quickcheck2-0.3.0.2:=[profile?] ) " S="${WORKDIR}/${MY_P}" src_configure() { haskell-cabal_src_configure \ --flag=decoderinterface \ $(cabal_flag exe exe) \ $(cabal_flag test test) } src_test() { # This package builds a test executable called test_sha, but the # suite isn't integrated with cabal yet. It's fixed upstream in git. dist/build/test_sha/test_sha || die "test suite failed" }