commit: ef2d9322ea999a3a3702e830e02d5ee34aaef33b Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 12:03:00 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 12:03:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2d9322
common-lisp.eclass: Reorders metatada. Adds BLURB Gentoo-Bug: 624238 eclass/common-lisp.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/common-lisp.eclass b/eclass/common-lisp.eclass index b71395fe690..e5ad3361f43 100644 --- a/eclass/common-lisp.eclass +++ b/eclass/common-lisp.eclass @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: common-lisp.eclass -# @AUTHOR: Matthew Kennedy <[email protected]> # @MAINTAINER: # Common Lisp project <[email protected]> +# @AUTHOR: Matthew Kennedy <[email protected]> +# @BLURB: eclass for installing Common Lisp packages. # @DESCRIPTION: # This eclass supports the common-lisp-controller installation of many # Common Lisp libraries
