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 DCBEC1381F3 for ; Mon, 26 Aug 2013 04:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78CEDE0A76; Mon, 26 Aug 2013 04:58:13 +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 F2628E0A76 for ; Mon, 26 Aug 2013 04:58:12 +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 E0CF633EB41 for ; Mon, 26 Aug 2013 04:58:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2327) id 8E53B2004C; Mon, 26 Aug 2013 04:58:10 +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/encoding: metadata.xml encoding-0.6.7.2-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml encoding-0.6.7.2-r2.ebuild ChangeLog X-VCS-Directories: dev-haskell/encoding X-VCS-Committer: qnikst X-VCS-Committer-Name: Alexander Vershilov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130826045810.8E53B2004C@flycatcher.gentoo.org> Date: Mon, 26 Aug 2013 04:58:10 +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: e53a5559-7d75-4754-9f1d-27337fa0049c X-Archives-Hash: 73273723879c9abe286a6de704a5e29e qnikst 13/08/26 04:58:10 Added: metadata.xml encoding-0.6.7.2-r2.ebuild ChangeLog Log: dev-haskell/encoding: new version (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!) Revision Changes Path 1.1 dev-haskell/encoding/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== haskell haskell@gentoo.org Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that. 1.1 dev-haskell/encoding/encoding-0.6.7.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/encoding-0.6.7.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/encoding-0.6.7.2-r2.ebuild?rev=1.1&content-type=text/plain Index: encoding-0.6.7.2-r2.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/encoding/encoding-0.6.7.2-r2.ebuild,v 1.1 2013/08/26 04:58:10 qnikst Exp $ EAPI=5 # ebuild generated by hackport 0.3.1.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="A library for various character encodings" HOMEPAGE="http://code.haskell.org/encoding/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/binary:=[profile?] dev-haskell/extensible-exceptions:=[profile?] >=dev-haskell/haxml-1.22:=[profile?] =dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6" src_prepare() { cabal_chdeps \ 'binary < 0.6' 'binary' \ 'HaXml >= 1.22 && < 1.24' 'HaXml >= 1.22 && < 1.25' } src_configure() { haskell-cabal_src_configure \ --flag=systemencoding \ --flag=newghc \ --flag=splitbase } 1.1 dev-haskell/encoding/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-haskell/encoding # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/encoding/ChangeLog,v 1.1 2013/08/26 04:58:10 qnikst Exp $ *encoding-0.6.7.2-r2 (26 Aug 2013) 26 Aug 2013; Alexander Vershilov +encoding-0.6.7.2-r2.ebuild, +metadata.xml: dev-haskell/encoding: new version