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 DCD371395E2 for ; Sun, 4 Dec 2016 19:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 108F421C1B8; Sun, 4 Dec 2016 19:29:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E309221C1B8 for ; Sun, 4 Dec 2016 19:29:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCB0D3412F9 for ; Sun, 4 Dec 2016 19:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D9A8972 for ; Sun, 4 Dec 2016 19:29:45 +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: <1480879782.b3e9f67420afa7b6d51134672b4994a92c1003ad.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.6.ebuild X-VCS-Directories: dev-lisp/cl-interpol/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: b3e9f67420afa7b6d51134672b4994a92c1003ad X-VCS-Branch: master Date: Sun, 4 Dec 2016 19:29:45 +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: 8ad45cc4-289f-49c8-9716-b74d34adc62f X-Archives-Hash: 8195dd23331009b32b81b5710ec2e418 commit: b3e9f67420afa7b6d51134672b4994a92c1003ad Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 4 19:29:42 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Dec 4 19:29:42 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b3e9f674 dev-lisp/cl-interpol: Bumps version to 0.2.6 dev-lisp/cl-interpol/cl-interpol-0.2.6.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-lisp/cl-interpol/cl-interpol-0.2.6.ebuild b/dev-lisp/cl-interpol/cl-interpol-0.2.6.ebuild new file mode 100644 index 0000000..f1f3c81 --- /dev/null +++ b/dev-lisp/cl-interpol/cl-interpol-0.2.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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"