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-captcha/
Date: Thu, 06 Jul 2017 19:56:34
Message-Id: 1499370998.707a42c296c76e04e8130dd84dccd9e9790b9d59.nimiux@gentoo
1 commit: 707a42c296c76e04e8130dd84dccd9e9790b9d59
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 19:56:38 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 19:56:38 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=707a42c2
7
8 dev-lisp/trivial-captcha: Updates to common-lisp-3 eclass
9
10 dev-lisp/trivial-captcha/trivial-captcha-0.1.ebuild | 13 +++++++------
11 1 file changed, 7 insertions(+), 6 deletions(-)
12
13 diff --git a/dev-lisp/trivial-captcha/trivial-captcha-0.1.ebuild b/dev-lisp/trivial-captcha/trivial-captcha-0.1.ebuild
14 index 3a501eb1..e731ac01 100644
15 --- a/dev-lisp/trivial-captcha/trivial-captcha-0.1.ebuild
16 +++ b/dev-lisp/trivial-captcha/trivial-captcha-0.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 eutils
24 +EAPI=6
25
26 -DESCRIPTION="trivial-captcha is an exceptionally trivial library for creating images suitable for a CAPTCHA."
27 +inherit common-lisp-3 eutils
28 +
29 +DESCRIPTION="An exceptionally trivial library for creating images suitable for a CAPTCHA."
30 HOMEPAGE="http://www.cliki.net/trivial-captcha"
31 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
32
33 @@ -14,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 IUSE=""
35
36 src_install() {
37 - common-lisp-install *.{lisp,asd} letters.pnm
38 - common-lisp-symlink-asdf
39 + common-lisp-install-sources *.lisp letters.pnm
40 + common-lisp-install-asdf
41 dohtml doc/*
42 }