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 848801381F3 for ; Sat, 12 Oct 2013 18:26:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D154E08E1; Sat, 12 Oct 2013 18:26:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE556E08E1 for ; Sat, 12 Oct 2013 18:26:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9E7B33F003 for ; Sat, 12 Oct 2013 18:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6CB1ED117B for ; Sat, 12 Oct 2013 18:26:51 +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: <1381602458.c2ec886c28accc4f709e881c3371be1358c56d29.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.4.ebuild X-VCS-Directories: dev-lisp/cl-ppcre-unicode/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: c2ec886c28accc4f709e881c3371be1358c56d29 X-VCS-Branch: master Date: Sat, 12 Oct 2013 18:26:51 +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: 70087442-3418-40d6-8e91-c00d6a258cc1 X-Archives-Hash: 2ca0ebf7dc136212bcfdd6dac1f53ed5 commit: c2ec886c28accc4f709e881c3371be1358c56d29 Author: Chema Alonso gentoo org> AuthorDate: Sat Oct 12 18:27:38 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Oct 12 18:27:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=c2ec886c dev-lisp/cl-ppcre-unicode: fix SRC_URI --- dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild index 25dd3f4..924305c 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild @@ -2,14 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=5 + inherit common-lisp-3 -MY_P=cl-ppcre-${PV} +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="mirror://gentoo/${MY_P}.tar.gz" +SRC_URI="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${PV}.tar.gz" LICENSE="BSD-2" SLOT="0" @@ -19,7 +21,7 @@ IUSE="" RDEPEND="=dev-lisp/cl-ppcre-${PV}* dev-lisp/cl-unicode" -S="${WORKDIR}"/${MY_P} +S="${WORKDIR}/cl-ppcre-${PV}" src_install() { common-lisp-install-sources -t all ${PN}/ test/unicode*