From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 076DE1384B4 for ; Sun, 15 Nov 2015 19:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F58821C116; Sun, 15 Nov 2015 19:09:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B97BF21C116 for ; Sun, 15 Nov 2015 19:09:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E90AB34073B for ; Sun, 15 Nov 2015 19:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3160A47 for ; Sun, 15 Nov 2015 19: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: <1447614698.e91d966195af29653d143dd9ee61f45cdd336bb0.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cffi/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cffi/cffi-0.10.6-r1.ebuild dev-lisp/cffi/cffi-0.11.1.ebuild dev-lisp/cffi/cffi-0.11.2.ebuild dev-lisp/cffi/cffi-0.14.0.ebuild dev-lisp/cffi/cffi-0.16.1.ebuild dev-lisp/cffi/cffi-9999.ebuild X-VCS-Directories: dev-lisp/cffi/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: e91d966195af29653d143dd9ee61f45cdd336bb0 X-VCS-Branch: master Date: Sun, 15 Nov 2015 19: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: 6ee80b1a-638e-4601-8274-0315b66466bf X-Archives-Hash: 3947680e1a246c41815a80ce4220b11d commit: e91d966195af29653d143dd9ee61f45cdd336bb0 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Nov 15 19:11:38 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Nov 15 19:11:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e91d9661 dev-lisp/cffi: fix Id in header dev-lisp/cffi/cffi-0.10.6-r1.ebuild | 2 +- dev-lisp/cffi/cffi-0.11.1.ebuild | 2 +- dev-lisp/cffi/cffi-0.11.2.ebuild | 2 +- dev-lisp/cffi/cffi-0.14.0.ebuild | 2 +- dev-lisp/cffi/cffi-0.16.1.ebuild | 2 +- dev-lisp/cffi/cffi-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lisp/cffi/cffi-0.10.6-r1.ebuild b/dev-lisp/cffi/cffi-0.10.6-r1.ebuild index ce5e759..8df62d3 100644 --- a/dev-lisp/cffi/cffi-0.10.6-r1.ebuild +++ b/dev-lisp/cffi/cffi-0.10.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=3 inherit common-lisp-3 diff --git a/dev-lisp/cffi/cffi-0.11.1.ebuild b/dev-lisp/cffi/cffi-0.11.1.ebuild index b1818ae..b209dd3 100644 --- a/dev-lisp/cffi/cffi-0.11.1.ebuild +++ b/dev-lisp/cffi/cffi-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/cffi/cffi-0.11.2.ebuild b/dev-lisp/cffi/cffi-0.11.2.ebuild index 1732f27..4b05d70 100644 --- a/dev-lisp/cffi/cffi-0.11.2.ebuild +++ b/dev-lisp/cffi/cffi-0.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/cffi/cffi-0.14.0.ebuild b/dev-lisp/cffi/cffi-0.14.0.ebuild index 95c8477..0b3c349 100644 --- a/dev-lisp/cffi/cffi-0.14.0.ebuild +++ b/dev-lisp/cffi/cffi-0.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/cffi/cffi-0.16.1.ebuild b/dev-lisp/cffi/cffi-0.16.1.ebuild index 95c8477..0b3c349 100644 --- a/dev-lisp/cffi/cffi-0.16.1.ebuild +++ b/dev-lisp/cffi/cffi-0.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 diff --git a/dev-lisp/cffi/cffi-9999.ebuild b/dev-lisp/cffi/cffi-9999.ebuild index ecbf82f..40049be 100644 --- a/dev-lisp/cffi/cffi-9999.ebuild +++ b/dev-lisp/cffi/cffi-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=3