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-qprint/
Date: Fri, 02 Dec 2016 22:17:04
Message-Id: 1480717015.d49b6556397859f75da5e7610b05648634c0bb92.nimiux@gentoo
1 commit: d49b6556397859f75da5e7610b05648634c0bb92
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 2 22:16:55 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 22:16:55 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d49b6556
7
8 dev-lisp/cl-qprint: Updates header
9
10 dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild b/dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild
14 index e5d04c5..23aa3e3 100644
15 --- a/dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild
16 +++ b/dev-lisp/cl-qprint/cl-qprint-0.2.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 encoding and decoding strings in quoted-printable format."
27 +DESCRIPTION="Common Lisp Library for encoding and decoding strings in quoted-printable format."
28 HOMEPAGE="http://www.cliki.net/cl-qprint/"
29 SRC_URI="http://www.bobturf.org/software/${PN}/${P}.tar.gz"