commit: 6568ca7f60940f6b00d733bcfdcf969020fc791f Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 19:50:04 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 19:50:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6568ca7f
dev-lisp/asdf-system-connections: Updates to common-lisp-3 eclass .../asdf-system-connections-0.8.4.ebuild | 13 +++++++------ .../asdf-system-connections-9999.ebuild | 14 +++++--------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild index 4ce06bb8..84c47cf1 100644 --- a/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild +++ b/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -inherit common-lisp-2 eutils +EAPI=6 -DESCRIPTION="Provides auto-loading of systems that only make sense when other systems are loaded." +inherit common-lisp-3 eutils + +DESCRIPTION="Provides auto-loading of systems that only make sense when others are loaded." HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/" SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" @@ -16,6 +17,6 @@ IUSE="" RDEPEND="!dev-lisp/cl-${PN}" src_install() { - common-lisp-install dev/${PN}.lisp ${PN}.asd - common-lisp-symlink-asdf + common-lisp-install-sources dev/${PN}.lisp + common-lisp-install-asdf } diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild index a4f3b487..53905026 100644 --- a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild +++ b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -inherit common-lisp-3 git-2 +EAPI=6 -DESCRIPTION="Provides auto-loading of systems that only make sense when other systems are loaded." +inherit common-lisp-3 git-r3 + +DESCRIPTION="Provides auto-loading of systems that only make sense when others are loaded." HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/" EGIT_REPO_URI="git://github.com/gwkkwg/${PN}" @@ -14,8 +15,3 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="!dev-lisp/cl-${PN}" - -#src_install() { - #common-lisp-install dev/${PN}.lisp ${PN}.asd - #common-lisp-symlink-asdf -#}
