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 F3BBF1396D9 for ; Mon, 30 Oct 2017 15:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F8EAE0FCD; Mon, 30 Oct 2017 15:15:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2E6F3E0FCD for ; Mon, 30 Oct 2017 15:15:05 +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 23ED53416DC for ; Mon, 30 Oct 2017 15:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF789315 for ; Mon, 30 Oct 2017 15:15:02 +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: <1509374916.2ddf0d44c8167879aac1d0502ff3404324845762.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/alexandria/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/alexandria/alexandria-20171029.ebuild dev-lisp/alexandria/alexandria-99999999.ebuild X-VCS-Directories: dev-lisp/alexandria/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2ddf0d44c8167879aac1d0502ff3404324845762 X-VCS-Branch: master Date: Mon, 30 Oct 2017 15:15:02 +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: bbdabfb8-a686-45e6-b228-cb9f068eb854 X-Archives-Hash: 8814d6c68d3110d733cacd898c2d37d9 commit: 2ddf0d44c8167879aac1d0502ff3404324845762 Author: Chema Alonso Josa gentoo org> AuthorDate: Mon Oct 30 14:48:36 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Oct 30 14:48:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2ddf0d44 dev-lisp/alexandria: Clarify description dev-lisp/alexandria/alexandria-20171029.ebuild | 2 +- dev-lisp/alexandria/alexandria-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/alexandria/alexandria-20171029.ebuild b/dev-lisp/alexandria/alexandria-20171029.ebuild index c5656e8f..dddcd4a8 100644 --- a/dev-lisp/alexandria/alexandria-20171029.ebuild +++ b/dev-lisp/alexandria/alexandria-20171029.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit common-lisp-3 eutils -DESCRIPTION="A collection of public domain utilities." +DESCRIPTION="A collection of portable utilities for Common Lisp" HOMEPAGE="http://common-lisp.net/project/alexandria/" if [[ ${PV} == 9999* ]] ; then inherit git-r3 diff --git a/dev-lisp/alexandria/alexandria-99999999.ebuild b/dev-lisp/alexandria/alexandria-99999999.ebuild index 960fcb00..328f4c8d 100644 --- a/dev-lisp/alexandria/alexandria-99999999.ebuild +++ b/dev-lisp/alexandria/alexandria-99999999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit common-lisp-3 git-r3 eutils -DESCRIPTION="A collection of public domain utilities." +DESCRIPTION="A collection of portable utilities for Common Lisp" HOMEPAGE="http://common-lisp.net/project/alexandria/" EGIT_REPO_URI="https://gitlab.common-lisp.net/alexandria/alexandria.git"