slyfox 15/07/26 14:05:37 Modified: ChangeLog Added: cmdargs-0.10.13.ebuild Removed: cmdargs-0.10.5.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.9 dev-haskell/cmdargs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cmdargs/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cmdargs/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cmdargs/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 14 Dec 2014 11:32:08 -0000 1.8 +++ ChangeLog 26 Jul 2015 14:05:36 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/cmdargs -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/ChangeLog,v 1.8 2014/12/14 11:32:08 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/ChangeLog,v 1.9 2015/07/26 14:05:36 slyfox Exp $ + +*cmdargs-0.10.13 (26 Jul 2015) + + 26 Jul 2015; Sergei Trofimovich <sly...@gentoo.org> +cmdargs-0.10.13.ebuild, + -cmdargs-0.10.5.ebuild: + Version bump. *cmdargs-0.10.12 (14 Dec 2014) 1.1 dev-haskell/cmdargs/cmdargs-0.10.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cmdargs/cmdargs-0.10.13.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cmdargs/cmdargs-0.10.13.ebuild?rev=1.1&content-type=text/plain Index: cmdargs-0.10.13.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/cmdargs-0.10.13.ebuild,v 1.1 2015/07/26 14:05:36 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.5.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Command line argument processing" HOMEPAGE="http://community.haskell.org/~ndm/cmdargs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+quotation testprog" RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6 " src_configure() { haskell-cabal_src_configure \ $(cabal_flag quotation quotation) \ $(cabal_flag testprog testprog) }