diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:41:12 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:41:12 +0000 |
commit | fbabfc70fa5b11a17df57caea557f016bcae3f9f (patch) | |
tree | b82c54b432af07f7f5fe4ac4ae1e0afb2a37bf36 /dev-lisp | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-fbabfc70fa5b11a17df57caea557f016bcae3f9f.tar.gz gentoo-2-fbabfc70fa5b11a17df57caea557f016bcae3f9f.tar.bz2 gentoo-2-fbabfc70fa5b11a17df57caea557f016bcae3f9f.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-lisp')
-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" |