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 51EC71381F3 for ; Mon, 19 Nov 2012 12:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 910B4E04C2; Mon, 19 Nov 2012 12:07:23 +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 C476D21C01B for ; Mon, 19 Nov 2012 12:07:22 +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 DB59A33D797 for ; Mon, 19 Nov 2012 12:07:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2311) id 97ADB20C65; Mon, 19 Nov 2012 12:07:20 +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-types: xml-types-0.3.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xml-types-0.3.3.ebuild ChangeLog X-VCS-Directories: dev-haskell/xml-types X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121119120720.97ADB20C65@flycatcher.gentoo.org> Date: Mon, 19 Nov 2012 12:07:20 +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: 74886ff2-3c93-476a-9b2f-9ab4e39411eb X-Archives-Hash: 9df8c061ea26c4e16e4bdecbd3045d5c gienah 12/11/19 12:07:20 Modified: ChangeLog Added: xml-types-0.3.3.ebuild Log: Bump xml-types to 0.3.3 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision Changes Path 1.3 dev-haskell/xml-types/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-types/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-types/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-types/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 12 Sep 2012 15:05:03 -0000 1.2 +++ ChangeLog 19 Nov 2012 12:07:20 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/xml-types # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.2 2012/09/12 15:05:03 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.3 2012/11/19 12:07:20 gienah Exp $ + +*xml-types-0.3.3 (19 Nov 2012) + + 19 Nov 2012; Mark Wright +xml-types-0.3.3.ebuild: + Bump xml-types to 0.3.3 12 Sep 2012; Alexander Vershilov xml-types-0.3.ebuild: move dev-haskell/xml-types/xml-types-0.3.ebuild ebuild to mirror://hackage 1.1 dev-haskell/xml-types/xml-types-0.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.3.ebuild?rev=1.1&content-type=text/plain Index: xml-types-0.3.3.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.3.ebuild,v 1.1 2012/11/19 12:07:20 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.3.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Basic types for representing XML" HOMEPAGE="https://john-millikin.com/software/haskell-xml/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/text:=[profile?] >=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6"