commit: cf472189b476c7667864e4f59df5a11c729899c7 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 2 07:17:47 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Apr 2 07:17:47 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cf472189
dev-lisp/cl-smtp: Drop keywords of live ebuild Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-lisp/cl-smtp/cl-smtp-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-lisp/cl-smtp/cl-smtp-9999.ebuild b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild index 422d27b2..36c8e471 100644 --- a/dev-lisp/cl-smtp/cl-smtp-9999.ebuild +++ b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,14 +6,12 @@ EAPI=6 inherit common-lisp-3 git-r3 DESCRIPTION="A Common Lisp client library for the SMTP network protocol." -HOMEPAGE="http://common-lisp.net/project/cl-smtp/ - http://www.cliki.net/CL-SMTP" +HOMEPAGE="https://cl-smtp.common-lisp.dev/ + https://www.cliki.net/CL-SMTP" EGIT_REPO_URI="https://gitlab.common-lisp.net/cl-smtp/cl-smtp" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" RDEPEND="dev-lisp/cl-base64 dev-lisp/usocket
