From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D49151381F3 for ; Sun, 25 Aug 2013 05:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 964DCE0C9D; Sun, 25 Aug 2013 05:02:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18F7AE0C9D for ; Sun, 25 Aug 2013 05:02:41 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2799633EBEF for ; Sun, 25 Aug 2013 05:02:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2327) id CB5FF2004C; Sun, 25 Aug 2013 05:02:39 +0000 (UTC) From: "Alexander Vershilov (qnikst)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, qnikst@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/binary: binary-0.7.1.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: binary-0.7.1.0.ebuild ChangeLog X-VCS-Directories: dev-haskell/binary X-VCS-Committer: qnikst X-VCS-Committer-Name: Alexander Vershilov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130825050239.CB5FF2004C@flycatcher.gentoo.org> Date: Sun, 25 Aug 2013 05:02:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8fa3e51-95bf-4162-8ddd-df7e5e2c72e4 X-Archives-Hash: 1165ffa186e40dcb31e5f36d13dcd594 qnikst 13/08/25 05:02:39 Modified: ChangeLog Added: binary-0.7.1.0.ebuild Log: dev-haskell/binary: bump up to 0.7.1.0 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!) Revision Changes Path 1.33 dev-haskell/binary/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 31 Mar 2013 10:02:19 -0000 1.32 +++ ChangeLog 25 Aug 2013 05:02:39 -0000 1.33 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/binary # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.32 2013/03/31 10:02:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/ChangeLog,v 1.33 2013/08/25 05:02:39 qnikst Exp $ + +*binary-0.7.1.0 (25 Aug 2013) + + 25 Aug 2013; Alexander Vershilov +binary-0.7.1.0.ebuild: + dev-haskell/binary: bump up to 0.7.1.0 31 Mar 2013; Agostino Sarubbo binary-0.5.1.1.ebuild: Stable for sparc, wrt bug #456486 1.1 dev-haskell/binary/binary-0.7.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild?rev=1.1&content-type=text/plain Index: binary-0.7.1.0.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.1.0.ebuild,v 1.1 2013/08/25 05:02:39 qnikst Exp $ EAPI=5 # ebuild generated by hackport 0.3.2.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings" HOMEPAGE="https://github.com/kolmodin/binary" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( dev-haskell/hunit >=dev-haskell/quickcheck-2.5 >=dev-haskell/random-1.0.1.0 dev-haskell/test-framework >=dev-haskell/test-framework-quickcheck2-0.3 )" src_prepare() { if has_version ">=dev-lang/ghc-7.7"; then sed -e '/test-suite read-write-file/,/ghc-options: -Wall/d' \ -i "${S}/${PN}.cabal" \ || die "Could not remove test suite for ghc 7.7" fi }