From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA1971384B4 for ; Sun, 13 Dec 2015 18:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2282321C051; Sun, 13 Dec 2015 18:38:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B502121C051 for ; Sun, 13 Dec 2015 18:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B75333D3C7 for ; Sun, 13 Dec 2015 18:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A75B9A1 for ; Sun, 13 Dec 2015 18:38:46 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1450032091.d950d52662a0934b9cd31e20c259d2c07069f4e6.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/iterate/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/iterate/iterate-1.4.3.ebuild dev-lisp/iterate/iterate-9999.ebuild X-VCS-Directories: dev-lisp/iterate/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: d950d52662a0934b9cd31e20c259d2c07069f4e6 X-VCS-Branch: master Date: Sun, 13 Dec 2015 18:38:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 371297ef-1bdb-4ef6-b4f6-0db395184c15 X-Archives-Hash: 4dff3efe8f3427d2ce78a3569c51bc66 commit: d950d52662a0934b9cd31e20c259d2c07069f4e6 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 13 18:41:31 2015 +0000 Commit: José María Alonso gentoo 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 -#}