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 D701D1396D0 for ; Wed, 30 Aug 2017 13:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35BA01FC0AF; Wed, 30 Aug 2017 13:27:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17FEB1FC0AF for ; Wed, 30 Aug 2017 13:27:44 +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 F169A341301 for ; Wed, 30 Aug 2017 13:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9494887E6 for ; Wed, 30 Aug 2017 13:27:40 +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: <1504099659.4e860fbda0c481ced3a69663332111fa8fb3a5ef.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.7.1.ebuild dev-lisp/cl-fad/cl-fad-0.7.2.ebuild X-VCS-Directories: dev-lisp/cl-fad/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 4e860fbda0c481ced3a69663332111fa8fb3a5ef X-VCS-Branch: master Date: Wed, 30 Aug 2017 13:27:40 +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: 67b77e90-38ce-40e5-a5a9-1230d7810b9c X-Archives-Hash: 781a7c03a18d25784587bddc8e793960 commit: 4e860fbda0c481ced3a69663332111fa8fb3a5ef Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Aug 30 13:27:39 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Aug 30 13:27:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4e860fbd dev-lisp/cl-fad: Drops old version dev-lisp/cl-fad/cl-fad-0.7.1.ebuild | 24 ------------------------ dev-lisp/cl-fad/cl-fad-0.7.2.ebuild | 27 --------------------------- 2 files changed, 51 deletions(-) diff --git a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild deleted file mode 100644 index 3d14aafa..00000000 --- a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -MY_P="v${PV}" - -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" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dodoc CHANGELOG README - dohtml doc/index.html -} diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild deleted file mode 100644 index bfb99f7c..00000000 --- a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -MY_P="v${PV}" - -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" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/alexandria - dev-lisp/bordeaux-threads" - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dodoc CHANGELOG README - dohtml doc/index.html -}