summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 16:40:49 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 16:40:58 +0200
commitcb2f6496fe290d7b287b79a15ca4c736373b17f6 (patch)
treeda1543561c04d3df2c77a7ba55cd8a22ffa49367
parentdev-lisp/weblocks: Remove package (diff)
downloadlisp-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>
-rw-r--r--dev-lisp/timer/timer-0.4.0-r1.ebuild9
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"