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 B86D5139694 for ; Wed, 12 Apr 2017 20:00:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD5EE0BF9; Wed, 12 Apr 2017 20:00:11 +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 B619AE0BF9 for ; Wed, 12 Apr 2017 20:00:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 590F3340DF9 for ; Wed, 12 Apr 2017 20:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27E9473EF for ; Wed, 12 Apr 2017 20:00:05 +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: <1492027204.51bcc87386becc3e54a26b68a0d7097df3dc8ff2.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-launch/cl-launch-2.36.ebuild dev-lisp/cl-launch/cl-launch-3.22.1.ebuild dev-lisp/cl-launch/cl-launch-4.0.3.ebuild dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild X-VCS-Directories: dev-lisp/cl-launch/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 51bcc87386becc3e54a26b68a0d7097df3dc8ff2 X-VCS-Branch: master Date: Wed, 12 Apr 2017 20:00:05 +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: e3ccac42-0545-494d-88a8-b5f3eac4d2f9 X-Archives-Hash: 28a94e7d7bf4798a9714b8b27a942941 commit: 51bcc87386becc3e54a26b68a0d7097df3dc8ff2 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Apr 12 20:00:04 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Apr 12 20:00:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=51bcc873 dev-lisp/cl-launch: Updates header and EAPI dev-lisp/cl-launch/cl-launch-2.36.ebuild | 3 +-- dev-lisp/cl-launch/cl-launch-3.22.1.ebuild | 3 +-- dev-lisp/cl-launch/cl-launch-4.0.3.ebuild | 3 +-- dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild | 5 ++--- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/dev-lisp/cl-launch/cl-launch-2.36.ebuild b/dev-lisp/cl-launch/cl-launch-2.36.ebuild index 2521414f..7841da81 100644 --- a/dev-lisp/cl-launch/cl-launch-2.36.ebuild +++ b/dev-lisp/cl-launch/cl-launch-2.36.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$ inherit common-lisp-2 diff --git a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild index 7a03ea74..344e2788 100644 --- a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild +++ b/dev-lisp/cl-launch/cl-launch-3.22.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=5 diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild index b2114499..c1222a20 100644 --- a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild +++ b/dev-lisp/cl-launch/cl-launch-4.0.3.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=5 diff --git a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild index b2114499..3f262f7a 100644 --- a/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild +++ b/dev-lisp/cl-launch/cl-launch-4.1.4.1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3