Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-meta
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/ChangeLog,v 1.9 2007/02/03 17:37:26 flameeyes Exp $
03 Feb 2007; Diego Pettenò
cl-meta-0.1.2-r1.ebuild:
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file
has been removed from debian's mirrors.
16 Feb 2006; Matthew Kennedy
Rename listed herd from lisp to common-lisp; See Bug #94878.
24 May 2005;
Keywording ~sparc
16 Apr 2005; Matthew Kennedy
cl-meta-0.1.2-r1.ebuild:
Keywording; Removed old ebuilds
10 Apr 2005; Matthew Kennedy
cl-meta-0.1.2-r1.ebuild:
Keywording for ~amd64
07 Aug 2004; Tom Martin
Typo in DESCRIPTION: Commoon -> Common. Bug 59717.
*cl-meta-0.1.2-r1 (12 Feb 2004)
12 Feb 2004;
Cleanup for eclass changes.
*cl-meta-0.1.2 (15 Jan 2004)
15 Jan 2004;
Initial ebuild. Ebuild contributed by Andrei Barbu
DIST cl-meta_0.1.2.orig.tar.gz 49305 RMD160 ec7e1d9fe6a3a56a07bfda56d534b3a09a0fce88 SHA1 a29a270b224ea99a9469ea95ba5ff745e6965051 SHA256 4013f886e4a89a35f176f8389fc3bb0933cb445298a5f4916f3d34988c6cd8bb
EBUILD cl-meta-0.1.2-r1.ebuild 808 RMD160 782c2bcd920db712ec8cd38d9111a62fb56aeb6c SHA1 295f86155a774da4862106ad644ca294adb3a5bd SHA256 9c94bd7af77b03fbba619b9f79507072918225c3418cd8b5fc9697cd88946781
MISC ChangeLog 1296 RMD160 1527cbdb608102e688c6a4d4e18cde5dbc1b4c17 SHA1 5fc98c251e061b48c66c7adbb55dbbdef4c7af46 SHA256 8156bb6be5a5c317fa9a072341330af82bc6a94442a9377a52cc576322b6ac92
MISC metadata.xml 298 RMD160 eaac6310e2ac5e56909b2565063ad7346f4ae5cd SHA1 3bfbacf589b159e4cea5b5915cc445ed85fe0461 SHA256 79d04eb08fb1bc3f973ab83e8d1d11adec4ee57ba1eccf4eca0f5d3df70aa0d4
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-meta/cl-meta-0.1.2-r1.ebuild,v 1.8 2007/02/03 17:37:26 flameeyes Exp $
inherit common-lisp
DESCRIPTION="A Common Lisp implementation of META, a technique for building efficient recursive descent parsers."
HOMEPAGE="http://cclan.sourceforge.net/
http://www.cliki.net/Meta
http://packages.debian.org/unstable/devel/cl-meta"
SRC_URI="mirror://debian/pool/main/c/cl-meta/${PN}_${PV}.orig.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=meta
src_install() {
common-lisp-install *.asd *.lisp
common-lisp-system-symlink
dodoc Prag-Parse.{html,ps} README
}
This package provides the META-library written by Henry Baker and
reorganised by Jochen Schmidt.