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 1DCCC1382C5 for ; Fri, 9 Mar 2018 17:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 520C8E0977; Fri, 9 Mar 2018 17:41:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D9F5E0976 for ; Fri, 9 Mar 2018 17:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0DEFE335C34 for ; Fri, 9 Mar 2018 17:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BE6D245 for ; Fri, 9 Mar 2018 17:41:29 +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: <1520617127.bf117d778af64848d5988e248063fa6841126975.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.3.ebuild dev-lisp/clx/clx-0.7.4.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: bf117d778af64848d5988e248063fa6841126975 X-VCS-Branch: master Date: Fri, 9 Mar 2018 17:41:29 +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: 33e4ccaf-945a-4380-9a30-7107688285e2 X-Archives-Hash: 19619acd7659508b1ee19bcddb5122f2 commit: bf117d778af64848d5988e248063fa6841126975 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Feb 4 10:25:36 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Mar 9 17:38:47 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bf117d77 dev-lisp/clx: Drops old versions dev-lisp/clx/clx-0.7.3.ebuild | 33 --------------------------------- dev-lisp/clx/clx-0.7.4.ebuild | 33 --------------------------------- dev-lisp/clx/metadata.xml | 4 ++-- 3 files changed, 2 insertions(+), 68 deletions(-) diff --git a/dev-lisp/clx/clx-0.7.3.ebuild b/dev-lisp/clx/clx-0.7.3.ebuild deleted file mode 100644 index a80ef5ac..00000000 --- a/dev-lisp/clx/clx-0.7.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 eutils - -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL." -HOMEPAGE="http://www.cliki.net/CLX" -SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="sys-apps/texinfo - doc? ( virtual/texi2dvi )" -RDEPEND="!dev-lisp/cl-${PN}" - -src_compile() { - cd manual || die - makeinfo ${PN}.texinfo -o ${PN}.info || die - use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die -} - -src_install() { - common-lisp-install-sources *.lisp debug demo extensions test - common-lisp-install-asdf - dodoc NEWS CHANGES README* - doinfo manual/${PN}.info - use doc && dodoc manual/${PN}.pdf -} diff --git a/dev-lisp/clx/clx-0.7.4.ebuild b/dev-lisp/clx/clx-0.7.4.ebuild deleted file mode 100644 index 98c9079f..00000000 --- a/dev-lisp/clx/clx-0.7.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 eutils - -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL." -HOMEPAGE="http://www.cliki.net/CLX" -SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="sys-apps/texinfo - doc? ( virtual/texi2dvi )" -RDEPEND="!dev-lisp/cl-${PN}" - -src_compile() { - cd manual || die - makeinfo ${PN}.texinfo -o ${PN}.info || die - use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die -} - -src_install() { - common-lisp-install-sources *.lisp debug demo extensions tests - common-lisp-install-asdf - dodoc NEWS CHANGES README* - doinfo manual/${PN}.info - use doc && dodoc manual/${PN}.pdf -} diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml index 47c41000..038e56e9 100644 --- a/dev-lisp/clx/metadata.xml +++ b/dev-lisp/clx/metadata.xml @@ -8,12 +8,12 @@ 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. + 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. + equivamente en Common Lisp a Xlib. Builds documentation