gienah 14/07/02 04:15:48 Modified: ChangeLog Added: cryptohash-0.11.6.ebuild Log: Bump cryptohash to 0.11.6 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 618E971F)
Revision Changes Path 1.9 dev-haskell/cryptohash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 4 Mar 2014 20:01:26 -0000 1.8 +++ ChangeLog 2 Jul 2014 04:15:48 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/cryptohash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.8 2014/03/04 20:01:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/ChangeLog,v 1.9 2014/07/02 04:15:48 gienah Exp $ + +*cryptohash-0.11.6 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <[email protected]> +cryptohash-0.11.6.ebuild: + Bump cryptohash to 0.11.6 04 Mar 2014; Agostino Sarubbo <[email protected]> cryptohash-0.11.1.ebuild: Stable for x86, wrt bug #502670 1.1 dev-haskell/cryptohash/cryptohash-0.11.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.6.ebuild?rev=1.1&content-type=text/plain Index: cryptohash-0.11.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.6.ebuild,v 1.1 2014/07/02 04:15:48 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.2.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="collection of crypto hashes, fast, pure and practical" HOMEPAGE="http://github.com/vincenthz/hs-cryptohash" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/byteable:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( dev-haskell/hunit >=dev-haskell/quickcheck-2 dev-haskell/tasty dev-haskell/tasty-hunit dev-haskell/tasty-quickcheck ) "
