commit: 21f73b58645f3ea71efee17a8c99bdf972b4b1df Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 19:34:41 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 19:35:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f73b58
common-lisp-common.eclass: Updates eclass info eclass/common-lisp-common.eclass | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/eclass/common-lisp-common.eclass b/eclass/common-lisp-common.eclass index a335bd71040..78c6df86a8b 100644 --- a/eclass/common-lisp-common.eclass +++ b/eclass/common-lisp-common.eclass @@ -1,14 +1,16 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# -# Author Matthew Kennedy <[email protected]> -# -# Sundry code common to many Common Lisp related ebuilds. -# Some handy constants +# @ECLASS: common-lisp-common.eclass +# @AUTHOR: Matthew Kennedy <[email protected]> +# @MAINTAINER: +# Common Lisp project <[email protected]> +# @DESCRIPTION: +# Sundry code common to many Common Lisp related ebuilds. inherit eutils multilib +# Some handy constants CLFASLROOT=/usr/$(get_libdir)/common-lisp/ CLSOURCEROOT=/usr/share/common-lisp/source/ CLSYSTEMROOT=/usr/share/common-lisp/systems/
