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 A6F251382C5 for ; Sat, 17 Mar 2018 12:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF7DE0805; Sat, 17 Mar 2018 12:02:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8991FE0805 for ; Sat, 17 Mar 2018 12:02:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CD0F2335C8E for ; Sat, 17 Mar 2018 12:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4904E232 for ; Sat, 17 Mar 2018 12:02:16 +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: <1521288162.e7eaee6ccf6dd73e0c1b79288a5a41aa1e7ac0ba.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-interpol/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild X-VCS-Directories: dev-lisp/cl-interpol/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: e7eaee6ccf6dd73e0c1b79288a5a41aa1e7ac0ba X-VCS-Branch: master Date: Sat, 17 Mar 2018 12:02:16 +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: 983c6324-5f8f-49be-8a76-9f2f26856aab X-Archives-Hash: 07870a725611af9eaf259665b66f90be commit: e7eaee6ccf6dd73e0c1b79288a5a41aa1e7ac0ba Author: Chema Alonso Josa gentoo org> AuthorDate: Sat Mar 17 12:02:42 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Mar 17 12:02:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e7eaee6c dev-lisp/cl-interpol: Drops old version 0.2.5 dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild deleted file mode 100644 index 53b10fc9..00000000 --- a/dev-lisp/cl-interpol/cl-interpol-0.2.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="String interpolation for Common Lisp similar to Perl or Unix shell scripts." -HOMEPAGE="http://weitz.de/cl-interpol/ - http://www.cliki.net/cl-interpol" -SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/cl-unicode - dev-lisp/flexi-streams"