commit: 109afc80b8cc5a02ad2e17529daa8e3c02cc2820 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 16:27:44 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 16:27:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=109afc80
dev-lisp/sbcl: Fix metadata and update header dev-lisp/sbcl/metadata.xml | 43 +++++++++++++++++++------------------- dev-lisp/sbcl/sbcl-1.1.6-r3.ebuild | 4 ++-- dev-lisp/sbcl/sbcl-1.1.7.ebuild | 4 ++-- dev-lisp/sbcl/sbcl-1.2.6.ebuild | 4 ++-- 4 files changed, 28 insertions(+), 27 deletions(-) diff --git a/dev-lisp/sbcl/metadata.xml b/dev-lisp/sbcl/metadata.xml index d2fa3df..e468e85 100644 --- a/dev-lisp/sbcl/metadata.xml +++ b/dev-lisp/sbcl/metadata.xml @@ -1,27 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>common-lisp</herd> -<longdescription> -Steel Bank Common Lisp is an open source Common Lisp implementation. It -provides an integrated native compiler, interpreter, and debugger. + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Common Lisp Project</name> + </maintainer> + <longdescription> + Steel Bank Common Lisp is an open source Common Lisp implementation. It + provides an integrated native compiler, interpreter, and debugger. -SBCL is a fork off of the main branch of CMUCL. SBCL is distinguished from -CMUCL by a greater emphasis on maintainability. In particular, the SBCL system -can be built directly from its source code, so that the output corresponds to -the source code in a controlled, verifiable way, and arbitrary changes can be -made to the system without causing bootstrapping problems. SBCL also places -less emphasis than CMU CL does on new non-ANSI extensions, or on backward -compatibility with old non-ANSI features. + SBCL is a fork off of the main branch of CMUCL. SBCL is distinguished from + CMUCL by a greater emphasis on maintainability. In particular, the SBCL system + can be built directly from its source code, so that the output corresponds to + the source code in a controlled, verifiable way, and arbitrary changes can be + made to the system without causing bootstrapping problems. SBCL also places + less emphasis than CMU CL does on new non-ANSI extensions, or on backward + compatibility with old non-ANSI features. -Support for native threading on GNU/Linux is available for the x86 and amd64 -platforms using an NPTL enabled GLIBC. - -SBCL 0.8.17 and later support Unicode. -</longdescription> -<use> -<flag name='cobalt'>mips only: use mipsel binary instead of mips big endian -binary to bootstrap</flag> -<flag name='pax_kernel'>Enable if the user plans to run the package under a pax enabled hardened kernel</flag> -</use> + Support for native threading on GNU/Linux is available for the x86 and amd64 + platforms using an NPTL enabled GLIBC. + + SBCL 0.8.17 and later support Unicode. + </longdescription> + <use> + <flag name='pax_kernel'>Enable if the user plans to run the package under a pax enabled hardened kernel</flag> + </use> </pkgmetadata> diff --git a/dev-lisp/sbcl/sbcl-1.1.6-r3.ebuild b/dev-lisp/sbcl/sbcl-1.1.6-r3.ebuild index d28c0a1..5685470 100644 --- a/dev-lisp/sbcl/sbcl-1.1.6-r3.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.6-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 inherit multilib eutils flag-o-matic pax-utils diff --git a/dev-lisp/sbcl/sbcl-1.1.7.ebuild b/dev-lisp/sbcl/sbcl-1.1.7.ebuild index 0b7d092..1141cf8 100644 --- a/dev-lisp/sbcl/sbcl-1.1.7.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 inherit multilib eutils flag-o-matic pax-utils diff --git a/dev-lisp/sbcl/sbcl-1.2.6.ebuild b/dev-lisp/sbcl/sbcl-1.2.6.ebuild index 6210100..660ba9c 100644 --- a/dev-lisp/sbcl/sbcl-1.2.6.ebuild +++ b/dev-lisp/sbcl/sbcl-1.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 inherit multilib eutils flag-o-matic pax-utils
