commit: 557499eead4a3816f90600d76f89d98b53970981
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 20:44:41 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 20:44:41 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=557499ee
dev-lisp/atdoc: Use common-lisp-3 eclass. Update header
dev-lisp/atdoc/atdoc-20081130.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/atdoc/atdoc-20081130.ebuild
b/dev-lisp/atdoc/atdoc-20081130.ebuild
index 07fef0b..54bb62a 100644
--- a/dev-lisp/atdoc/atdoc-20081130.ebuild
+++ b/dev-lisp/atdoc/atdoc-20081130.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-inherit common-lisp-2
+inherit common-lisp-3
MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_P=${PN}-${MY_PV}
@@ -26,8 +26,8 @@ RDEPEND="dev-lisp/cxml
S="${WORKDIR}"/${MY_P}
src_install() {
- common-lisp-install *.{lisp,asd} css gif tex xsl
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.{lisp,asd} css gif tex xsl
+ common-lisp-install-asdf
dodoc README
}