diff options
author | 2022-04-01 16:40:49 +0200 | |
---|---|---|
committer | 2022-04-01 16:40:58 +0200 | |
commit | cb2f6496fe290d7b287b79a15ca4c736373b17f6 (patch) | |
tree | da1543561c04d3df2c77a7ba55cd8a22ffa49367 /dev-lisp | |
parent | dev-lisp/weblocks: Remove package (diff) | |
download | lisp-cb2f6496fe290d7b287b79a15ca4c736373b17f6.tar.gz lisp-cb2f6496fe290d7b287b79a15ca4c736373b17f6.tar.bz2 lisp-cb2f6496fe290d7b287b79a15ca4c736373b17f6.zip |
dev-lisp/timer: Drop ~sparc because of unkeyworded dependencies
Update HOMEPAGE and SRC_URI.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/timer/timer-0.4.0-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-lisp/timer/timer-0.4.0-r1.ebuild b/dev-lisp/timer/timer-0.4.0-r1.ebuild index 7ff9d9a1..74576bf0 100644 --- a/dev-lisp/timer/timer-0.4.0-r1.ebuild +++ b/dev-lisp/timer/timer-0.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,12 +6,11 @@ EAPI=6 inherit common-lisp-3 DESCRIPTION="An event scheduling library for SBCL by Zach Beane. It implements an interface similar to LispWorks' timer and scheduling functions." -HOMEPAGE="http://www.cliki.net/TIMER" -SRC_URI="http://www.xach.com/lisp/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.cliki.net/TIMER" +SRC_URI="https://www.xach.com/lisp/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-lisp/sbcl" |