qnikst 15/01/30 10:17:43 Modified: ChangeLog Added: cpphs-1.18.8.ebuild Removed: cpphs-1.13.3.ebuild Log: dev-haskell/cpphs: add new, drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
Revision Changes Path 1.63 dev-haskell/cpphs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 13 Dec 2014 13:38:07 -0000 1.62 +++ ChangeLog 30 Jan 2015 10:17:43 -0000 1.63 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/cpphs -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.62 2014/12/13 13:38:07 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.63 2015/01/30 10:17:43 qnikst Exp $ + +*cpphs-1.18.8 (30 Jan 2015) + + 30 Jan 2015; Alexander Vershilov <[email protected]> +cpphs-1.18.8.ebuild, + -cpphs-1.13.3.ebuild: + dev-haskell/cpphs: add new, drop old *cpphs-1.18.6 (13 Dec 2014) 1.1 dev-haskell/cpphs/cpphs-1.18.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.8.ebuild?rev=1.1&content-type=text/plain Index: cpphs-1.18.8.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.8.ebuild,v 1.1 2015/01/30 10:17:43 qnikst Exp $ EAPI=5 # ebuild generated by hackport 0.4.3 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor" HOMEPAGE="http://projects.haskell.org/cpphs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/polyparse-1.9:=[profile?] >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6 "
