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/trivial-gray-streams/
Date: Sun, 13 Dec 2015 22:41:15
Message-Id: 1450046634.c88854f63f25d160220d6c50d67275d221111437.nimiux@gentoo
1 commit: c88854f63f25d160220d6c50d67275d221111437
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 22:43:54 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 22:43:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c88854f6
7
8 dev-lisp/trivial-gray-streams: fix header and homepage
9
10 dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
14 index 03b5a81..51cbb70 100644
15 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
16 +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
17 @@ -1,6 +1,6 @@
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 @@ -8,7 +8,7 @@ MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
27 MY_P=${PN}-${MY_PV}
28
29 DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
30 -HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams"
31 +HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
32 SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz"
33
34 LICENSE="MIT"