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/parse-number/
Date: Tue, 31 Oct 2017 19:20:22
Message-Id: 1509477613.046e9879f29f6796ebe1126c1470eca392195d5a.nimiux@gentoo
1 commit: 046e9879f29f6796ebe1126c1470eca392195d5a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 19:20:13 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 31 19:20:13 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=046e9879
7
8 dev-lisp/parse-number: Drops old version 1.5
9
10 dev-lisp/parse-number/parse-number-1.5.ebuild | 22 ----------------------
11 1 file changed, 22 deletions(-)
12
13 diff --git a/dev-lisp/parse-number/parse-number-1.5.ebuild b/dev-lisp/parse-number/parse-number-1.5.ebuild
14 deleted file mode 100644
15 index f754894f..00000000
16 --- a/dev-lisp/parse-number/parse-number-1.5.ebuild
17 +++ /dev/null
18 @@ -1,22 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -
24 -inherit common-lisp-3
25 -
26 -DESCRIPTION="Common Lisp library for parsing any number string"
27 -HOMEPAGE="http://www.cliki.net/parse-number"
28 -SRC_URI="https://github.com/sharplispers/parse-number/archive/v${PV}.tar.gz -> ${PF}.tar.gz"
29 -
30 -LICENSE="BSD"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="!dev-lisp/cl-${PN}"
36 -
37 -src_install() {
38 - common-lisp-install-sources -t all *.lisp version.sexp
39 - common-lisp-install-asdf
40 -}