commit: 67c2026dc7bd76d61ca2d598a50022d59d4352bc
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 25 14:28:07 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon Oct 25 14:32:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c2026d
dev-scheme/sigscheme: update HOMEPAGE and SRC_URI
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
dev-scheme/sigscheme/metadata.xml | 16 +++++++++-------
dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild | 6 +++---
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/dev-scheme/sigscheme/metadata.xml
b/dev-scheme/sigscheme/metadata.xml
index f2f8b249a8d..45d9f9ee244 100644
--- a/dev-scheme/sigscheme/metadata.xml
+++ b/dev-scheme/sigscheme/metadata.xml
@@ -5,13 +5,15 @@
<email>[email protected]</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 a154c41664d..c4dae918d2b 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"