commit:     cabb17b69f63d5cfc33bc5ed1958b0caf39cb520
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 15:07:50 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 15:07:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cabb17b6

dev-lisp/clx: Updates header and EAPI. Adds metadata

 dev-lisp/clx/clx-0.7.4-r1.ebuild | 16 ++++++++--------
 dev-lisp/clx/clx-9999.ebuild     |  3 +--
 dev-lisp/clx/metadata.xml        | 24 ++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.4-r1.ebuild b/dev-lisp/clx/clx-0.7.4-r1.ebuild
index 643c6ae4..e229aaf0 100644
--- a/dev-lisp/clx/clx-0.7.4-r1.ebuild
+++ b/dev-lisp/clx/clx-0.7.4-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3 eutils
 
@@ -21,11 +20,12 @@ RDEPEND="!dev-lisp/cl-${PN}"
 
 src_prepare() {
        rm -v {exclcmac,sockcl,defsystem,provide,cmudep}.lisp || die
-       epatch "${FILESDIR}"/gentoo-fix-asd.patch
-       epatch "${FILESDIR}"/gentoo-fix-dep-openmcl.patch
-       epatch "${FILESDIR}"/gentoo-fix-unused-vars.patch
-       epatch "${FILESDIR}"/gentoo-fix-obsolete-eval-when.patch
-       epatch "${FILESDIR}"/gentoo-fix-dynamic-extent-sbcl-1.0.45.patch
+       eapply "${FILESDIR}"/gentoo-fix-asd.patch
+       eapply "${FILESDIR}"/gentoo-fix-dep-openmcl.patch
+       eapply "${FILESDIR}"/gentoo-fix-unused-vars.patch
+       eapply "${FILESDIR}"/gentoo-fix-obsolete-eval-when.patch
+       eapply "${FILESDIR}"/gentoo-fix-dynamic-extent-sbcl-1.0.45.patch
+       eapply_user
 }
 
 src_compile() {

diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild
index 5eb764c5..efbfcfbe 100644
--- a/dev-lisp/clx/clx-9999.ebuild
+++ b/dev-lisp/clx/clx-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 

diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml
new file mode 100644
index 00000000..47c41000
--- /dev/null
+++ b/dev-lisp/clx/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Common Lisp Project</name>
+       </maintainer>
+       <longdescription lang="en">
+               CLX provides an implementation of the X Window System protocol 
to
+               Lisp graphics library[ies] and applications. It is the Common 
Lisp
+               equivalent of Xlib. 
+       </longdescription>
+       <longdescription lang="es">
+               CLX ofrece una implementación del protocolo del sistema X Window
+               a las librerías y aplicaciones gráficas escritas en Lisp. Es el
+               equivamente en Common Lisp a Xlib. 
+       </longdescription>
+       <use>
+               <flag name="doc">Builds documentation</flag>
+       </use>
+       <upstream>
+               <remote-id type="github">sharplispers/clx</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to