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 4B4CB1382C5 for ; Sun, 4 Feb 2018 10:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADAEFE0967; Sun, 4 Feb 2018 10:25:44 +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 7BEBEE0967 for ; Sun, 4 Feb 2018 10:25:44 +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 D6BA4335C2F for ; Sun, 4 Feb 2018 10:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A06A1C5 for ; Sun, 4 Feb 2018 10:25:41 +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: <1517739936.646c705775bef8d00ee04a10c32bbc13cb742378.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: 646c705775bef8d00ee04a10c32bbc13cb742378 X-VCS-Branch: master Date: Sun, 4 Feb 2018 10:25:41 +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: 96618216-377e-47c3-84b2-4eb38166b3dc X-Archives-Hash: 8617afb18469b19dc93857218b8ec1ec commit: 646c705775bef8d00ee04a10c32bbc13cb742378 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Feb 4 10:25:36 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Feb 4 10:25:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=646c7057 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