public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/stklos/files/, dev-scheme/stklos/
Date: Mon, 30 Oct 2023 13:11:03 +0000 (UTC)	[thread overview]
Message-ID: <1698671425.5dc927ef918e708e24cdc908d15b8efc59c9090b.hattya@gentoo> (raw)

commit:     5dc927ef918e708e24cdc908d15b8efc59c9090b
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 13:10:25 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 13:10:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc927ef

dev-scheme/stklos: drop old

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-scheme/stklos/Manifest                         |  1 -
 .../files/stklos-1.70-configure-clang16.patch      | 15 -----
 dev-scheme/stklos/files/stklos-1.70-gentoo.patch   | 66 ----------------------
 dev-scheme/stklos/stklos-1.70-r1.ebuild            | 60 --------------------
 4 files changed, 142 deletions(-)

diff --git a/dev-scheme/stklos/Manifest b/dev-scheme/stklos/Manifest
index c9c0d75a26cd..88e50b32a85c 100644
--- a/dev-scheme/stklos/Manifest
+++ b/dev-scheme/stklos/Manifest
@@ -1,2 +1 @@
-DIST stklos-1.70.tar.gz 8767615 BLAKE2B 7cae5b5d0c9b2d9dcccc47e78e70a562f2d1751de068668777441d29ee15be7f3c5c285b8297e367311cd8c9695c9a2d083ad7ea1d9c21c838cf1d819f7cb82c SHA512 64da09171b191688f750f10c29f10cd7393f326555d4324344faeac63547a2548407490e44a50f0afa348487bd9cc5106f3c344cab6935f3a3516b3c064a596f
 DIST stklos-2.00.tar.gz 9661074 BLAKE2B c43918f182e8502d5ea4dd0a2d42ea4e788a573ca1184d4e3af792f3932b7a626280110c30bffa9771d73ed7fdc2a29db19bcd7ce8d5a219c1c0b9ef19195c6d SHA512 b98ad62713cb5e85d26378e73e2198d44676a0103c8e8444490cc555defc5b058652c514bdf3a27b0cc34c71b0b72d9f5fc440f260f6aa68064c5adda6571d5f

diff --git a/dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch b/dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch
deleted file mode 100644
index 51fa0842c032..000000000000
--- a/dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://bugs.gentoo.org/881693
---- a/configure.ac
-+++ b/configure.ac
-@@ -446,8 +446,9 @@ fi
- ###
- ### See in what direction the stack grows (code stolen from Sawfish)
- ###
--AC_RUN_IFELSE([AC_LANG_SOURCE([[ void inner (char *foo) { char bar; exit (!(foo >= &bar)); }
--             void main () { char foo; inner (&foo); } ]])],[STACK_DIRECTION="DOWN"],[STACK_DIRECTION="UP"],[echo "Stack direction is not detected when cross compiling for now"])
-+AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdlib.h>
-+             void inner (char *foo) { char bar; exit (!(foo >= &bar)); }
-+             int main (void) { char foo; inner (&foo); } ]])],[STACK_DIRECTION="DOWN"],[STACK_DIRECTION="UP"],[echo "Stack direction is not detected when cross compiling for now"])
- 
- 
- 

diff --git a/dev-scheme/stklos/files/stklos-1.70-gentoo.patch b/dev-scheme/stklos/files/stklos-1.70-gentoo.patch
deleted file mode 100644
index c9baba3bf268..000000000000
--- a/dev-scheme/stklos/files/stklos-1.70-gentoo.patch
+++ /dev/null
@@ -1,66 +0,0 @@
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -21,7 +21,6 @@
- #    Creation date: 11-Apr-2000 10:30 (eg)
- # Last file update:  1-Jun-2021 19:13 (eg)
- 
--mandir	      = $(prefix)/share/man
- man_MANS      = stklos.1 stklos-config.1 stklos-compile.1 stklos-genlex.1 \
- 	        stklos-pkg.1 stklos-script.1
- EXTRA_DIST    = $(man_MANS)
-@@ -33,12 +32,10 @@
- schemedir   = $(prefix)/share/@PACKAGE@/@VERSION@
- scheme_DATA = DOCDB
- 
--doclocation = $(prefix)/share/doc/@PACKAGE@-@VERSION@
--
--docpdfdir   = $(doclocation)/pdf
-+docpdfdir   = $(pdfdir)
- docpdf_DATA = pdf/stklos-ref.pdf
- 
--dochtmldir  = $(doclocation)/html
-+dochtmldir  = $(htmldir)
- dochtml_DATA= html/index.html		\
- 	      html/stklos-ref.html	\
- 	      html/stklos-ref-1.html	\
-@@ -59,7 +56,7 @@
- 	      html/stklos-ref-16.html	\
- 	      html/doc-style.css
- 
--docimgdir   = $(doclocation)/html/images
-+docimgdir   = $(htmldir)/images
- docimg_DATA = html/images/hierarchy.jpg
- 
- 
---- a/lib/Lalr.d/Makefile.am
-+++ b/lib/Lalr.d/Makefile.am
-@@ -34,7 +34,7 @@
- all: lalr.ostk calc
- 
- install-sources: install
--	mkdir -p $(schemedir)
-+	mkdir -p $(DESTDIR)/$(schemedir)
- 	cp lalr.stk $(DESTDIR)/$(schemedir)
- 
- uninstall-hook:
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -123,8 +123,6 @@
- 
- 
- install-exec-hook:
--	@echo "STRIP command: $$STRIP"
--	if test "X$$STRIP" != "Xno" ;then $(STRIP) $(DESTDIR)/$(bindir)/stklos; fi;
- 	mv $(DESTDIR)/$(bindir)/stklos $(DESTDIR)/$(bindir)/stklos-@VERSION@
- 	ln -s stklos-@VERSION@ $(DESTDIR)/$(bindir)/stklos
- 
---- a/utils/shlib-options
-+++ b/utils/shlib-options
-@@ -173,6 +173,6 @@
- 
- echo "os=\"$os\"; version=\"$version\"; machine=\"$machine\"; OS=\"$OS\"; \
- OS_FLAVOUR=\"$OS_FLAVOUR\";SH_COMP_FLAGS=\"$SH_COMP_FLAGS\"; \
--SH_LOAD_FLAGS=\"$SH_LOAD_FLAGS\"; \
-+SH_LOAD_FLAGS=\"$LDFLAGS $SH_LOAD_FLAGS\"; \
- SH_LOADER=\"$SH_LOADER\"; SH_SUFFIX=\"$SH_SUFFIX\"; \
- SH_LIB_SUFFIX=\"$SH_LIB_SUFFIX\"; SH_MAIN_LOAD_FLAGS=\"$SH_MAIN_LOAD_FLAGS\""

diff --git a/dev-scheme/stklos/stklos-1.70-r1.ebuild b/dev-scheme/stklos/stklos-1.70-r1.ebuild
deleted file mode 100644
index af8d4da1cbde..000000000000
--- a/dev-scheme/stklos/stklos-1.70-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Fast and light Scheme implementation"
-HOMEPAGE="https://www.stklos.net/"
-SRC_URI="https://www.${PN}.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="threads"
-
-RDEPEND="dev-libs/boehm-gc[threads?]
-	dev-libs/gmp:=
-	dev-libs/libffi:=
-	dev-libs/libpcre"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog {HACKING,NEWS}.md PACKAGES-USED {PORTING-NOTES,README}.md SUPPORTED-SRFIS )
-
-PATCHES=(
-	"${FILESDIR}"/${P}-gentoo.patch
-	"${FILESDIR}"/${P}-configure-clang16.patch
-)
-
-src_prepare() {
-	default
-
-	use threads || rm -f tests/srfis/216.stk
-
-	eautoreconf
-}
-
-src_configure() {
-	export LD="$(tc-getCC)"
-
-	econf \
-		--enable-threads=$(usex threads pthreads none) \
-		--without-gmp-light \
-		--without-provided-ffi \
-		--without-provided-gc \
-		--without-provided-regexp
-}
-
-src_compile() {
-	emake -j1
-}
-
-src_test() {
-	emake -j1 check
-}
-
-src_install() {
-	default
-	einstalldocs
-}


             reply	other threads:[~2023-10-30 13:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-30 13:11 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-03 12:47 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/stklos/files/, dev-scheme/stklos/ Akinori Hattori
2021-11-27  6:39 Akinori Hattori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1698671425.5dc927ef918e708e24cdc908d15b8efc59c9090b.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox