commit: 2c3e798b866d5a514c73593563547f5f6517cd8b Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 21:12:35 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 21:12:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c3e798b
dev-lisp/trivial-http: Updates to common-lisp-3 eclass dev-lisp/trivial-http/trivial-http-1.3.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild index 7307ea00..61a767a7 100644 --- a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild +++ b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild @@ -1,8 +1,9 @@ -# 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 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="Library for doing HTTP POST, HEAD and GET over a socket interface." HOMEPAGE="http://common-lisp.net/project/trivial-http/" @@ -18,6 +19,6 @@ RDEPEND="!dev-lisp/cl-${PN} dev-lisp/lift" src_install() { - common-lisp-install *.asd {dev,tests}/*.lisp - common-lisp-symlink-asdf + common-lisp-install-sources {dev,tests}/*.lisp + common-lisp-install-asdf }
