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 F0312139694 for ; Thu, 6 Jul 2017 21:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 563322340B8; Thu, 6 Jul 2017 21:23:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 27A9F2340B8 for ; Thu, 6 Jul 2017 21:23:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE7DA341886 for ; Thu, 6 Jul 2017 21:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 895D17478 for ; Thu, 6 Jul 2017 21:23:24 +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: <1499376211.4724c9a3c745699d12ca55b7eab2ca5998282816.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-fad/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-fad/cl-fad-0.6.4.ebuild dev-lisp/cl-fad/cl-fad-0.7.1.ebuild dev-lisp/cl-fad/cl-fad-0.7.2.ebuild dev-lisp/cl-fad/cl-fad-0.7.3.ebuild dev-lisp/cl-fad/cl-fad-0.7.4.ebuild X-VCS-Directories: dev-lisp/cl-fad/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 4724c9a3c745699d12ca55b7eab2ca5998282816 X-VCS-Branch: master Date: Thu, 6 Jul 2017 21:23:24 +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: 7f115cb1-edd3-428b-8ee1-5652e7576acd X-Archives-Hash: 04723d987edbe375cf4837c6513716a7 commit: 4724c9a3c745699d12ca55b7eab2ca5998282816 Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Jul 6 21:23:31 2017 +0000 Commit: José María Alonso gentoo 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