dev-scheme/ypsilon: update HOMEPAGE and SRC_URI

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
This commit is contained in:
Akinori Hattori
2021-10-28 22:42:16 +09:00
parent a3e73595b5
commit 28bf9782f2
2 changed files with 7 additions and 5 deletions

View File

@@ -5,9 +5,11 @@
<email>scheme@gentoo.org</email>
<name>Gentoo Scheme Project</name>
</maintainer>
<longdescription lang="en">Ypsilon is the implementation of Scheme Programming Language, which conforms
to the latest standard R6RS.</longdescription>
<longdescription lang="en">
Ypsilon is the implementation of Scheme Programming Language, which conforms
to the latest standard R6RS.
</longdescription>
<upstream>
<remote-id type="google-code">ypsilon</remote-id>
<remote-id type="github">fujita-y/ypsilon</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,8 +8,8 @@ inherit flag-o-matic toolchain-funcs
MY_P="${P/_p/.update}"
DESCRIPTION="R6RS-compliant Scheme implementation for real-time applications"
HOMEPAGE="https://code.google.com/p/ypsilon/"
SRC_URI="https://ypsilon.googlecode.com/files/${MY_P}.tar.gz"
HOMEPAGE="http://www.littlewingpinball.com/doc/en/ypsilon"
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"