commit: bb070e8376e10b73450eace6bcf37c94bac407d0 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Nov 15 17:41:39 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 17:41:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bb070e83
dev-lisp/ptester: update HOMEPAGE and SRC_URI. Move to common-lisp-3 eclass. Fix header dev-lisp/ptester/ptester-2.1.2-r1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-lisp/ptester/ptester-2.1.2-r1.ebuild b/dev-lisp/ptester/ptester-2.1.2-r1.ebuild index 152a6ea..8799f57 100644 --- a/dev-lisp/ptester/ptester-2.1.2-r1.ebuild +++ b/dev-lisp/ptester/ptester-2.1.2-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -inherit common-lisp-2 +inherit common-lisp-3 DESCRIPTION="A Common Lisp test harness based on the Franz, Inc. tester module." -HOMEPAGE="http://www.b9.com" -SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.cliki.net/ptester" +SRC_URI="http://files.kpe.io/${PN}/${P}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" @@ -16,7 +16,7 @@ IUSE="" RDEPEND="!dev-lisp/cl-${PN}" src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf + common-lisp-install-sources *.lisp + common-lisp-install-asdf dohtml tester.html }
