gienah 15/01/01 13:19:02 Modified: ChangeLog Added: options-1.2.1.ebuild Log: Bump options to 1.2.1, patch for ghc 7.10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.4 dev-haskell/options/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 25 Jul 2014 09:16:29 -0000 1.3 +++ ChangeLog 1 Jan 2015 13:19:02 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/options -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.3 2014/07/25 09:16:29 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/ChangeLog,v 1.4 2015/01/01 13:19:02 gienah Exp $ + +*options-1.2.1 (01 Jan 2015) + + 01 Jan 2015; Mark Wright <[email protected]> + +files/options-1.2.1-ghc-7.10.patch, +options-1.2.1.ebuild: + Bump options to 1.2.1, patch for ghc 7.10 25 Jul 2014; Sergei Trofimovich <[email protected]> options-1.2-r1.ebuild: Drop trailing '.' from description. 1.1 dev-haskell/options/options-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/options-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/options/options-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: options-1.2.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/options/options-1.2.1.ebuild,v 1.1 2015/01/01 13:19:02 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.4.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit base haskell-cabal DESCRIPTION="A powerful and easy-to-use command-line option parser" HOMEPAGE="https://john-millikin.com/software/haskell-options/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT=test # needs old chell RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?] >=dev-haskell/transformers-0.2:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/chell-0.3.1 <dev-haskell/chell-0.5 >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3 ) " PATCHES=("${FILESDIR}/${PN}-1.2.1-ghc-7.10.patch") src_prepare() { base_src_prepare cabal_chdeps \ 'chell >= 0.3.1 && < 0.4' 'chell >= 0.3.1 && < 0.5' }
