diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2005-05-18 10:36:25 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2005-05-18 10:36:25 +0000 |
commit | 657a571d28fec8ad654271206cb530d607469b39 (patch) | |
tree | f63dfb4c5ef7fc1d2632164b5d304c90632c432c /dev-haskell | |
parent | Stable on ppc64 (diff) | |
download | historical-657a571d28fec8ad654271206cb530d607469b39.tar.gz historical-657a571d28fec8ad654271206cb530d607469b39.tar.bz2 historical-657a571d28fec8ad654271206cb530d607469b39.zip |
Add a new ebuild for cpphs.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/cpphs/Manifest | 14 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-0.9.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/cpphs/files/digest-cpphs-0.9 | 1 | ||||
-rw-r--r-- | dev-haskell/cpphs/metadata.xml | 8 |
5 files changed, 59 insertions, 0 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog new file mode 100644 index 000000000000..374b97ceff09 --- /dev/null +++ b/dev-haskell/cpphs/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/cpphs +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.1 2005/05/18 10:36:25 dcoutts Exp $ + +*cpphs-0.9 (18 May 2005) + + 18 May 2005; <duncan@gentoo.org> +metadata.xml, +cpphs-0.9.ebuild: + Add a new ebuild for cpphs. + diff --git a/dev-haskell/cpphs/Manifest b/dev-haskell/cpphs/Manifest new file mode 100644 index 000000000000..fc612f32470b --- /dev/null +++ b/dev-haskell/cpphs/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 9ed5cd3812cb8da99a4c7a4c7a4427b4 cpphs-0.9.ebuild 695 +MD5 511b0c3457f63e9d6c87a67e1236bc8d ChangeLog 334 +MD5 5cf11c08544b065d0144e11273f0000d metadata.xml 223 +MD5 3a51c6c77b72752e0b6f90ed408e5a83 files/digest-cpphs-0.9 60 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCixspkyZuKN4EQ6YRAswAAJ91phPeikSJ6aG7O6cfINCqdlL2MgCfS7hy +zf5L3zAUuHg8rdjNQEQwszw= +=/LmD +-----END PGP SIGNATURE----- diff --git a/dev-haskell/cpphs/cpphs-0.9.ebuild b/dev-haskell/cpphs/cpphs-0.9.ebuild new file mode 100644 index 000000000000..ee890e9fbd2c --- /dev/null +++ b/dev-haskell/cpphs/cpphs-0.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-0.9.ebuild,v 1.1 2005/05/18 10:36:25 dcoutts Exp $ + +inherit eutils ghc-package + +DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell" +HOMEPAGE="http://www.cs.york.ac.uk/fp/cpphs/" +SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND=">=virtual/ghc-5.04" + +src_compile() { + $(ghc-getghc) --make -O cpphs.hs -o cpphs \ + || die "ghc --make failed" +} + +src_install() { + dobin ${S}/cpphs + dodoc README CHANGELOG + doman docs/cpphs.1 + dohtml docs/index.html +} diff --git a/dev-haskell/cpphs/files/digest-cpphs-0.9 b/dev-haskell/cpphs/files/digest-cpphs-0.9 new file mode 100644 index 000000000000..3645aad05c23 --- /dev/null +++ b/dev-haskell/cpphs/files/digest-cpphs-0.9 @@ -0,0 +1 @@ +MD5 d40cb6dda342ba66d8ee61f3e6fe09a0 cpphs-0.9.tar.gz 40972 diff --git a/dev-haskell/cpphs/metadata.xml b/dev-haskell/cpphs/metadata.xml new file mode 100644 index 000000000000..6b65ac7fda83 --- /dev/null +++ b/dev-haskell/cpphs/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>dcoutts@gentoo.org</email> +</maintainer> +</pkgmetadata> |