diff options
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.5.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/cpphs/files/digest-cpphs-1.5 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 4601a22ff941..6ee48de78b3f 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.20 2007/10/31 12:54:50 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.21 2007/11/24 11:29:22 kolmodin Exp $ + +*cpphs-1.5 (24 Nov 2007) + + 24 Nov 2007; Lennart Kolmodin <kolmodin@gentoo.org> +cpphs-1.5.ebuild: + Bump to cpphs-1.5 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> cpphs-1.1.ebuild, cpphs-1.2.ebuild: diff --git a/dev-haskell/cpphs/cpphs-1.5.ebuild b/dev-haskell/cpphs/cpphs-1.5.ebuild new file mode 100644 index 000000000000..67c408a06809 --- /dev/null +++ b/dev-haskell/cpphs/cpphs-1.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.5.ebuild,v 1.1 2007/11/24 11:29:22 kolmodin Exp $ + +CABAL_FEATURES="profile haddock lib bin" +inherit haskell-cabal + +DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor." +HOMEPAGE="http://haskell.org/cpphs/" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.4.2" + +src_install() { + cabal_src_install + dohtml docs/index.html + doman docs/cpphs.1 +} diff --git a/dev-haskell/cpphs/files/digest-cpphs-1.5 b/dev-haskell/cpphs/files/digest-cpphs-1.5 new file mode 100644 index 000000000000..eb5b406e6e29 --- /dev/null +++ b/dev-haskell/cpphs/files/digest-cpphs-1.5 @@ -0,0 +1,3 @@ +MD5 2856b000b4e48dc207783f04fc033f3f cpphs-1.5.tar.gz 103141 +RMD160 b882a0c6de4a3da8baa479ff0273c61614298bb6 cpphs-1.5.tar.gz 103141 +SHA256 cb43e843aae7937d29ad231f25714d75cf86e24821a47539c9697dc6cfd958a4 cpphs-1.5.tar.gz 103141 |