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 B84A81384B4 for ; Sun, 15 Nov 2015 18:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8579721C02D; Sun, 15 Nov 2015 18:25:15 +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 28E8321C02D for ; Sun, 15 Nov 2015 18:25:10 +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 38A6E33E3A9 for ; Sun, 15 Nov 2015 18:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF3CA47 for ; Sun, 15 Nov 2015 18:25:07 +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: <1447612039.f6af0e7763aee90fc98addb3b2d0e37aeffa7a78.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/terminfo/terminfo-1.3-r1.ebuild dev-lisp/terminfo/terminfo-9999.ebuild X-VCS-Directories: dev-lisp/terminfo/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: f6af0e7763aee90fc98addb3b2d0e37aeffa7a78 X-VCS-Branch: master Date: Sun, 15 Nov 2015 18:25:07 +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: e58831a2-f49b-49b3-ad89-dd42040a661c X-Archives-Hash: 8f48aff66e0121d7881909a49fe90885 commit: f6af0e7763aee90fc98addb3b2d0e37aeffa7a78 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Nov 15 18:27:19 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Nov 15 18:27:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f6af0e77 dev-lisp/terminfo: fix Id in header dev-lisp/terminfo/terminfo-1.3-r1.ebuild | 2 +- dev-lisp/terminfo/terminfo-9999.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild b/dev-lisp/terminfo/terminfo-1.3-r1.ebuild index 549ce61..1ec9d37 100644 --- a/dev-lisp/terminfo/terminfo-1.3-r1.ebuild +++ b/dev-lisp/terminfo/terminfo-1.3-r1.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/terminfo/terminfo-9999.ebuild b/dev-lisp/terminfo/terminfo-9999.ebuild index 5a11ea0..1db0a0f 100644 --- a/dev-lisp/terminfo/terminfo-9999.ebuild +++ b/dev-lisp/terminfo/terminfo-9999.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 @@ -19,6 +19,6 @@ RDEPEND="!dev-lisp/cl-${PN} sys-libs/ncurses" src_install() { - common-lisp-install-sources terminfo.lisp - common-lisp-install-asdf terminfo.asd + common-lisp-install-sources "${PN}.lisp" + common-lisp-install-asdf "${PN}.asd" }