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-system-connections/
Date: Thu, 06 Jul 2017 19:49:59
Message-Id: 1499370604.6568ca7f60940f6b00d733bcfdcf969020fc791f.nimiux@gentoo
1 commit: 6568ca7f60940f6b00d733bcfdcf969020fc791f
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 19:50:04 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 19:50:04 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6568ca7f
7
8 dev-lisp/asdf-system-connections: Updates to common-lisp-3 eclass
9
10 .../asdf-system-connections-0.8.4.ebuild | 13 +++++++------
11 .../asdf-system-connections-9999.ebuild | 14 +++++---------
12 2 files changed, 12 insertions(+), 15 deletions(-)
13
14 diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
15 index 4ce06bb8..84c47cf1 100644
16 --- a/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
17 +++ b/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
18 @@ -1,10 +1,11 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 -inherit common-lisp-2 eutils
25 +EAPI=6
26
27 -DESCRIPTION="Provides auto-loading of systems that only make sense when other systems are loaded."
28 +inherit common-lisp-3 eutils
29 +
30 +DESCRIPTION="Provides auto-loading of systems that only make sense when others are loaded."
31 HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/"
32 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
33
34 @@ -16,6 +17,6 @@ IUSE=""
35 RDEPEND="!dev-lisp/cl-${PN}"
36
37 src_install() {
38 - common-lisp-install dev/${PN}.lisp ${PN}.asd
39 - common-lisp-symlink-asdf
40 + common-lisp-install-sources dev/${PN}.lisp
41 + common-lisp-install-asdf
42 }
43
44 diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
45 index a4f3b487..53905026 100644
46 --- a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
47 +++ b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
48 @@ -1,10 +1,11 @@
49 -# Copyright 1999-2016 Gentoo Foundation
50 +# Copyright 1999-2017 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Id$
53
54 -inherit common-lisp-3 git-2
55 +EAPI=6
56
57 -DESCRIPTION="Provides auto-loading of systems that only make sense when other systems are loaded."
58 +inherit common-lisp-3 git-r3
59 +
60 +DESCRIPTION="Provides auto-loading of systems that only make sense when others are loaded."
61 HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/"
62 EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
63
64 @@ -14,8 +15,3 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="!dev-lisp/cl-${PN}"
68 -
69 -#src_install() {
70 - #common-lisp-install dev/${PN}.lisp ${PN}.asd
71 - #common-lisp-symlink-asdf
72 -#}