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 CEE7B138330 for ; Sun, 11 Sep 2016 17:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CFF9E0BA7; Sun, 11 Sep 2016 17:40:18 +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 02429E0BA7 for ; Sun, 11 Sep 2016 17:40: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDC88340836 for ; Sun, 11 Sep 2016 17:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6241D2464 for ; Sun, 11 Sep 2016 17:40:15 +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: <1473615607.c5ab9b4c71deea1da4c87d083d8a9e3164aae2f2.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/nibbles/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/nibbles/nibbles-0.12.ebuild dev-lisp/nibbles/nibbles-0.9.ebuild X-VCS-Directories: dev-lisp/nibbles/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: c5ab9b4c71deea1da4c87d083d8a9e3164aae2f2 X-VCS-Branch: master Date: Sun, 11 Sep 2016 17:40:15 +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: 63b8bf9d-5f1e-4e9b-8b27-eb76192229ba X-Archives-Hash: dc261e6a7518bbd942317d6ef74956a5 commit: c5ab9b4c71deea1da4c87d083d8a9e3164aae2f2 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Sep 11 17:40:07 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Sep 11 17:40:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c5ab9b4c dev-lisp/nibbles: Update header dev-lisp/nibbles/nibbles-0.12.ebuild | 4 ++-- dev-lisp/nibbles/nibbles-0.9.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-lisp/nibbles/nibbles-0.12.ebuild b/dev-lisp/nibbles/nibbles-0.12.ebuild index cdcb10f..d3ab6c5 100644 --- a/dev-lisp/nibbles/nibbles-0.12.ebuild +++ b/dev-lisp/nibbles/nibbles-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/nibbles/nibbles-0.9.ebuild b/dev-lisp/nibbles/nibbles-0.9.ebuild index e493f38..c5f42ee 100644 --- a/dev-lisp/nibbles/nibbles-0.9.ebuild +++ b/dev-lisp/nibbles/nibbles-0.9.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=3 + inherit common-lisp-3 eutils MY_P=${PN}_${PV}