diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-25 23:28:07 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-25 23:32:56 +0900 |
commit | 67c2026dc7bd76d61ca2d598a50022d59d4352bc (patch) | |
tree | 4446207fae6c52dd7fcdaca3d211a9c7e50cfd97 /dev-scheme | |
parent | dev-lang/ammonite-repl-bin: initial import from ::guru (diff) | |
download | gentoo-67c2026dc7bd76d61ca2d598a50022d59d4352bc.tar.gz gentoo-67c2026dc7bd76d61ca2d598a50022d59d4352bc.tar.bz2 gentoo-67c2026dc7bd76d61ca2d598a50022d59d4352bc.zip |
dev-scheme/sigscheme: update HOMEPAGE and SRC_URI
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/sigscheme/metadata.xml | 16 | ||||
-rw-r--r-- | 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 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" |