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 8A34D139694 for ; Sun, 2 Jul 2017 21:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF9EA2340F4; Sun, 2 Jul 2017 21:03:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B2FF02340F4 for ; Sun, 2 Jul 2017 21:03:38 +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 BA73E34196E for ; Sun, 2 Jul 2017 21:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E2C1747D for ; Sun, 2 Jul 2017 21:03:36 +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: <1499029410.9a33ff7b236de5a47d8ac3cef42abb87e58a5c55.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-unicode/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild dev-lisp/cl-unicode/metadata.xml X-VCS-Directories: dev-lisp/cl-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 9a33ff7b236de5a47d8ac3cef42abb87e58a5c55 X-VCS-Branch: master Date: Sun, 2 Jul 2017 21:03:36 +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: c2a09ac6-1151-4f50-8a96-9d6414d8e1e6 X-Archives-Hash: 57618d00a52f6824547f56eb296a2604 commit: 9a33ff7b236de5a47d8ac3cef42abb87e58a5c55 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Jul 2 21:03:30 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Jul 2 21:03:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9a33ff7b dev-lisp/cl-unicode: Drops old version. Fixes metadata formatting dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild | 22 ----------------- dev-lisp/cl-unicode/metadata.xml | 38 ++++++++++++++--------------- 2 files changed, 19 insertions(+), 41 deletions(-) diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild deleted file mode 100644 index 35d46cad..00000000 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit common-lisp-2 - -DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters." -HOMEPAGE="http://weitz.de/cl-unicode/" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/cl-ppcre" - -src_install() { - common-lisp-install *.{lisp,asd} test/ - common-lisp-symlink-asdf - dodoc CHANGELOG.txt - dohtml doc/index.html -} diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml index ff9a9eb1..73984633 100644 --- a/dev-lisp/cl-unicode/metadata.xml +++ b/dev-lisp/cl-unicode/metadata.xml @@ -1,29 +1,29 @@ - - common-lisp@gentoo.org - Gentoo Common Lisp Project - - - CL-UNICODE is a library which provides Common Lisp implementations - with knowledge about Unicode characters including their name, their - general category, the scripts and blocks they belong to, their - numerical value, and several other properties. It also provides the - ability to replace the standard syntax for reading Lisp characters - with one that is Unicode-aware and is used to enhance CL-PPCRE with - Unicode properties. - - - CL-UNICODE es una biblioteca que ofrece implmentaciones de Common + + common-lisp@gentoo.org + Gentoo Common Lisp Project + + + CL-UNICODE is a library which provides Common Lisp implementations + with knowledge about Unicode characters including their name, their + general category, the scripts and blocks they belong to, their + numerical value, and several other properties. It also provides the + ability to replace the standard syntax for reading Lisp characters + with one that is Unicode-aware and is used to enhance CL-PPCRE with + Unicode properties. + + + CL-UNICODE es una biblioteca que ofrece implmentaciones de Common Lisp que reconoce caracteres Unicode incluyendo su nombre, categoría general, los guiones y bloques a los que pertenecen, su valor numérico y algunas otras propiedades. También ofrece la capacidad de reemplazar la sintaxis estándar para la lectura de caracteres Lisp por otra que reconoce Unicode y se utiliza para mejorar CL-PPCRE con propiedades Unicode. - - - edicl/cl-unicode - + + + edicl/cl-unicode +