From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A77AA1382C5 for ; Sun, 18 Mar 2018 16:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADA10E07FA; Sun, 18 Mar 2018 16:10:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85578E07FA for ; Sun, 18 Mar 2018 16:10:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA32D335D07 for ; Sun, 18 Mar 2018 16:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E71B239 for ; Sun, 18 Mar 2018 16:10:34 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1521389444.8d54d41b279375adab322a50aac1fc14de38f4ab.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-smtp/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-smtp/cl-smtp-20100505.1.ebuild dev-lisp/cl-smtp/cl-smtp-9999.ebuild X-VCS-Directories: dev-lisp/cl-smtp/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 8d54d41b279375adab322a50aac1fc14de38f4ab X-VCS-Branch: master Date: Sun, 18 Mar 2018 16:10:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b23504ed-062d-443a-84fa-f90367dc8606 X-Archives-Hash: 2a87fa1a0e4089f7b1727fafb6fa242e commit: 8d54d41b279375adab322a50aac1fc14de38f4ab Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Mar 18 16:10:44 2018 +0000 Commit: José María Alonso gentoo 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}