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 05EA2139694 for ; Sun, 2 Jul 2017 21:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54F70E0BEF; Sun, 2 Jul 2017 21:14:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30C57E0BEF for ; Sun, 2 Jul 2017 21:14:17 +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 17CD134188D for ; Sun, 2 Jul 2017 21:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 830797490 for ; Sun, 2 Jul 2017 21:14:14 +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: <1499030048.21636518463604086b4a37cb024e0c632eb02ea1.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sasl/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild dev-lisp/cl-sasl/cl-sasl-0.3.ebuild X-VCS-Directories: dev-lisp/cl-sasl/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 21636518463604086b4a37cb024e0c632eb02ea1 X-VCS-Branch: master Date: Sun, 2 Jul 2017 21:14:14 +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: b40a99f7-1aff-4747-b7f9-debbce75f1bf X-Archives-Hash: 501ba1283fe34b3a6f23060ad989e9e4 commit: 21636518463604086b4a37cb024e0c632eb02ea1 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Jul 2 21:14:08 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Jul 2 21:14:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=21636518 dev-lisp/cl-sasl: Updates to common-lisp-3.eclass dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild | 3 +-- dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild | 3 +-- dev-lisp/cl-sasl/cl-sasl-0.3.ebuild | 21 --------------------- 3 files changed, 2 insertions(+), 25 deletions(-) diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild index 602b03e3..aead7787 100644 --- a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild +++ b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild index 602b03e3..aead7787 100644 --- a/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild +++ b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild deleted file mode 100644 index 50af1bd8..00000000 --- a/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -MY_P=${PN}_${PV} - -DESCRIPTION="SASL client implementation for Common Lisp" -HOMEPAGE="http://www.dtek.chalmers.se/~henoch/text/cl-sasl.html - http://www.cliki.net/cl-sasl" -SRC_URI="http://www.dtek.chalmers.se/~henoch/text/${PN}/${MY_P}.tar.gz" -LICENSE="BSD" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/ironclad" - -S="${WORKDIR}"/${MY_P}