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 C59E01384B4 for ; Tue, 22 Dec 2015 12:23:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34D9421C029; Tue, 22 Dec 2015 12:23:13 +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 C576D21C029 for ; Tue, 22 Dec 2015 12:23:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EC9D340545 for ; Tue, 22 Dec 2015 12:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D455AF8 for ; Tue, 22 Dec 2015 12:23:03 +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: <1450787160.10c179c7c5aa02bd605b2b4d692328d2d493ac88.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/babel/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/babel/babel-0.3.0.ebuild dev-lisp/babel/babel-0.4.0.ebuild X-VCS-Directories: dev-lisp/babel/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 10c179c7c5aa02bd605b2b4d692328d2d493ac88 X-VCS-Branch: master Date: Tue, 22 Dec 2015 12:23:03 +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: 168c8f90-30d2-4011-aff1-b00a45907683 X-Archives-Hash: 50a3662faaf8aa62d4d0767964bc40bf commit: 10c179c7c5aa02bd605b2b4d692328d2d493ac88 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Dec 22 12:26:00 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Dec 22 12:26:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=10c179c7 dev-lisp/babel: fix header dev-lisp/babel/babel-0.3.0.ebuild | 4 ++-- dev-lisp/babel/babel-0.4.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lisp/babel/babel-0.3.0.ebuild b/dev-lisp/babel/babel-0.3.0.ebuild index f8698da..6672cc8 100644 --- a/dev-lisp/babel/babel-0.3.0.ebuild +++ b/dev-lisp/babel/babel-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils diff --git a/dev-lisp/babel/babel-0.4.0.ebuild b/dev-lisp/babel/babel-0.4.0.ebuild index 6e5d59c..e2871c2 100644 --- a/dev-lisp/babel/babel-0.4.0.ebuild +++ b/dev-lisp/babel/babel-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5