Portage is a package management system used by Gentoo Linux
# 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.21 2007/11/24 11:29:22 kolmodin Exp $
*cpphs-1.5 (24 Nov 2007)
24 Nov 2007; Lennart Kolmodin
Bump to cpphs-1.5
31 Oct 2007; Duncan Coutts
cpphs-1.2.ebuild:
Drop virtual/ghc in favour of dev-lang/ghc
*cpphs-1.3 (04 Aug 2007)
04 Aug 2007; Lennart Kolmodin
Version bump.
28 Jul 2007; nixnut
Stable on ppc wrt bug 186849
12 Oct 2006; Duncan Coutts
Remove old version.
11 Oct 2006; Duncan Coutts
cpphs-1.1.ebuild, cpphs-1.2.ebuild:
Correct the license for cpphs
05 Oct 2006; Chris Parrott
marked stable for amd64 (bug 144678)
04 Oct 2006; Joshua Jackson
Stable x86; bug #144678
27 Aug 2006; Stephanie Lockwood-Childs
mark ~ppc (related to Bug #144678, though not specifically requested...)
25 Aug 2006; Ferris McCormick
Stable on s-arc --- Bug #144678 --- installs and runs all tests.
24 Aug 2006; Markus Rothe
Stable on ppc64; bug #144678
*cpphs-1.2 (09 May 2006)
09 May 2006; Duncan Coutts
New version, now with library as well as binary.
27 Apr 2006; Marien Zwart
Manifest:
Fixing SHA256 digest, pass four
28 Mar 2006; Duncan Coutts
Marked ~ia64
01 Mar 2006; Markus Rothe
Added ~ppc64; bug #124469
16 Feb 2006;
Add "bin" to CABAL_FEATURES in preparation for pending eclass updates.
13 Feb 2006;
Eliminate a warning. (The haskell-cabal eclass doesn't grok "bin" yet)
*cpphs-1.1 (11 Feb 2006)
11 Feb 2006;
New version.
04 Oct 2005;
Added ~sparc to KEYWORDS.
*cpphs-0.9 (18 May 2005)
18 May 2005;
Add a new ebuild for cpphs.
DIST cpphs-1.1.tar.gz 44099 RMD160 d1cc3484da2b6224623c7e5923702643cf904693 SHA1 dbf2c8c5ce7facb82d47bb70a554b7b0915c731f SHA256 468c47e1d08d1385ec58c0a34a6899a43df4197bd7014df543ae33d8c1798fea
DIST cpphs-1.2.tar.gz 89417 RMD160 18613eb0bafb580f4611a9deef14d66270ab2ff6 SHA1 b000ba9e54ec0d0a07785bee0a0d965a51a6c250 SHA256 6e2c407ca0a52cce9ee1e487381263627bcfa6f7373dc8162aafafc00b3cdb28
DIST cpphs-1.3.tar.gz 57786 RMD160 2b28235b18f6474e7683c752f7ba87f7a2a72d9b SHA1 3363ea0d5695b8c7043ac9df13665abfd80301a1 SHA256 3a984b09c7550a6e5c91a7a88ec421675d821558c59709a45359411e2d39254b
DIST cpphs-1.5.tar.gz 103141 RMD160 b882a0c6de4a3da8baa479ff0273c61614298bb6 SHA1 61c53d1eb962945520abb31d01d43d818626ccf2 SHA256 cb43e843aae7937d29ad231f25714d75cf86e24821a47539c9697dc6cfd958a4
EBUILD cpphs-1.1.ebuild 628 RMD160 90ffa9a741bbf24aff5158f68eac7a38fb6bd861 SHA1 d3fc6fba6637087bb7c36bcd9ad0fbeee8f41cf3 SHA256 0c4109a7a026c01152d8661345f97f728e29f7255500a56319507e0c77ffaeb0
EBUILD cpphs-1.2.ebuild 629 RMD160 404ea4784acd1f1320800a7f1070ee595982ebb8 SHA1 ddf2fb91226fe5c89eaf79081cf86bc25b9598d1 SHA256 90449d50805e829a5180bfe50b1477e62f11129aa9e8f661e1501066431d32a3
EBUILD cpphs-1.3.ebuild 677 RMD160 37e96bc30b5fc8f913c23aa00e2d9d1c5aa3816b SHA1 fb2685c816304e6f0c52e22c6b663766b494853f SHA256 d2a3d5c0d056b94feee290e69ac5486a137d24d72b6ecc5f526e60cecd2edc0b
EBUILD cpphs-1.5.ebuild 677 RMD160 47031e735869d62600b9da9616fd9a61a48eadea SHA1 182f440c9fb006016b4718dc621266ef93eb6761 SHA256 422cb237e20ab481d052611f3a1aa3673791e8a4f0c3d2ff60d795e16cc7ed39
MISC ChangeLog 2508 RMD160 a12606e689822ecdd3f0ba8e2f38aa7baa3775fa SHA1 6512bbf712fd1d7812ac1f911c6c7512069cee4a SHA256 bf20d30204fb87a3eee82fbc999d16ea0d2a1254d218e116342a41a6d7889375
MISC metadata.xml 223 RMD160 7783e6057effb8b8f0b79cffe8b557b32c633839 SHA1 7b962c77f2e38479a9d1621ec8d307ca9f761753 SHA256 1d00c8be162a6cb87b3de440b3e63e10b39c12d56e8fbfe592e75aed872b2508
# 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.1.ebuild,v 1.7 2007/10/31 12:54:50 dcoutts Exp $
CABAL_FEATURES="bin"
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 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="dev-lang/ghc"
RDEPEND=""
src_install() {
cabal_src_install
dohtml docs/index.html
doman docs/cpphs.1
}
# 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.2.ebuild,v 1.9 2007/10/31 12:54:50 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 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="dev-lang/ghc"
src_install() {
cabal_src_install
dohtml docs/index.html
doman docs/cpphs.1
}
# 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
}
# 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.2 2007/11/24 11:33:39 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
}