diff options
author | 2007-08-04 11:22:08 +0000 | |
---|---|---|
committer | 2007-08-04 11:22:08 +0000 | |
commit | 81760c6180af786b6dd538733586660e9b03f04f (patch) | |
tree | 9997548c029690a44983371f041b928a966ee267 /dev-haskell/cpphs/cpphs-1.3.ebuild | |
parent | Version bump. Versioning scheme of qdox has changed. (diff) | |
download | historical-81760c6180af786b6dd538733586660e9b03f04f.tar.gz historical-81760c6180af786b6dd538733586660e9b03f04f.tar.bz2 historical-81760c6180af786b6dd538733586660e9b03f04f.zip |
Version bump cpphs to 1.3
Package-Manager: portage-2.1.3.1
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.3.ebuild')
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.3.ebuild b/dev-haskell/cpphs/cpphs-1.3.ebuild new file mode 100644 index 000000000000..0d679b24f85f --- /dev/null +++ b/dev-haskell/cpphs/cpphs-1.3.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.3.ebuild,v 1.1 2007/08/04 11:22:08 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 +} |