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 EBDC1138945 for ; Sat, 9 Feb 2013 19:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98F7121C02A; Sat, 9 Feb 2013 19:22:19 +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 1CA3921C02A for ; Sat, 9 Feb 2013 19:22:19 +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 35C0B33E3C1 for ; Sat, 9 Feb 2013 19:22:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id EBDF72171D; Sat, 9 Feb 2013 19:22:16 +0000 (UTC) From: "Sergei Trofimovich (slyfox)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, slyfox@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.7-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: utf8-string-0.3.7-r1.ebuild ChangeLog X-VCS-Directories: dev-haskell/utf8-string X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130209192216.EBDF72171D@flycatcher.gentoo.org> Date: Sat, 9 Feb 2013 19:22:16 +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: 03b9a2b1-fe82-4597-9025-939828cc49f8 X-Archives-Hash: ba3983c5b3f207f9572baa1f33d1d1e8 slyfox 13/02/09 19:22:16 Modified: ChangeLog Added: utf8-string-0.3.7-r1.ebuild Log: Switch to EAPI=5. (Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision Changes Path 1.18 dev-haskell/utf8-string/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 12 Sep 2012 15:29:18 -0000 1.17 +++ ChangeLog 9 Feb 2013 19:22:16 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/utf8-string -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.17 2012/09/12 15:29:18 qnikst Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.18 2013/02/09 19:22:16 slyfox Exp $ + +*utf8-string-0.3.7-r1 (09 Feb 2013) + + 09 Feb 2013; Sergei Trofimovich + +utf8-string-0.3.7-r1.ebuild: + Switch to EAPI=5. 12 Sep 2012; Alexander Vershilov utf8-string-0.3.6.ebuild, utf8-string-0.3.7.ebuild: 1.1 dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild?rev=1.1&content-type=text/plain Index: utf8-string-0.3.7-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.1 2013/02/09 19:22:16 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.3.2.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Support for reading and writing UTF8 Strings" HOMEPAGE="http://github.com/glguy/utf8-string/" 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 ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2" src_configure() { haskell-cabal_src_configure \ --flag=-bytestring-in-base }