From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-904514-garchives=archives.gentoo.org@lists.gentoo.org>
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 DC797138330
	for <garchives@archives.gentoo.org>; Sun,  2 Oct 2016 14:25:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CF575E0B81;
	Sun,  2 Oct 2016 14:25:13 +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 B24DCE0B81
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Oct 2016 14:25:13 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AA740340CAC
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Oct 2016 14:25:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ECD39248D
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Oct 2016 14:25:09 +0000 (UTC)
From: "José María Alonso" <nimiux@gentoo.org>
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" <nimiux@gentoo.org>
Message-ID: <1475418303.d89ba3ff0caad5fbe8a3b538934a4a08ff8e1dc2.nimiux@gentoo>
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/spatial-trees/
X-VCS-Repository: proj/lisp
X-VCS-Files: dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
X-VCS-Directories: dev-lisp/spatial-trees/
X-VCS-Committer: nimiux
X-VCS-Committer-Name: José María Alonso
X-VCS-Revision: d89ba3ff0caad5fbe8a3b538934a4a08ff8e1dc2
X-VCS-Branch: master
Date: Sun,  2 Oct 2016 14:25:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 8e857e75-c70e-46dd-a8da-99cdff979f62
X-Archives-Hash: e9f75e86c81291184e03d4a14826f920

commit:     d89ba3ff0caad5fbe8a3b538934a4a08ff8e1dc2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 14:25:03 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 14:25:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d89ba3ff

dev-lisp/spatial-trees: Update header

 dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild b/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
index b0b0fde..8193b5f 100644
--- a/dev-lisp/spatial-trees/spatial-trees-0.2-r1.ebuild
+++ b/dev-lisp/spatial-trees/spatial-trees-0.2-r1.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
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 
-DESCRIPTION="A Common Lisp library providing access to dynamic index structures for spatially-extended data."
+DESCRIPTION="A set of dynamic index data structures for spatially-extended data"
 HOMEPAGE="http://www.cliki.net/spatial-trees"
 SRC_URI="http://ftp.linux.org.uk/pub/lisp/cclan/${P}.tar.gz"