Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-haskell/alex
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.35 2008/01/26 20:24:10 dcoutts Exp $
26 Jan 2008; Duncan Coutts
alex-2.1.0.ebuild, alex-2.2.ebuild:
Fix qa bug #207490 and remove old version.
*alex-2.2 (14 Dec 2007)
14 Dec 2007; Duncan Coutts
New version that works with cabal-1.2.x
12 Dec 2007; Duncan Coutts
alex-2.1 works with cabal 1.1.6 only, not cabal 1.2
31 Oct 2007; Duncan Coutts
alex-2.1.0.ebuild:
Drop virtual/ghc in favour of dev-lang/ghc
11 Aug 2007; Steve Dibb
amd64 stable
02 Aug 2007; Christian Faulhammer
stable x86, bug 186849
30 Jul 2007; Markus Rothe
Stable on ppc64; bug #186849
30 Jul 2007; Ferris McCormick
Sparc stable --- Bug #186849 --- all as expected.
28 Jul 2007; nixnut
Stable on ppc wrt bug 186849
29 Apr 2007; Duncan Coutts
alex-2.0.1 does work with ghc-6.6, adjusting the DEPEND to reflect that
*alex-2.1.0 (29 Apr 2007)
29 Apr 2007; Duncan Coutts
+alex-2.1.0.ebuild:
New version
06 Jan 2007; Andres Loeh
Fixed elog / einfo usage.
05 Oct 2006; Chris Parrott
marked stable for amd64 (bug 144677)
26 Aug 2006; Stephanie Lockwood-Childs
alex-2.0.1-r1.ebuild:
stable on ppc (Bug #144677)
24 Aug 2006; Ferris McCormick
Stable on sparc --- Bug #144677 --- seems fine (runs tests).
21 May 2006; Markus Rothe
Stable on ppc64
27 Mar 2006; Duncan Coutts
Marked ~ia64
01 Mar 2006; Markus Rothe
Added ~ppc64; bug #124469
10 Feb 2006;
Remove 2.0 since 2.0.1-r1 is available.
04 Oct 2005;
Added ~sparc to KEYWORDS.
24 Sep 2005; Luis F. Araujo alex-2.0.1-r1.ebuild:
Disabled java USE flag because of bug #107019
23 Sep 2005;
Marked stable on x86.
04 May 2005; David Holm
Added to ~ppc.
*alex-2.0.1-r1 (23 Mar 2005)
23 Mar 2005; Andres Loeh
-alex-2.0.1.ebuild:
Fixed installation paths. Added ~amd64 keyword.
*alex-2.0.1 (23 Mar 2005)
23 Mar 2005; Andres Loeh
alex-2.0.ebuild:
Added a new version. ghc-6.4 is compatible with alex-2.0.1, but not with
alex-2.0.
23 Feb 2005; Michael Sterrett
sparc needs deps first
21 Jan 2005; Andres Loeh
Restored gcc compatibility (see bug #71713).
19 Oct 2004; Mamoru KOMACHI
Fixed missing dependencies; bug #68021.
02 Jun 2004; Aron Griffis
Fix use invocation
18 May 2004; Mamoru KOMACHI
Changed app-text/tetex to virtual/tetex.
25 Apr 2004; Aron Griffis
Add die following econf for bug 48950
*alex-2.0 (22 Sep 2003)
22 Sep 2003; Andres Loeh
Initial import. Alex is a lexical analyzer generator for Haskell.
DIST alex-2.1.0.tar.gz 67619 RMD160 2f2c6856e1054d9e996d92bafa0e60f6bed7bdad SHA1 37599b7be5249d639b3a5a3fdc61907dc4dad660 SHA256 0b9c1246ca6ef27df4bfcb16d13cf7525d943ba2edc897d628605e1c9bd7d58b
DIST alex-2.2.tar.gz 85042 RMD160 d93c28ce0121073be1ee4893114b36faa2396b1b SHA1 a08670e4c749850714205f425cb460ed5a0a56b2 SHA256 e958d4fc6cfdb1d351dc39a45ea882f23b1b1773a736d43814a52d4939a41ffe
EBUILD alex-2.1.0.ebuild 1093 RMD160 ace459906c0d17a5c4e46db9d8cd7539b5be5fa4 SHA1 3377b4ae6062734ec64eb9fb40e52c8dbbc69f50 SHA256 c87d1d4974b0d111d7a550eefd4d4880c1ac75da60c19cb2e2d2f5a291dc8bd7
EBUILD alex-2.2.ebuild 1095 RMD160 b0dc72a955900d74b7cf4625029f70bcecd72b5e SHA1 b5a33fe9979038085d9a850864115d4b7fef531e SHA256 4ac12d349f60d5f548fa53bdf2b1690ee0e07e47157906bc0077da6b8ba2feee
MISC ChangeLog 3908 RMD160 dccd98655478dc80bb343877f0fd23895f10edfd SHA1 5e14bfe9ba3748e2dae8bc0f3e1b4f9bce3ad515 SHA256 e3bddec85457dd5b9b4a185dd8cf6af8fdc4fb5483e1b304187b36c7f019b39f
MISC metadata.xml 223 RMD160 7783e6057effb8b8f0b79cffe8b557b32c633839 SHA1 7b962c77f2e38479a9d1621ec8d307ca9f761753 SHA256 1d00c8be162a6cb87b3de440b3e63e10b39c12d56e8fbfe592e75aed872b2508
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.1.0.ebuild,v 1.11 2008/01/26 20:24:10 dcoutts Exp $
CABAL_FEATURES="bin"
inherit autotools haskell-cabal
DESCRIPTION="A lexical analyser generator for Haskell"
HOMEPAGE="http://www.haskell.org/alex"
SRC_URI="http://www.haskell.org/alex/dist/${PV}/${P/_/}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
IUSE="doc"
DEPEND=">=dev-lang/ghc-6.2
=dev-haskell/cabal-1.1.6*
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets
>=dev-libs/libxslt-1.1.2 )"
RDEPEND=""
src_unpack() {
unpack ${A}
if use doc; then
cd "${S}/doc/"
eautoreconf || die "eautoreconf for docs failed"
fi
}
src_compile() {
cabal_src_compile
if use doc; then
cd "${S}/doc/"
econf || die "econf for docs failed"
emake -j1 || die "emake for docs failed"
fi
}
src_install() {
cabal_src_install
if use doc; then
doman "${S}/doc/alex.1"
dohtml -r "${S}/doc/alex/"
fi
dodoc README
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.2.ebuild,v 1.2 2008/01/26 20:24:10 dcoutts Exp $
CABAL_FEATURES="bin"
inherit autotools haskell-cabal
DESCRIPTION="A lexical analyser generator for Haskell"
HOMEPAGE="http://www.haskell.org/alex"
SRC_URI="http://www.haskell.org/alex/dist/${PV}/${P/_/}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"
DEPEND=">=dev-lang/ghc-6.4
>=dev-haskell/cabal-1.2.1
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets
>=dev-libs/libxslt-1.1.2 )"
RDEPEND=""
src_unpack() {
unpack ${A}
if use doc; then
cd "${S}/doc/"
eautoreconf || die "eautoreconf for docs failed"
fi
}
src_compile() {
cabal_src_compile
if use doc; then
cd "${S}/doc/"
econf || die "econf for docs failed"
emake -j1 || die "emake for docs failed"
fi
}
src_install() {
cabal_src_install
if use doc; then
doman "${S}/doc/alex.1"
dohtml -r "${S}/doc/alex/"
fi
dodoc README
}