Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-containers/
Date: Wed, 30 Nov 2016 22:17:53
Message-Id: 1480544257.e9b56d961f1fdcea8ca4d5acd42e274473f18416.nimiux@gentoo
1 commit: e9b56d961f1fdcea8ca4d5acd42e274473f18416
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 22:17:37 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 22:17:37 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e9b56d96
7
8 dev-lisp/cl-containers: Updates header
9
10 dev-lisp/cl-containers/cl-containers-0.11.5.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/cl-containers/cl-containers-0.11.5.ebuild b/dev-lisp/cl-containers/cl-containers-0.11.5.ebuild
14 index 312671d..9a598ec 100644
15 --- a/dev-lisp/cl-containers/cl-containers-0.11.5.ebuild
16 +++ b/dev-lisp/cl-containers/cl-containers-0.11.5.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2010 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Id$
23
24 inherit common-lisp-2 eutils
25
26 -DESCRIPTION="CL-containers adds trees, sparse arrays, and other useful containers to CommonLisp."
27 +DESCRIPTION="Adds trees, sparse arrays, and other useful containers to CommonLisp."
28 HOMEPAGE="http://common-lisp.net/project/cl-containers/"
29 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"