summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-scheme/sigscheme/metadata.xml16
-rw-r--r--dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild6
2 files changed, 12 insertions, 10 deletions
diff --git a/dev-scheme/sigscheme/metadata.xml b/dev-scheme/sigscheme/metadata.xml
index f2f8b249a8da..45d9f9ee2449 100644
--- a/dev-scheme/sigscheme/metadata.xml
+++ b/dev-scheme/sigscheme/metadata.xml
@@ -5,13 +5,15 @@
<email>scheme@gentoo.org</email>
<name>Gentoo Scheme Project</name>
</maintainer>
- <longdescription>SigScheme is a R5RS Scheme interpreter for embedded use.
- It features small footprint (64KB in library form on the
- 'small' configuration) like SIOD and TinyScheme, low memory
- consumption (2-words per cons cell), multibyte characters
- handling (UTF-8, EUCs and Shift_JIS) and more.
- It is mainly developed to replace the Scheme interpreter of uim.</longdescription>
+ <longdescription>
+ SigScheme is a R5RS Scheme interpreter for embedded use.
+ It features small footprint (64KB in library form on the
+ 'small' configuration) like SIOD and TinyScheme, low memory
+ consumption (2-words per cons cell), multibyte characters
+ handling (UTF-8, EUCs and Shift_JIS) and more.
+ It is mainly developed to replace the Scheme interpreter of uim.
+ </longdescription>
<upstream>
- <remote-id type="google-code">sigscheme</remote-id>
+ <remote-id type="github">uim/sigscheme</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild b/dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild
index a154c41664dd..c4dae918d2b2 100644
--- a/dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild
+++ b/dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="SigScheme is an R5RS Scheme interpreter for embedded use"
-HOMEPAGE="https://code.google.com/p/sigscheme/"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
+HOMEPAGE="https://github.com/uim/sigscheme"
+SRC_URI="https://github.com/uim/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"