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-html-diff/
Date: Sat, 03 Dec 2016 21:54:01
Message-Id: 1480801952.ef6c9c481619b64dc9291e3c679f81a94c93088c.nimiux@gentoo
1 commit: ef6c9c481619b64dc9291e3c679f81a94c93088c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 21:52:32 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 21:52:32 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef6c9c48
7
8 dev-lisp/cl-html-diff: Updates header
9
10 dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild b/dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild
14 index f5a0df2..3eefbd0 100644
15 --- a/dev-lisp/cl-html-diff/cl-html-diff-0.1.ebuild
16 +++ b/dev-lisp/cl-html-diff/cl-html-diff-0.1.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
25
26 -DESCRIPTION="A Common Lisp library for generating a human-readable diff of two HTML documents."
27 +DESCRIPTION="Common Lisp library for generating a human-readable diff of two HTML documents."
28 HOMEPAGE="http://www.cliki.net/CL-HTML-DIFF"
29 SRC_URI="http://lemonodor.com/code/${PN}_${PV}.tar.gz"