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 4A82F138CCE for ; Sat, 16 May 2015 21:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46E58E08F7; Sat, 16 May 2015 21:41:28 +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 E5CBAE08F7 for ; Sat, 16 May 2015 21:41: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 D943D340BE3 for ; Sat, 16 May 2015 21:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FBDB9AA for ; Sat, 16 May 2015 21:41:25 +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: <1431812480.29fc0ba2803315b9f97b3de006a01398ab42c37f.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-9999.ebuild X-VCS-Directories: dev-lisp/cffi/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 29fc0ba2803315b9f97b3de006a01398ab42c37f X-VCS-Branch: master Date: Sat, 16 May 2015 21:41:25 +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: 2d97ba05-0878-4ea7-a8f3-9da478f7764b X-Archives-Hash: 058d0731d985d525872fb208978015e0 commit: 29fc0ba2803315b9f97b3de006a01398ab42c37f Author: Chema Alonso Josa gentoo org> AuthorDate: Sat May 16 21:41:20 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat May 16 21:41:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=29fc0ba2 dev-lisp/cffi: fix copyright line in live ebuild. (BTW, previous commit is mine, somehow I lost my configuration, sorry) dev-lisp/cffi/cffi-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lisp/cffi/cffi-9999.ebuild b/dev-lisp/cffi/cffi-9999.ebuild index be57428..ecbf82f 100644 --- a/dev-lisp/cffi/cffi-9999.ebuild +++ b/dev-lisp/cffi/cffi-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 + inherit common-lisp-3 git-2 MY_P=${PN}_${PV}