Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/
Date: Thu, 28 Sep 2017 14:32:46
Message-Id: 1506609135.2c5df28f04e6e3d8daec1dfd955b5a578628ee05.nimiux@gentoo
1 commit: 2c5df28f04e6e3d8daec1dfd955b5a578628ee05
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 28 14:32:15 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 14:32:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5df28f
7
8 dev-lisp/cl-ppcre-unicode: Removes trailing * from RDEPEND
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.1
11
12 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 10 ++++------
13 1 file changed, 4 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
16 index d8ce4648602..cbf45da0f4d 100644
17 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
18 +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
19 @@ -1,23 +1,21 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25
26 inherit common-lisp-3
27
28 -MY_P="v${PV}"
29 -
30 DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp."
31 HOMEPAGE="http://weitz.de/cl-ppcre/
32 http://www.cliki.net/cl-ppcre"
33 -SRC_URI="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${PV}.tar.gz"
34 +SRC_URI="https://github.com/edicl/cl-ppcre/archive/v${PV}.tar.gz -> cl-ppcre-${PV}.tar.gz"
35
36 LICENSE="BSD-2"
37 SLOT="0"
38 -KEYWORDS="amd64 ~ppc ~sparc x86"
39 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
40 IUSE=""
41
42 -RDEPEND="=dev-lisp/cl-ppcre-${PV}*
43 +RDEPEND="=dev-lisp/cl-ppcre-${PV}
44 dev-lisp/cl-unicode"
45
46 S="${WORKDIR}/cl-ppcre-${PV}"