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-smtp/
Date: Sat, 02 Apr 2022 07:39:36
Message-Id: 1648883867.cf472189b476c7667864e4f59df5a11c729899c7.ulm@gentoo
1 commit: cf472189b476c7667864e4f59df5a11c729899c7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 07:17:47 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 07:17:47 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cf472189
7
8 dev-lisp/cl-smtp: Drop keywords of live ebuild
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/cl-smtp/cl-smtp-9999.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-lisp/cl-smtp/cl-smtp-9999.ebuild b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild
16 index 422d27b2..36c8e471 100644
17 --- a/dev-lisp/cl-smtp/cl-smtp-9999.ebuild
18 +++ b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,14 +6,12 @@ EAPI=6
26 inherit common-lisp-3 git-r3
27
28 DESCRIPTION="A Common Lisp client library for the SMTP network protocol."
29 -HOMEPAGE="http://common-lisp.net/project/cl-smtp/
30 - http://www.cliki.net/CL-SMTP"
31 +HOMEPAGE="https://cl-smtp.common-lisp.dev/
32 + https://www.cliki.net/CL-SMTP"
33 EGIT_REPO_URI="https://gitlab.common-lisp.net/cl-smtp/cl-smtp"
34
35 LICENSE="LLGPL-2.1"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
38 -IUSE=""
39
40 RDEPEND="dev-lisp/cl-base64
41 dev-lisp/usocket