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 7DEF61384B4 for ; Sun, 15 Nov 2015 09:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F172C21C15D; Sun, 15 Nov 2015 09:28: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 91EE921C15D for ; Sun, 15 Nov 2015 09:28:27 +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 A7435340686 for ; Sun, 15 Nov 2015 09:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E271DA47 for ; Sun, 15 Nov 2015 09:28:23 +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: <1447579836.7f3ff57eb001e116609ca456347c06b4d095b2f4.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild X-VCS-Directories: dev-lisp/cl-ppcre-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 7f3ff57eb001e116609ca456347c06b4d095b2f4 X-VCS-Branch: master Date: Sun, 15 Nov 2015 09:28:23 +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: 6e6b9ba6-5c79-43bc-8950-5e40fcb885a8 X-Archives-Hash: c3c072c34e5f49a5f253d884d49e545b commit: 7f3ff57eb001e116609ca456347c06b4d095b2f4 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Nov 15 09:30:36 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Nov 15 09:30:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7f3ff57e dev-lisp/cl-ppcre-unicode: fix Id header dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 2 +- dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild | 2 +- dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild | 2 +- dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild index 42aa537..9cb11ed 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.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/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild index 0141a9b..4739d22 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild index 924305c..5a03570 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.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/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild index 42aa537..9cb11ed 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.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