Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-lml
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml/ChangeLog,v 1.9 2007/02/09 07:35:25 flameeyes Exp $
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
24 May 2005;
Keywording ~sparc
16 Apr 2005; Matthew Kennedy
Keywording; Removed old ebuilds
*cl-lml-2.5.3 (10 Apr 2005)
10 Apr 2005; Matthew Kennedy
-cl-lml-2.5.2.ebuild, -cl-lml-2.5.2-r1.ebuild, +cl-lml-2.5.3.ebuild:
Keywording for ~amd64; Removed older ebuilds; New upstream version.
09 May 2004; David Holm
iAdded to ~ppc.
*cl-lml-2.5.2-r1 (12 Feb 2004)
12 Feb 2004;
Cleanup for eclass changes.
*cl-lml-2.5.2 (16 Oct 2003)
16 Oct 2003; Matthew Kennedy
metadata.xml:
new upstream, doc fixes, examples, preinst, postrm
*cl-lml-2.3.4 (07 Jul 2003)
07 Jul 2003; Matthew Kennedy
initial import
DIST lml-2.5.3.tar.gz 10856 RMD160 f30b2bc9dc119c25919f60fc91162bc67a72de51 SHA1 e52f518011520862d2983ab1d74639f41103b725 SHA256 1c026eef23543b42d03fa63a81447b652de0ee9a72460e76f80aebaced08a734
EBUILD cl-lml-2.5.3.ebuild 761 RMD160 0f5e749626d3e63105bf5230444cf741bd7f774c SHA1 a90311398dac16ee10feb40b06d61f7f2ce1de26 SHA256 dd993a27b30989740bc9dce3d63ba88f54c73ed036c158be4067bde0a32e25d4
MISC ChangeLog 1232 RMD160 78a8fca9d669cf6d64032d952c394fd790bd953b SHA1 a74236d5d9ae32897521e31c085397714529efb0 SHA256 3fa3fcd12d22071ebf83fadb5103440d413a274b15418b60ea7773eee4d598d0
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml/cl-lml-2.5.3.ebuild,v 1.3 2005/05/24 18:48:33 mkennedy Exp $
inherit common-lisp
DESCRIPTION="Common Lisp package to provide a markup language for generation XHTML web pages"
HOMEPAGE="http://lml.b9.com/
http://www.cliki.net/LML"
SRC_URI="ftp://lml.med-info.com/lml/lml-${PV}.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=lml
S=${WORKDIR}/lml-${PV}
src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dohtml doc/readme.html
docinto examples
dodoc doc/readme.lml
}