Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/mcclim/
Date: Sat, 02 Apr 2022 07:39:39
Message-Id: 1648885070.b95f9aa7d075ddbb6a89a646475992251a40f14f.ulm@gentoo
1 commit: b95f9aa7d075ddbb6a89a646475992251a40f14f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 07:37:50 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 07:37:50 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b95f9aa7
7
8 dev-lisp/mcclim: Drop ~sparc because of unkeyworded dependencies
9
10 Minor touchups to the ebuild.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/mcclim/mcclim-0.9.7.ebuild | 15 +++++++--------
15 1 file changed, 7 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-lisp/mcclim/mcclim-0.9.7.ebuild b/dev-lisp/mcclim/mcclim-0.9.7.ebuild
18 index 8db7d16e..e59bdc46 100644
19 --- a/dev-lisp/mcclim/mcclim-0.9.7.ebuild
20 +++ b/dev-lisp/mcclim/mcclim-0.9.7.ebuild
21 @@ -1,25 +1,24 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -inherit common-lisp-3 elisp-common eutils
29 +inherit common-lisp-3 elisp-common
30
31 MY_PV="${PV}-imbolc"
32
33 DESCRIPTION="McCLIM is a free software implementation of CLIM."
34 -HOMEPAGE="http://common-lisp.net/project/mcclim
35 - http://cliki.net/McCLIM"
36 -SRC_URI="https://github.com/robert-strandh/McCLIM/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
37 +HOMEPAGE="https://mcclim.common-lisp.dev/
38 + https://cliki.net/McCLIM"
39 +SRC_URI="https://github.com/McCLIM/McCLIM/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="LLGPL-2.1"
42 SLOT="0"
43 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
44 +KEYWORDS="~amd64 ~ppc ~x86"
45 IUSE="emacs doc"
46
47 DEPEND="doc? ( virtual/texi2dvi )"
48 -RDEPEND="!dev-lisp/cl-${PN}
49 - dev-lisp/spatial-trees
50 +RDEPEND="dev-lisp/spatial-trees
51 >=dev-lisp/flexichain-1.5.1
52 dev-lisp/clx
53 dev-lisp/cffi