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, 07 Jul 2017 08:58:23
Message-Id: 1499417909.e684b76017cb7a73c11b05ce1fd6cda53b576d2b.nimiux@gentoo
1 commit: e684b76017cb7a73c11b05ce1fd6cda53b576d2b
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:58:29 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:58:29 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e684b760
7
8 dev-lisp/cl-qprint: Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-qprint/cl-qprint-0.2.1.ebuild | 9 +++++----
11 1 file changed, 5 insertions(+), 4 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 23aa3e39..bc979aa4 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,11 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22
23 -inherit common-lisp-2
24 +EAPI=6
25
26 -DESCRIPTION="Common Lisp Library for encoding and decoding strings in quoted-printable format."
27 +inherit common-lisp-3
28 +
29 +DESCRIPTION="Common Lisp Library for encoding/decoding strings in quoted-printable format."
30 HOMEPAGE="http://www.cliki.net/cl-qprint/"
31 SRC_URI="http://www.bobturf.org/software/${PN}/${P}.tar.gz"