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 2C0FA138330 for ; Sun, 2 Oct 2016 14:29:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8EF2E0B8E; Sun, 2 Oct 2016 14:29:43 +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 89331E0B8E for ; Sun, 2 Oct 2016 14:29:43 +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 2B8A2340CEF for ; Sun, 2 Oct 2016 14:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AECB0248D for ; Sun, 2 Oct 2016 14:29:39 +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: <1475418576.a80c905941f3d080f7dbae13c690ae916f6e8c9a.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-launch/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-launch/cl-launch-2.36.ebuild dev-lisp/cl-launch/cl-launch-3.22.1.ebuild dev-lisp/cl-launch/cl-launch-4.0.3.ebuild X-VCS-Directories: dev-lisp/cl-launch/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: a80c905941f3d080f7dbae13c690ae916f6e8c9a X-VCS-Branch: master Date: Sun, 2 Oct 2016 14:29:39 +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: 7912902f-08e1-4619-ab8c-d90ef334073f X-Archives-Hash: b8350c411abb50e2611b0d45974d955c commit: a80c905941f3d080f7dbae13c690ae916f6e8c9a Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Oct 2 14:29:36 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Oct 2 14:29:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a80c9059 dev-lisp/cl-launch: Update header and DESCRIPTION. Fix LICENSE for older version dev-lisp/cl-launch/cl-launch-2.36.ebuild | 8 ++++---- dev-lisp/cl-launch/cl-launch-3.22.1.ebuild | 6 +++--- dev-lisp/cl-launch/cl-launch-4.0.3.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-lisp/cl-launch/cl-launch-2.36.ebuild b/dev-lisp/cl-launch/cl-launch-2.36.ebuild index 3e2b696..2521414 100644 --- a/dev-lisp/cl-launch/cl-launch-2.36.ebuild +++ b/dev-lisp/cl-launch/cl-launch-2.36.ebuild @@ -1,14 +1,14 @@ -# 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 -DESCRIPTION="cl-launch is a utility to make Common Lisp software easily invokable from the command-line." +DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line" HOMEPAGE="http://www.cliki.net/cl-launch" SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${PN}_${PV}.tar.gz" SRC_URI="http://common-lisp.net/~sionescu/files/${PN}_${PV}.tar.gz" -LICENSE="No-Problem-Bugroff LLGPL-2.1" +LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" diff --git a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild b/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild index d29119f..7a03ea7 100644 --- a/dev-lisp/cl-launch/cl-launch-3.22.1.ebuild +++ b/dev-lisp/cl-launch/cl-launch-3.22.1.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 -DESCRIPTION="cl-launch is a utility to make Common Lisp software easily invokable from the command-line." +DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line" HOMEPAGE="http://www.cliki.net/cl-launch" SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz" LICENSE="LLGPL-2.1" diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild index 35b00a9..b211449 100644 --- a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild +++ b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 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 -DESCRIPTION="cl-launch is a unix utility to make your Lisp software easily invokable from the shell command-line." +DESCRIPTION="Utility to make your Lisp software easily invokable from the shell command-line" HOMEPAGE="http://www.cliki.net/cl-launch" SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz" LICENSE="LLGPL-2.1"