From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34DE6139694 for ; Wed, 5 Apr 2017 15:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46685E0CA3; Wed, 5 Apr 2017 15:08:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15F37E0CA3 for ; Wed, 5 Apr 2017 15:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EA4F34167D for ; Wed, 5 Apr 2017 15:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 246F573F3 for ; Wed, 5 Apr 2017 15:07:59 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1491404870.cabb17b69f63d5cfc33bc5ed1958b0caf39cb520.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/clx/clx-0.7.4-r1.ebuild dev-lisp/clx/clx-9999.ebuild dev-lisp/clx/metadata.xml X-VCS-Directories: dev-lisp/clx/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: cabb17b69f63d5cfc33bc5ed1958b0caf39cb520 X-VCS-Branch: master Date: Wed, 5 Apr 2017 15:07:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 162e44a5-c9e7-4530-ba41-2b365dffcdab X-Archives-Hash: 93ec481ea47bdc26748309e02ebaa8d6 commit: cabb17b69f63d5cfc33bc5ed1958b0caf39cb520 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Apr 5 15:07:50 2017 +0000 Commit: José María Alonso gentoo 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 @@ + + + + + common-lisp@gentoo.org + Gentoo Common Lisp Project + + + 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. + + + 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. + + + Builds documentation + + + sharplispers/clx + +