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: Wed, 30 Aug 2017 13:28:52
Message-Id: 1504099727.42b44c3100ceea2d446ed765635fe64e9aaf24b3.nimiux@gentoo
1 commit: 42b44c3100ceea2d446ed765635fe64e9aaf24b3
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:28:47 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:28:47 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=42b44c31
7
8 dev-lisp/cl-ppcre-unicode: Drops old version
9
10 .../cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild | 30 ----------------------
11 1 file changed, 30 deletions(-)
12
13 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
14 deleted file mode 100644
15 index b40e81fa..00000000
16 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.4.ebuild
17 +++ /dev/null
18 @@ -1,30 +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 -t all ${PN}/ test/unicode*
45 - common-lisp-install-asdf ${PN}.asd
46 - dodoc CHANGELOG README.md
47 - dohtml doc/index.html
48 -}