diff options
author | Mark Wright <gienah@gentoo.org> | 2013-10-19 11:51:51 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-10-19 11:51:51 +0000 |
commit | 0061384e2846e1453b0cff859f9febf4d620c5ce (patch) | |
tree | a762df956f815fff090662886ab5704252512677 /dev-haskell/optparse-applicative | |
parent | Bump comonad to 4.0 (diff) | |
download | gentoo-2-0061384e2846e1453b0cff859f9febf4d620c5ce.tar.gz gentoo-2-0061384e2846e1453b0cff859f9febf4d620c5ce.tar.bz2 gentoo-2-0061384e2846e1453b0cff859f9febf4d620c5ce.zip |
Bump optparse-applicative to 0.7.0.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/optparse-applicative')
-rw-r--r-- | dev-haskell/optparse-applicative/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-haskell/optparse-applicative/ChangeLog b/dev-haskell/optparse-applicative/ChangeLog index 198f5df947f2..d52109c7201f 100644 --- a/dev-haskell/optparse-applicative/ChangeLog +++ b/dev-haskell/optparse-applicative/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/optparse-applicative # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.2 2013/09/13 09:53:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.3 2013/10/19 11:51:51 gienah Exp $ + +*optparse-applicative-0.7.0.2 (19 Oct 2013) + + 19 Oct 2013; Mark Wright <gienah@gentoo.org> + +optparse-applicative-0.7.0.2.ebuild: + Bump optparse-applicative to 0.7.0.2 13 Sep 2013; Mark Wright <gienah@gentoo.org> optparse-applicative-0.5.2.1.ebuild: diff --git a/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild b/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild new file mode 100644 index 000000000000..f7ed5ee9c231 --- /dev/null +++ b/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 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.7.0.2.ebuild,v 1.1 2013/10/19 11:51:51 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +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/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 + >=dev-haskell/test-framework-0.6 <dev-haskell/test-framework-0.9 + >=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4 + >=dev-haskell/test-framework-th-prime-0.0 <dev-haskell/test-framework-th-prime-0.1 ) +" |