commit: 8d54d41b279375adab322a50aac1fc14de38f4ab
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:10:44 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:10:44 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8d54d41b
dev-lisp/cl-smtp: Adds live ebuild. Drops old version. Updates manifest
.../cl-smtp/{cl-smtp-20100505.1.ebuild => cl-smtp-9999.ebuild} | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild
b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild
similarity index 72%
rename from dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild
rename to dev-lisp/cl-smtp/cl-smtp-9999.ebuild
index 81899c75..422d27b2 100644
--- a/dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild
+++ b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit common-lisp-3
-
-MY_P=${PN}_${PV}
+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"
-SRC_URI="http://common-lisp.net/project/${PN}/${MY_P}.tar.gz"
+EGIT_REPO_URI="https://gitlab.common-lisp.net/cl-smtp/cl-smtp"
LICENSE="LLGPL-2.1"
SLOT="0"
@@ -22,5 +20,3 @@ RDEPEND="dev-lisp/cl-base64
dev-lisp/trivial-gray-streams
dev-lisp/flexi-streams
dev-lisp/cl-plus-ssl"
-
-S="${WORKDIR}"/${PN}