From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C767D1381F1 for ; Sun, 2 Oct 2016 18:59:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58F14E0BDD; Sun, 2 Oct 2016 18:59:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C10DE0BDD for ; Sun, 2 Oct 2016 18:59:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CB66340D38 for ; Sun, 2 Oct 2016 18:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D5B77D2 for ; Sun, 2 Oct 2016 18:59:43 +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: <1475434779.fa868a2e15f0fbcbb26e2a2896507fd137c67888.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild dev-lisp/metabang-bind/metabang-bind-9999.ebuild X-VCS-Directories: dev-lisp/metabang-bind/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: fa868a2e15f0fbcbb26e2a2896507fd137c67888 X-VCS-Branch: master Date: Sun, 2 Oct 2016 18:59:43 +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: 9f16cc76-1f4a-4d10-96e7-b23acf975c76 X-Archives-Hash: a9b8b4a10edc2fa0b17a63ff0e6ba3d2 commit: fa868a2e15f0fbcbb26e2a2896507fd137c67888 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Oct 2 18:59:39 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Oct 2 18:59:39 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fa868a2e dev-lisp/metabang-bind: Update header dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild | 6 +++--- dev-lisp/metabang-bind/metabang-bind-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild index 3a2dfca..fce379d 100644 --- a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild +++ b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ inherit common-lisp-2 eutils -DESCRIPTION="BIND combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form." +DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form." HOMEPAGE="http://www.cliki.net/bind http://common-lisp.net/project/metabang-bind" SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild index b8d7f2f..260cb53 100644 --- a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild +++ b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 inherit common-lisp-3 git-2 -DESCRIPTION="BIND combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form." +DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form." HOMEPAGE="http://common-lisp.net/project/metabang-bind http://www.cliki.net/bind" EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"