commit: 4724c9a3c745699d12ca55b7eab2ca5998282816 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 21:23:31 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 21:23:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4724c9a3
dev-lisp/cl-fad: Drops old version. Updates to common-lisp-3 eclass dev-lisp/cl-fad/cl-fad-0.6.4.ebuild | 21 --------------------- dev-lisp/cl-fad/cl-fad-0.7.1.ebuild | 7 +++---- dev-lisp/cl-fad/cl-fad-0.7.2.ebuild | 7 +++---- dev-lisp/cl-fad/cl-fad-0.7.3.ebuild | 7 +++---- dev-lisp/cl-fad/cl-fad-0.7.4.ebuild | 5 ++--- 5 files changed, 11 insertions(+), 36 deletions(-) diff --git a/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild b/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild deleted file mode 100644 index 8e24100c..00000000 --- a/dev-lisp/cl-fad/cl-fad-0.6.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions." -HOMEPAGE="http://weitz.de/cl-fad/" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -src_install() { - common-lisp-install *.{asd,lisp} - common-lisp-symlink-asdf - dodoc CHANGELOG README - dohtml doc/index.html -} diff --git a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild index e99af077..3d14aafa 100644 --- a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 MY_P="v${PV}" -DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions." +DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions." HOMEPAGE="http://weitz.de/cl-fad/" SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild index d5a50cba..bfb99f7c 100644 --- a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 MY_P="v${PV}" -DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions." +DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions." HOMEPAGE="http://weitz.de/cl-fad/" SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" diff --git a/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild index d5a50cba..bfb99f7c 100644 --- a/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 MY_P="v${PV}" -DESCRIPTION="CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions." +DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions." HOMEPAGE="http://weitz.de/cl-fad/" SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz" diff --git a/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild index a09149d6..bfb99f7c 100644 --- a/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3
