commit: 8f356984c37788cd5384d0e3a721afb77670f75d Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Nov 15 17:46:33 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 17:46:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8f356984
dev-lisp/puri: update HOMEPAGE and SRC_URI. Move to EAPI 5 and common-lisp-3 eclass. Fix header dev-lisp/puri/puri-1.5.5.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dev-lisp/puri/puri-1.5.5.ebuild b/dev-lisp/puri/puri-1.5.5.ebuild index 835281a..64851ba 100644 --- a/dev-lisp/puri/puri-1.5.5.ebuild +++ b/dev-lisp/puri/puri-1.5.5.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=2 -inherit common-lisp-2 +EAPI=5 + +inherit common-lisp-3 DESCRIPTION="Portable URI library for Common Lisp based on the Franz, Inc. :net.uri module." HOMEPAGE="http://puri.b9.com/" -SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz" +SRC_URI="http://files.kpe.io/${PN}/${PF}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" @@ -18,8 +19,8 @@ RDEPEND="!dev-lisp/cl-${PN} dev-lisp/ptester" src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf + common-lisp-install-sources *.lisp + common-lisp-install-asdf dohtml uri.html dodoc README }
