gienah 14/12/14 04:38:08 Modified: ChangeLog Added: optparse-applicative-0.11.0.1.ebuild Log: Bump optparse-applicative to 0.11.0.1 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.7 dev-haskell/optparse-applicative/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 4 Oct 2014 17:08:27 -0000 1.6 +++ ChangeLog 14 Dec 2014 04:38:08 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/optparse-applicative # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.6 2014/10/04 17:08:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.7 2014/12/14 04:38:08 gienah Exp $ + +*optparse-applicative-0.11.0.1 (14 Dec 2014) + + 14 Dec 2014; Mark Wright <[email protected]> + +optparse-applicative-0.11.0.1.ebuild: + Bump optparse-applicative to 0.11.0.1 *optparse-applicative-0.9.1.1 (04 Oct 2014) 1.1 dev-haskell/optparse-applicative/optparse-applicative-0.11.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.11.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.11.0.1.ebuild?rev=1.1&content-type=text/plain Index: optparse-applicative-0.11.0.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.11.0.1.ebuild,v 1.1 2014/12/14 04:38:08 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.3 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Utilities and combinators for parsing command line options" HOMEPAGE="https://github.com/pcapriotti/optparse-applicative" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/ansi-wl-pprint-0.6:=[profile?] <dev-haskell/ansi-wl-pprint-0.7:=[profile?] >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] >=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.4:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 "
