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/asdf/
Date: Tue, 14 Feb 2017 22:04:11
Message-Id: 1487109843.e7f9b8e1c9b407fb883ae03245229e1d9d718e70.nimiux@gentoo
1 commit: e7f9b8e1c9b407fb883ae03245229e1d9d718e70
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 22:04:03 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 22:04:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e7f9b8e1
7
8 dev-lisp/asdf: Drops old version
9
10 dev-lisp/asdf/asdf-2.33-r3.ebuild | 40 ---------------------------------------
11 1 file changed, 40 deletions(-)
12
13 diff --git a/dev-lisp/asdf/asdf-2.33-r3.ebuild b/dev-lisp/asdf/asdf-2.33-r3.ebuild
14 deleted file mode 100644
15 index 04bd5cfd..00000000
16 --- a/dev-lisp/asdf/asdf-2.33-r3.ebuild
17 +++ /dev/null
18 @@ -1,40 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=5
24 -
25 -inherit eutils common-lisp-3
26 -
27 -DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
28 -HOMEPAGE="http://common-lisp.net/project/asdf/"
29 -SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
30 -
31 -LICENSE="MIT"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 -IUSE=""
35 -
36 -SLOT="0/${PVR}"
37 -
38 -DEPEND="!dev-lisp/cl-${PN}
39 - !dev-lisp/asdf-binary-locations
40 - !dev-lisp/gentoo-init
41 - !<dev-lisp/asdf-2.33-r3"
42 -RDEPEND="${DEPEND}"
43 -PDEPEND="~dev-lisp/uiop-${PV}"
44 -
45 -S="${WORKDIR}"
46 -
47 -src_compile() {
48 - make
49 -}
50 -
51 -src_install() {
52 - common-lisp-install-sources -t all build version.lisp-expr
53 - dodoc README TODO
54 - dohtml doc/*.{html,css,ico,png}
55 -
56 - insinto /etc/common-lisp
57 - doins "${FILESDIR}"/gentoo-init.lisp "${FILESDIR}"/source-registry.conf
58 -}