diff options
author | Mark Wright <gienah@gentoo.org> | 2014-07-02 04:06:40 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-07-02 04:06:40 +0000 |
commit | 96e82d9e3d89e4f3fe388be1d9068ca228222ca8 (patch) | |
tree | 508910c6e6c3f14365ca19ad5211248be9c63b24 /dev-haskell/cpphs | |
parent | Bump cookie to 0.4.1.1 (diff) | |
download | gentoo-2-96e82d9e3d89e4f3fe388be1d9068ca228222ca8.tar.gz gentoo-2-96e82d9e3d89e4f3fe388be1d9068ca228222ca8.tar.bz2 gentoo-2-96e82d9e3d89e4f3fe388be1d9068ca228222ca8.zip |
Bump cpphs to 1.18.5
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.18.5.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 30fb38795b48..75b017392551 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,11 @@ # 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.58 2014/02/21 19:49:03 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.59 2014/07/02 04:06:40 gienah Exp $ + +*cpphs-1.18.5 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <gienah@gentoo.org> +cpphs-1.18.5.ebuild: + Bump cpphs to 1.18.5 *cpphs-1.18.1 (21 Feb 2014) diff --git a/dev-haskell/cpphs/cpphs-1.18.5.ebuild b/dev-haskell/cpphs/cpphs-1.18.5.ebuild new file mode 100644 index 000000000000..4f53164b2c73 --- /dev/null +++ b/dev-haskell/cpphs/cpphs-1.18.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.5.ebuild,v 1.1 2014/07/02 04:06:40 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.2.9999 + +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 +" |