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-fad/
Date: Wed, 30 Aug 2017 13:27:44
Message-Id: 1504099659.4e860fbda0c481ced3a69663332111fa8fb3a5ef.nimiux@gentoo
1 commit: 4e860fbda0c481ced3a69663332111fa8fb3a5ef
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:27:39 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:27:39 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4e860fbd
7
8 dev-lisp/cl-fad: Drops old version
9
10 dev-lisp/cl-fad/cl-fad-0.7.1.ebuild | 24 ------------------------
11 dev-lisp/cl-fad/cl-fad-0.7.2.ebuild | 27 ---------------------------
12 2 files changed, 51 deletions(-)
13
14 diff --git a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
15 deleted file mode 100644
16 index 3d14aafa..00000000
17 --- a/dev-lisp/cl-fad/cl-fad-0.7.1.ebuild
18 +++ /dev/null
19 @@ -1,24 +0,0 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI=6
24 -
25 -inherit common-lisp-3
26 -
27 -MY_P="v${PV}"
28 -
29 -DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
30 -HOMEPAGE="http://weitz.de/cl-fad/"
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 -src_install() {
39 - common-lisp-install-sources *.lisp
40 - common-lisp-install-asdf
41 - dodoc CHANGELOG README
42 - dohtml doc/index.html
43 -}
44
45 diff --git a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
46 deleted file mode 100644
47 index bfb99f7c..00000000
48 --- a/dev-lisp/cl-fad/cl-fad-0.7.2.ebuild
49 +++ /dev/null
50 @@ -1,27 +0,0 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -
56 -inherit common-lisp-3
57 -
58 -MY_P="v${PV}"
59 -
60 -DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
61 -HOMEPAGE="http://weitz.de/cl-fad/"
62 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
63 -
64 -LICENSE="BSD-2"
65 -SLOT="0"
66 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
67 -IUSE=""
68 -
69 -RDEPEND="dev-lisp/alexandria
70 - dev-lisp/bordeaux-threads"
71 -
72 -src_install() {
73 - common-lisp-install-sources *.lisp
74 - common-lisp-install-asdf
75 - dodoc CHANGELOG README
76 - dohtml doc/index.html
77 -}