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/flexi-streams/
Date: Sun, 13 Dec 2015 22:16:40
Message-Id: 1450045159.b5454f9901ed11bde5d26e2d3f312265d360d0ad.nimiux@gentoo
1 commit: b5454f9901ed11bde5d26e2d3f312265d360d0ad
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 22:19:19 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 22:19:19 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b5454f99
7
8 dev-lisp/flexi-streams: Fix header and description
9
10 dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild
14 index ccece76..8fc9b61 100644
15 --- a/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild
16 +++ b/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2010 Gentoo Foundation
19 +# Copyright 1999-2015 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Id$
23
24 inherit common-lisp-2
25
26 -DESCRIPTION="FLEXI-STREAMS implements \"virtual\" bivalent streams that can be layered atop real binary or bivalent streams."
27 +DESCRIPTION="Implements \"virtual\" bivalent streams that can be layered atop real binary or bivalent streams."
28 HOMEPAGE="http://weitz.de/flexi-streams/
29 http://www.cliki.net/flexi-streams/"
30 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"