diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-06-13 22:14:27 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-06-13 22:14:27 +0000 |
commit | a777659712996a62577f05f08935abc1486ae1be (patch) | |
tree | c8b722637e6aca4f9b2fc2ffa6310a7a4e7bcf72 /dev-haskell | |
parent | Thanks to Arfrever for pointing me that I was using unproper PATH for the patch (diff) | |
download | gentoo-2-a777659712996a62577f05f08935abc1486ae1be.tar.gz gentoo-2-a777659712996a62577f05f08935abc1486ae1be.tar.bz2 gentoo-2-a777659712996a62577f05f08935abc1486ae1be.zip |
Add dev-haskell/hpc - Code Coverage Library for Haskell
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hpc/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/hpc/hpc-0.5.0.5.ebuild | 20 | ||||
-rw-r--r-- | dev-haskell/hpc/metadata.xml | 8 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/hpc/ChangeLog b/dev-haskell/hpc/ChangeLog new file mode 100644 index 000000000000..9c088c499fa0 --- /dev/null +++ b/dev-haskell/hpc/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-haskell/hpc +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/ChangeLog,v 1.1 2010/06/13 22:14:27 kolmodin Exp $ + +*hpc-0.5.0.5 (13 Jun 2010) + + 13 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> +hpc-0.5.0.5.ebuild, + +metadata.xml: + Initial version of hpc: Code Coverage Library for Haskell + diff --git a/dev-haskell/hpc/hpc-0.5.0.5.ebuild b/dev-haskell/hpc/hpc-0.5.0.5.ebuild new file mode 100644 index 000000000000..fa519ef80b0d --- /dev/null +++ b/dev-haskell/hpc/hpc-0.5.0.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/hpc-0.5.0.5.ebuild,v 1.1 2010/06/13 22:14:27 kolmodin Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="Code Coverage Library for Haskell" +HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hpc" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.8 + >=dev-haskell/cabal-1.6" + +CABAL_CORE_LIB_GHC_PV="6.12.3" diff --git a/dev-haskell/hpc/metadata.xml b/dev-haskell/hpc/metadata.xml new file mode 100644 index 000000000000..8c66906af531 --- /dev/null +++ b/dev-haskell/hpc/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>haskell</herd> +<maintainer> + <email>haskell@gentoo.org</email> +</maintainer> +</pkgmetadata> |