Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-menusystem
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/ChangeLog,v 1.6 2007/02/09 07:36:00 flameeyes Exp $
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
24 May 2005;
Keywording ~sparc
16 Apr 2005; Matthew Kennedy
cl-menusystem-20030919.ebuild:
Keywording; Removed old ebuilds
10 Apr 2005; Matthew Kennedy
cl-menusystem-20030919.ebuild:
Keywording for ~amd64
*cl-menusystem-20030919 (15 Feb 2004)
15 Feb 2004;
metadata.xml:
Initial port. Ebuild contributed by Matthew Kennedy
DIST cl-menusystem-2003-09-19.tar.gz 7286 RMD160 6dbe70709cc1c32cdacb3bfe75a1a976404fdc70 SHA1 e68fcecd9371c3b78fabceb7030ace760847ad5a SHA256 a86ec8aee58f728d961e8e6f60c57142b20cc1352b04c90b5a24235697450ba8
EBUILD cl-menusystem-20030919.ebuild 884 RMD160 8bf30140d4c2a2f7ca4a7303a17eecbfeff16824 SHA1 e13a8b259731da57fbbae7d83f667a0f6280a03a SHA256 97b00a3d8bfe1a20383010bac51104d0847c5da8c2f3d21ba21f527a7877d28b
MISC ChangeLog 848 RMD160 b11a5d88dddc571d37a0fb43251c4273c298ad1c SHA1 ffa3af274dce0d97e8c4507f121f9dead32fa5b3 SHA256 2f9636ccfc129b9c2d55d6a7e8bc03c2837307e163665c2bcacd04041cc6fde8
MISC metadata.xml 509 RMD160 de195bc01da34aff86e2e98b2bf94a758ea1e20d SHA1 7141e44a385fe52f069bc6fd3ba05e38ee1e394a SHA256 6be2506d850a32a34f9efb1474f8e6bb24dce13b6f09b6e1b23d9c21287010a5
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-menusystem/cl-menusystem-20030919.ebuild,v 1.6 2005/05/24 18:48:34 mkennedy Exp $
inherit common-lisp
DESCRIPTION="CL-MENUSYSTEM is a menu system for Common Lisp that implements menu control and settings editing for Common Lisp applications."
HOMEPAGE="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/"
SRC_URI="http://www.cs.indiana.edu/~bmastenb/software/cl-menusystem/cl-menusystem-${PV:0:4}-${PV:4:2}-${PV:6:2}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=cl-menusystem
S=${WORKDIR}/${PN}
src_install() {
common-lisp-install *.lisp cl-menusystem.asd
common-lisp-system-symlink
dodoc DOCUMENTATION README
}
CL-MENUSYSTEM is a menu system for Common Lisp that implements menu
control and settings editing for CL applications. It has a number of
nifty features, including being based on CLOS, with separation of
backends (hypothetical as right now there's only one) and using
restarts for non-local exits from menus.