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 830421381F3 for ; Fri, 13 Sep 2013 06:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F2EE0B51; Fri, 13 Sep 2013 06:43:44 +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 C8956E0B51 for ; Fri, 13 Sep 2013 06:43:43 +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 4028333EC64 for ; Fri, 13 Sep 2013 06:43:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2311) id 0BDDB2004C; Fri, 13 Sep 2013 06:43:40 +0000 (UTC) From: "Mark Wright (gienah)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, gienah@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/xml-hamlet: xml-hamlet-0.4.0.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xml-hamlet-0.4.0.5.ebuild ChangeLog X-VCS-Directories: dev-haskell/xml-hamlet X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130913064341.0BDDB2004C@flycatcher.gentoo.org> Date: Fri, 13 Sep 2013 06:43:40 +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: f22ff518-5296-4d4a-b623-6da2c11c66a8 X-Archives-Hash: 10080b28a3599f25ceef76e007cdb1c1 gienah 13/09/13 06:43:40 Modified: ChangeLog Added: xml-hamlet-0.4.0.5.ebuild Log: Bump xml-hamlet to 0.4.0.5 (Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision Changes Path 1.2 dev-haskell/xml-hamlet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-hamlet/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-hamlet/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-hamlet/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-hamlet/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 26 Aug 2013 11:08:45 -0000 1.1 +++ ChangeLog 13 Sep 2013 06:43:40 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/xml-hamlet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-hamlet/ChangeLog,v 1.1 2013/08/26 11:08:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-hamlet/ChangeLog,v 1.2 2013/09/13 06:43:40 gienah Exp $ + +*xml-hamlet-0.4.0.5 (13 Sep 2013) + + 13 Sep 2013; Mark Wright +xml-hamlet-0.4.0.5.ebuild: + Bump xml-hamlet to 0.4.0.5 *xml-hamlet-0.4.0.4 (26 Aug 2013) 1.1 dev-haskell/xml-hamlet/xml-hamlet-0.4.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.5.ebuild?rev=1.1&content-type=text/plain Index: xml-hamlet-0.4.0.5.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.5.ebuild,v 1.1 2013/09/13 06:43:40 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.3.3.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Hamlet-style quasiquoter for XML content" HOMEPAGE="http://www.yesodweb.com/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/parsec-2.0:=[profile?] =dev-haskell/shakespeare-1.0:=[profile?] =dev-haskell/text-0.10:=[profile?] =dev-haskell/xml-conduit-1.0:=[profile?] =dev-lang/ghc-6.10.4:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/hspec-1.3 dev-haskell/hunit ) "