slyfox 15/08/01 15:41:35 Modified: ChangeLog Added: http-attoparsec-0.1.1-r2.ebuild Log: Allow attoparsec-0.13. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.9 dev-haskell/http-attoparsec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 6 Jun 2015 11:36:28 -0000 1.8 +++ ChangeLog 1 Aug 2015 15:41:35 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/http-attoparsec # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog,v 1.8 2015/06/06 11:36:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog,v 1.9 2015/08/01 15:41:35 slyfox Exp $ + +*http-attoparsec-0.1.1-r2 (01 Aug 2015) + + 01 Aug 2015; Sergei Trofimovich <[email protected]> + +http-attoparsec-0.1.1-r2.ebuild: + Allow attoparsec-0.13. 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r2.ebuild?rev=1.1&content-type=text/plain Index: http-attoparsec-0.1.1-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r2.ebuild,v 1.1 2015/08/01 15:41:35 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.3.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Attoparsec parsers for http-types" HOMEPAGE="https://github.com/tlaitinen/http-attoparsec" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/attoparsec-0.10.4.0:=[profile?] >=dev-haskell/http-types-0.8.0:=[profile?] <dev-haskell/http-types-0.9:=[profile?] >=dev-lang/ghc-6.12.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8.0.2 " src_prepare() { cabal_chdeps \ 'attoparsec >= 0.10.4.0 && < 0.12' 'attoparsec >= 0.10.4.0' }
