Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-plus-ssl/
Date: Fri, 01 Apr 2022 14:56:48
Message-Id: 1648824580.2882817698fe548de56694c926162c6ec9e7475f.ulm@gentoo
1 commit: 2882817698fe548de56694c926162c6ec9e7475f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 14:49:40 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:49:40 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=28828176
7
8 dev-lisp/cl-plus-ssl: Drop ~sparc because of unkeyworded dependencies
9
10 Minor touchups to the ebuild.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild | 14 +++++++-------
15 dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild | 5 ++---
16 2 files changed, 9 insertions(+), 10 deletions(-)
17
18 diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
19 index b6bf606f..31cd4b0a 100644
20 --- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
21 +++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
22 @@ -1,21 +1,20 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -inherit common-lisp-3 eutils multilib
30 +inherit common-lisp-3
31
32 MY_PN=cl+ssl
33 MY_P=${MY_PN}-${PV:0:4}-${PV:4:2}-${PV:6:2}
34
35 DESCRIPTION="A simple Common Lisp interface to OpenSSL."
36 -HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/"
37 -SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz"
38 +HOMEPAGE="https://cl-plus-ssl.common-lisp.dev/"
39 +SRC_URI="https://cl-plus-ssl.common-lisp.dev/download/${MY_P}.tar.gz"
40
41 LICENSE="MIT"
42 SLOT="0"
43 -KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
44 -IUSE=""
45 +KEYWORDS="~amd64 ~ppc ~x86"
46
47 RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723
48 dev-lisp/trivial-gray-streams
49 @@ -39,5 +38,6 @@ src_prepare() {
50 src_install() {
51 common-lisp-install-sources *.lisp
52 common-lisp-install-asdf
53 - dohtml index.{css,html}
54 + docinto html
55 + dodoc index.{css,html}
56 }
57
58 diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
59 index 862fe18f..fdfa828f 100644
60 --- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
61 +++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 +# Copyright 1999-2022 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -6,12 +6,11 @@ EAPI=6
69 inherit common-lisp-3 git-r3
70
71 DESCRIPTION="A simple Common Lisp interface to OpenSSL."
72 -HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/"
73 +HOMEPAGE="https://cl-plus-ssl.common-lisp.dev/"
74 EGIT_REPO_URI="https://github.com/${PN}/${PN}"
75
76 LICENSE="MIT"
77 SLOT="0"
78 -IUSE=""
79
80 RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723
81 dev-lisp/trivial-garbage