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: Sat, 30 Sep 2017 13:25:12
Message-Id: 1506777914.8a150863ea5c203cd0c40b4c9ef74c9546634124.nimiux@gentoo
1 commit: 8a150863ea5c203cd0c40b4c9ef74c9546634124
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 13:25:14 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 13:25:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8a150863
7
8 dev-lisp/cl-ppcre: Drops old version 2.0.9
9
10 dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild | 33 ---------------------------------
11 1 file changed, 33 deletions(-)
12
13 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
14 deleted file mode 100644
15 index c3445610..00000000
16 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild
17 +++ /dev/null
18 @@ -1,33 +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/${PN}/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_unpack() {
42 - unpack ${A} && cd "${S}"
43 - rm -rf cl-ppcre-unicode test/unicode*
44 -}
45 -
46 -src_install() {
47 - common-lisp-install-sources *.lisp test/
48 - common-lisp-install-asdf ${PN}
49 - dodoc CHANGELOG
50 - dohtml doc/index.html
51 -}