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/timer/
Date: Fri, 01 Apr 2022 14:56:48
Message-Id: 1648824058.cb2f6496fe290d7b287b79a15ca4c736373b17f6.ulm@gentoo
1 commit: cb2f6496fe290d7b287b79a15ca4c736373b17f6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 14:40:49 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:40:58 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cb2f6496
7
8 dev-lisp/timer: Drop ~sparc because of unkeyworded dependencies
9
10 Update HOMEPAGE and SRC_URI.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/timer/timer-0.4.0-r1.ebuild | 9 ++++-----
15 1 file changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-lisp/timer/timer-0.4.0-r1.ebuild b/dev-lisp/timer/timer-0.4.0-r1.ebuild
18 index 7ff9d9a1..74576bf0 100644
19 --- a/dev-lisp/timer/timer-0.4.0-r1.ebuild
20 +++ b/dev-lisp/timer/timer-0.4.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 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 @@ -6,12 +6,11 @@ EAPI=6
28 inherit common-lisp-3
29
30 DESCRIPTION="An event scheduling library for SBCL by Zach Beane. It implements an interface similar to LispWorks' timer and scheduling functions."
31 -HOMEPAGE="http://www.cliki.net/TIMER"
32 -SRC_URI="http://www.xach.com/lisp/${PN}/${P}.tar.gz"
33 +HOMEPAGE="https://www.cliki.net/TIMER"
34 +SRC_URI="https://www.xach.com/lisp/${PN}/${P}.tar.gz"
35
36 LICENSE="public-domain"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
39 -IUSE=""
40 +KEYWORDS="~amd64 ~ppc ~x86"
41
42 RDEPEND="dev-lisp/sbcl"