commit: 19f1a36b6ab9d65a56f96e507ef114c3a6a64818
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 22:19:55 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 22:19:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=19f1a36b
dev-lisp/s-sysdeps: fix Id in header and cleanup
dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild | 3 ++-
dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild | 11 ++---------
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
index 9ac4f1a..08827ba 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-20080228.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=3
+
inherit common-lisp-3
DEB_PV=1
diff --git a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
index f27fa6d..ae3b222 100644
--- a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
+++ b/dev-lisp/s-sysdeps/s-sysdeps-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
@@ -16,10 +16,3 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="!dev-lisp/cl-${PN}"
-
-#src_install() {
- #common-lisp-install-sources src test
- #common-lisp-install-asdf ${PN}.asd
- #dohtml doc/*.html
- #dodoc README.txt
-#}