From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6DE36138A6C for ; Tue, 7 Apr 2015 19:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08240E087A; Tue, 7 Apr 2015 19:39:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6710CE087A for ; Tue, 7 Apr 2015 19:39:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65F86340AF5 for ; Tue, 7 Apr 2015 19:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 175F1156CC for ; Tue, 7 Apr 2015 19:39:05 +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: <1428435527.ea2d3194fb67034d84e11b8c6e9b2ce1aadaaef6.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild X-VCS-Directories: dev-lisp/cl-ppcre-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: ea2d3194fb67034d84e11b8c6e9b2ce1aadaaef6 X-VCS-Branch: master Date: Tue, 7 Apr 2015 19:39:05 +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: 96665774-e0b8-45f1-ba21-6af1acc536e0 X-Archives-Hash: e62d5e8ff4c8718408cab5bad8f5277c commit: ea2d3194fb67034d84e11b8c6e9b2ce1aadaaef6 Author: Chema Alonso gentoo org> AuthorDate: Tue Apr 7 19:38:47 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Apr 7 19:38:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ea2d3194 dev-lisp/cl-ppcre-unicode: bump to version 2.0.9 .../cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild new file mode 100644 index 0000000..42aa537 --- /dev/null +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 + +MY_P="v${PV}" + +DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp." +HOMEPAGE="http://weitz.de/cl-ppcre/ + http://www.cliki.net/cl-ppcre" +SRC_URI="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${PV}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="=dev-lisp/cl-ppcre-${PV}* + dev-lisp/cl-unicode" + +S="${WORKDIR}/cl-ppcre-${PV}" + +src_install() { + common-lisp-install-sources ${PN}/ test/unicode* + common-lisp-install-asdf ${PN} +}