* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/sigscheme/
@ 2017-08-03 11:48 Amy Liffey
0 siblings, 0 replies; 3+ messages in thread
From: Amy Liffey @ 2017-08-03 11:48 UTC (permalink / raw
To: gentoo-commits
commit: 845328310065542d850eae4abb7815c142f49ebd
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 11:48:21 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 11:48:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84532831
dev-scheme/sigscheme: eapi bump to 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../sigscheme/{sigscheme-0.8.5.ebuild => sigscheme-0.8.5-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-scheme/sigscheme/sigscheme-0.8.5.ebuild b/dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild
similarity index 87%
rename from dev-scheme/sigscheme/sigscheme-0.8.5.ebuild
rename to dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild
index b68e7b5f77b..cbed33d141c 100644
--- a/dev-scheme/sigscheme/sigscheme-0.8.5.ebuild
+++ b/dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="3"
+EAPI=6
DESCRIPTION="SigScheme is an R5RS Scheme interpreter for embedded use"
HOMEPAGE="https://code.google.com/p/sigscheme/"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/sigscheme/
@ 2021-10-25 14:33 Akinori Hattori
0 siblings, 0 replies; 3+ messages in thread
From: Akinori Hattori @ 2021-10-25 14:33 UTC (permalink / raw
To: gentoo-commits
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>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 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"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/sigscheme/
@ 2021-10-25 14:33 Akinori Hattori
0 siblings, 0 replies; 3+ messages in thread
From: Akinori Hattori @ 2021-10-25 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 29a42c301808a707e2e694806d6e63ec3c4c27d1
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 25 14:29:39 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon Oct 25 14:32:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a42c30
dev-scheme/sigscheme: disable hygienic macros
Closes: https://bugs.gentoo.org/757816
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
.../sigscheme/{sigscheme-0.8.5-r1.ebuild => sigscheme-0.8.5-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild b/dev-scheme/sigscheme/sigscheme-0.8.5-r2.ebuild
similarity index 91%
rename from dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild
rename to dev-scheme/sigscheme/sigscheme-0.8.5-r2.ebuild
index c4dae918d2b..9510b8bf991 100644
--- a/dev-scheme/sigscheme/sigscheme-0.8.5-r1.ebuild
+++ b/dev-scheme/sigscheme/sigscheme-0.8.5-r2.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
src_configure() {
- econf --enable-hygienic-macro --disable-static
+ econf --disable-static
}
src_install() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-25 14:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03 11:48 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/sigscheme/ Amy Liffey
-- strict thread matches above, loose matches on Subject: below --
2021-10-25 14:33 Akinori Hattori
2021-10-25 14:33 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox