commit: d950d52662a0934b9cd31e20c259d2c07069f4e6 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 13 18:41:31 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 13 18:41:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d950d526
dev-lisp/iterate: Fix headers, remove broken link and dead code dev-lisp/iterate/iterate-1.4.3.ebuild | 7 +++---- dev-lisp/iterate/iterate-9999.ebuild | 11 ++--------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/dev-lisp/iterate/iterate-1.4.3.ebuild b/dev-lisp/iterate/iterate-1.4.3.ebuild index 7d85fd1..b1e13fd 100644 --- a/dev-lisp/iterate/iterate-1.4.3.ebuild +++ b/dev-lisp/iterate/iterate-1.4.3.ebuild @@ -1,12 +1,11 @@ -# 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 eutils DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro" -HOMEPAGE="http://common-lisp.net/project/iterate/ - http://www.cliki.net/iterate/" +HOMEPAGE="http://common-lisp.net/project/iterate/" SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-lisp/iterate/iterate-9999.ebuild b/dev-lisp/iterate/iterate-9999.ebuild index af5d2b4..3653a55 100644 --- a/dev-lisp/iterate/iterate-9999.ebuild +++ b/dev-lisp/iterate/iterate-9999.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 inherit common-lisp-3 darcs DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro" -HOMEPAGE="http://common-lisp.net/project/iterate/ - http://www.cliki.net/iterate/" +HOMEPAGE="http://common-lisp.net/project/iterate/" EDARCS_REPOSITORY="http://www.common-lisp.net/project/iterate/darcs/${PN}/" LICENSE="MIT" @@ -16,9 +15,3 @@ SLOT="0" IUSE="" RDEPEND="!dev-lisp/cl-${PN}" - -#src_install() { -# common-lisp-install *.{lisp,asd} -# common-lisp-symlink-asdf -# dodoc doc/*.pdf -#}
