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/
Date: Wed, 30 Aug 2017 13:19:38
Message-Id: 1504099173.df37c9b782b92288d7c008dcfe0a44d1ce06ddcd.nimiux@gentoo
1 commit: df37c9b782b92288d7c008dcfe0a44d1ce06ddcd
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:19:33 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:19:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=df37c9b7
7
8 dev-lisp/cl-ppcre: Drops old version
9
10 dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild | 32 --------------------------------
11 1 file changed, 32 deletions(-)
12
13 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
14 deleted file mode 100644
15 index 0191c7d3..00000000
16 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.4.ebuild
17 +++ /dev/null
18 @@ -1,32 +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 -> ${P}.tar.gz"
32 -
33 -LICENSE="BSD-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-lisp/flexi-streams"
39 -PDEPEND="dev-lisp/cl-ppcre-unicode"
40 -
41 -src_prepare() {
42 - rm -rf cl-ppcre-unicode* test/unicode* || die
43 -}
44 -
45 -src_install() {
46 - common-lisp-install-sources -t all *.lisp test/
47 - common-lisp-install-asdf
48 - dodoc CHANGELOG README.md
49 - dohtml doc/index.html
50 -}