From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6A5471388BF for ; Thu, 14 Jan 2016 11:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF842E07FA; Thu, 14 Jan 2016 11:13:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 564CAE07FA for ; Thu, 14 Jan 2016 11:13:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C8F2340AE4 for ; Thu, 14 Jan 2016 11:13:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 900CDA91 for ; Thu, 14 Jan 2016 11:13:42 +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: <1452770218.fb62f642b4c09db86c172db64302b40debd91b7d.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/cl-unicode-0.1.4.ebuild dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild X-VCS-Directories: dev-lisp/cl-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: fb62f642b4c09db86c172db64302b40debd91b7d X-VCS-Branch: master Date: Thu, 14 Jan 2016 11:13:42 +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: c75a6fb7-640e-4627-b28d-6f43e649ed54 X-Archives-Hash: 10324158607392912bdcae416e9d0597 commit: fb62f642b4c09db86c172db64302b40debd91b7d Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Jan 14 11:16:58 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Jan 14 11:16:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fb62f642 dev-lisp/cl-unicode: trim description dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild | 4 ++-- dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild | 2 +- dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 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 index 5064c1d..774a94e 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit common-lisp-2 -DESCRIPTION="A library which provides Common Lisp implementations with knowledge about Unicode characters." +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" diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild index 6b8c73d..dae548c 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.4.ebuild @@ -8,7 +8,7 @@ inherit common-lisp-3 MY_P="v${PV}" -DESCRIPTION="A library which provides Common Lisp implementations with knowledge about Unicode characters." +DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters." HOMEPAGE="http://weitz.de/cl-unicode/" SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild index 81f6bce..e52302f 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild @@ -8,7 +8,7 @@ inherit common-lisp-3 MY_P="v${PV}" -DESCRIPTION="A library which provides Common Lisp implementations with knowledge about Unicode characters." +DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters." HOMEPAGE="http://weitz.de/cl-unicode/" SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"