commit: f6af0e7763aee90fc98addb3b2d0e37aeffa7a78
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 18:27:19 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> 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"
}