Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/
Date: Sat, 30 Sep 2017 13:34:29
Message-Id: 1506778471.813a37e78eb36c9335fb4a699d3a6fa445b594c8.nimiux@gentoo
1 commit: 813a37e78eb36c9335fb4a699d3a6fa445b594c8
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 13:34:31 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 13:34:31 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=813a37e7
7
8 dev-lisp/cl-ppcre-unicode: Drops old version 2.0.9
9
10 .../cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild | 28 ----------------------
11 1 file changed, 28 deletions(-)
12
13 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
14 deleted file mode 100644
15 index 65d9cbb2..00000000
16 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.9.ebuild
17 +++ /dev/null
18 @@ -1,28 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -
24 -inherit common-lisp-3
25 -
26 -MY_P="v${PV}"
27 -
28 -DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp."
29 -HOMEPAGE="http://weitz.de/cl-ppcre/
30 - http://www.cliki.net/cl-ppcre"
31 -SRC_URI="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${PV}.tar.gz"
32 -
33 -LICENSE="BSD-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="=dev-lisp/cl-ppcre-${PV}*
39 - dev-lisp/cl-unicode"
40 -
41 -S="${WORKDIR}/cl-ppcre-${PV}"
42 -
43 -src_install() {
44 - common-lisp-install-sources ${PN}/ test/unicode*
45 - common-lisp-install-asdf ${PN}
46 -}