ChangeLog

# ChangeLog for app-emacs/cldoc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/ChangeLog,v 1.4 2008/06/14 23:22:46 ulm Exp $

14 Jun 2008; Ulrich Mueller cldoc-1.16.ebuild:
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
automatically.

16 Feb 2008; Christian Faulhammer cldoc-1.16.ebuild:
stable x86/amd64, bug 210333

26 Oct 2007; Ulrich Mueller metadata.xml:
Add package to common-lisp herd, add longdescription.

*cldoc-1.16 (25 Oct 2007)

25 Oct 2007; Ulrich Mueller +files/50cldoc-gentoo.el,
+metadata.xml, +cldoc-1.16.ebuild:
New package, suggested by Stelian Ionescu. Ebuild contributed by me.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX 50cldoc-gentoo.el 474 RMD160 eac1c9504cab4b62cf43ad54b648717ff4cee02b SHA1 5e9fcbca9cbc6b4ca4a31ea2f5a8223a290d26dc SHA256 2001f442281ea6ec253acef4348a8b81885f7b43e0f488289f416ee5bb6ead05
DIST cldoc-1.16.el.bz2 16869 RMD160 b8fa6b8fc2240b0a4c6b5b9fbd0491c6d7b0a00b SHA1 66fce3bb1b3e9e04173119b2c5a01f64c2e68d45 SHA256 7f75cb6d05939cced1030b095d8136f4a1d0918981fa1660cba9382edafabf18
EBUILD cldoc-1.16.ebuild 590 RMD160 5d43b5ab105f2d75fdeeede332ccf8513292634d SHA1 f721a344a9f73c26d99865833e941287ac3021ac SHA256 1769548728223d3ccbf97c51dbfd29629b1949b1ce5374d308be0bd53071607d
MISC ChangeLog 787 RMD160 95e14342dc9e3b27e9222c5d4cea5e97dc2e9cc5 SHA1 686e87cca148327b6b521daadc59435c76c5580e SHA256 cbe02df1656d347066d91e8d4aae229e1c03b546a2f30a2dbaff16c881d3da09
MISC metadata.xml 595 RMD160 e4a3b4708ec103c17fd2150111c35e9b3c2203f6 SHA1 687796c600b22625d1a72963614d1156416cf68c SHA256 4eab9f746474c103854986b68354f6c457f0c2f4a43c0d8e57831c0126529c54
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhUUvQACgkQOeoy/oIi7uxo0ACfeZptClpqdY5etdQFzLedrhvL
A0UAoNkrsCCqffsxd8o9aYO/0wswtWtt
=seJR
-----END PGP SIGNATURE-----

cldoc-1.16.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/cldoc/cldoc-1.16.ebuild,v 1.3 2008/06/14 23:22:46 ulm Exp $

inherit elisp

DESCRIPTION="Show Common Lisp operators and variables information in echo area"
HOMEPAGE="http://homepage1.nifty.com/bmonkey/lisp/index-en.html"
# taken from http://homepage1.nifty.com/bmonkey/emacs/elisp/cldoc.el
SRC_URI="mirror://gentoo/${P}.el.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="app-emacs/slime"

SITEFILE=50${PN}-gentoo.el

files

metadata.xml




emacs
common-lisp

Show Common Lisp operators and variables information in echo area.
cldoc.el has a database of parameters and results of Common Lisp's
standard functions, and syntax rules of standard macros and special
operators. cldoc.el automatically uses SLIME's autodoc facility if
available to display parameters of user defined functions and macros,
and the values of global variables.