diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-05-09 11:11:19 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-05-09 11:11:19 +0000 |
commit | 8d9d18a867ec0d4153dddcdb521385e32aaaedcd (patch) | |
tree | e95aa7f1842f939dd0e3d3b611326dfa2eed3680 /dev-haskell/cpphs | |
parent | version bump (bug #132402) (diff) | |
download | gentoo-2-8d9d18a867ec0d4153dddcdb521385e32aaaedcd.tar.gz gentoo-2-8d9d18a867ec0d4153dddcdb521385e32aaaedcd.tar.bz2 gentoo-2-8d9d18a867ec0d4153dddcdb521385e32aaaedcd.zip |
New version, now with library as well as binary.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.2.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/cpphs/files/digest-cpphs-1.2 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index f9f28644e66f..bef77b44cd63 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.9 2006/04/27 15:16:05 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.10 2006/05/09 11:11:19 dcoutts Exp $ + +*cpphs-1.2 (09 May 2006) + + 09 May 2006; Duncan Coutts <dcoutts@gentoo.org> +cpphs-1.2.ebuild: + New version, now with library as well as binary. 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-cpphs-0.9, Manifest: diff --git a/dev-haskell/cpphs/cpphs-1.2.ebuild b/dev-haskell/cpphs/cpphs-1.2.ebuild new file mode 100644 index 000000000000..da1bef33d276 --- /dev/null +++ b/dev-haskell/cpphs/cpphs-1.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.1 2006/05/09 11:11:19 dcoutts Exp $ + +CABAL_FEATURES="bin lib profile" +inherit eutils haskell-cabal + +DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell" +HOMEPAGE="http://haskell.org/cpphs/" +SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/ghc" + +src_install() { + cabal_src_install + dohtml docs/index.html + doman docs/cpphs.1 +} diff --git a/dev-haskell/cpphs/files/digest-cpphs-1.2 b/dev-haskell/cpphs/files/digest-cpphs-1.2 new file mode 100644 index 000000000000..c7e2e4983d3b --- /dev/null +++ b/dev-haskell/cpphs/files/digest-cpphs-1.2 @@ -0,0 +1,3 @@ +MD5 7d31417167dc2257216e39044b959777 cpphs-1.2.tar.gz 89417 +RMD160 18613eb0bafb580f4611a9deef14d66270ab2ff6 cpphs-1.2.tar.gz 89417 +SHA256 6e2c407ca0a52cce9ee1e487381263627bcfa6f7373dc8162aafafc00b3cdb28 cpphs-1.2.tar.gz 89417 |