commit: a80c905941f3d080f7dbae13c690ae916f6e8c9a Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Oct 2 14:29:36 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> 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"
