summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-07-04 21:03:23 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-07-04 21:03:23 +0000
commitbf03f070c61f5fa4f3885ff192b0be6a49ffebbc (patch)
tree647f56d651153b795c9ac72c3e43c2aad9dc1a93 /dev-lisp
parentFixed RDEPEND wrt bug #134781 (diff)
downloadgentoo-2-bf03f070c61f5fa4f3885ff192b0be6a49ffebbc.tar.gz
gentoo-2-bf03f070c61f5fa4f3885ff192b0be6a49ffebbc.tar.bz2
gentoo-2-bf03f070c61f5fa4f3885ff192b0be6a49ffebbc.zip
Update description to say Portable CLX is primarily for use with SBCL.
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-clx/ChangeLog5
-rw-r--r--dev-lisp/cl-clx/cl-clx-0.7.3.ebuild4
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"