diff options
-rw-r--r-- | dev-lisp/cl-clx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-clx/cl-clx-0.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/cl-clx/ChangeLog b/dev-lisp/cl-clx/ChangeLog index c39d6e3361de..0eb1ea2cfba5 100644 --- a/dev-lisp/cl-clx/ChangeLog +++ b/dev-lisp/cl-clx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-clx # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/ChangeLog,v 1.11 2006/04/26 21:10:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/ChangeLog,v 1.12 2006/07/04 21:03:23 mkennedy Exp $ + + 04 Jul 2006; Matthew Kennedy <mkennedy@gentoo.org> cl-clx-0.7.3.ebuild: + Update description to say Portable CLX is primarily for use with SBCL. *cl-clx-0.7.3 (26 Apr 2006) diff --git a/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild b/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild index 13f8e8e9ac4c..be2ca07c810d 100644 --- a/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild +++ b/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild,v 1.1 2006/04/26 21:10:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild,v 1.2 2006/07/04 21:03:23 mkennedy Exp $ inherit common-lisp eutils -DESCRIPTION="Portable CLX" +DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL." HOMEPAGE="http://ftp.linux.org.uk/pub/lisp/sbcl/ http://www.cliki.net/CLX" SRC_URI="http://ftp.linux.org.uk/pub/lisp/sbcl/clx_${PV}.tar.gz" |