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 ff3eb2cd931d..ff96268a80a1 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/ChangeLog,v 1.17 2014/07/11 08:46:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/ChangeLog,v 1.18 2014/08/10 20:41:12 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> cl-clx-0.7.3.ebuild: + QA: drop trailing '.' from DESCRIPTION 11 Jul 2014; Patrick Lauer <patrick@gentoo.org> cl-clx-0.7.3.ebuild: Stable on amd64 #511170 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 719605172441..cf52b30d31f1 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-2014 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.6 2014/07/11 08:46:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild,v 1.7 2014/08/10 20:41:12 slyfox Exp $ inherit common-lisp eutils -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL." +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" |