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 AA0D61395E2 for ; Thu, 1 Dec 2016 14:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6059321C06A; Thu, 1 Dec 2016 14:09:29 +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 4350C21C06A for ; Thu, 1 Dec 2016 14:09:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E560340F53 for ; Thu, 1 Dec 2016 14:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6BAC49A for ; Thu, 1 Dec 2016 14:09:24 +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: <1480601363.31cc32d1fc02528f869ccb80698eea6b49899ccd.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.ebuild X-VCS-Directories: dev-lisp/cl-sasl/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 31cc32d1fc02528f869ccb80698eea6b49899ccd X-VCS-Branch: master Date: Thu, 1 Dec 2016 14:09:24 +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: 80649fcf-bbd5-4fc4-a41e-6a0b815a106d X-Archives-Hash: c4038121410c00583e1d4ca7a404f9f9 commit: 31cc32d1fc02528f869ccb80698eea6b49899ccd Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Dec 1 14:09:23 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Dec 1 14:09:23 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=31cc32d1 dev-lisp/cl-sasl: Updates header dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild | 6 +++--- dev-lisp/cl-sasl/cl-sasl-0.3.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 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 bbeaeca..602b03e 100644 --- a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild +++ b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild index 30d7903..50af1bd 100644 --- a/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild +++ b/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2