diff options
author | Takuya Wakazono <pastalian46@gmail.com> | 2024-11-11 18:06:05 +0900 |
---|---|---|
committer | Takuya Wakazono <pastalian46@gmail.com> | 2024-11-11 18:06:05 +0900 |
commit | ef11e83b25d7464ff63ff8f6e80f9a412b4de8bb (patch) | |
tree | 1294d86e47c5f266e33f389f09261d5a62ad1a0f /dev-lang | |
parent | dev-lang/fbc-bootstrap: add 1.10.1 (diff) | |
download | guru-ef11e83b25d7464ff63ff8f6e80f9a412b4de8bb.tar.gz guru-ef11e83b25d7464ff63ff8f6e80f9a412b4de8bb.tar.bz2 guru-ef11e83b25d7464ff63ff8f6e80f9a412b4de8bb.zip |
dev-lang/fbc-bootstrap: drop 1.07.3, 1.08.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'dev-lang')
5 files changed, 0 insertions, 110 deletions
diff --git a/dev-lang/fbc-bootstrap/Manifest b/dev-lang/fbc-bootstrap/Manifest index 03ed01594..0f93226c2 100644 --- a/dev-lang/fbc-bootstrap/Manifest +++ b/dev-lang/fbc-bootstrap/Manifest @@ -1,3 +1 @@ -DIST FreeBASIC-1.07.3-source-bootstrap.tar.xz 10702984 BLAKE2B dbf68351c54d9a1ec6f5952e7867bc370fdc36db406c9a76d18f9e85757c26f3c954d91ce56593af9ceacf1e24e8038ba7cfeaa66a988923fd5d57d5f160584d SHA512 59a06e633b2bf5054d2b5f7a9da7e539a51657a20d50ac2e055255dab30acc87e03596a53613e1d7f1ac74798d4919b5d7aa32b20a229c7725ebc1e53460b70e -DIST FreeBASIC-1.08.1-source-bootstrap.tar.xz 12234408 BLAKE2B 5e10e784843253b15b22103d653a16cbabddd143d5b51990c87d4f1082c4ebed9a704bb50d065103bf3381377850cfa561a7dbbd99d11163b507cfc94c2827c7 SHA512 603ef6389ef6a90894dcca7bb31876dae8d1f4014da2b92f6a89cb23665e36130fdd98ffeed6c2e9fa90e549c2fc54450fa55932d22b6eead453b4aa6d4785c2 DIST FreeBASIC-1.10.1-source-bootstrap.tar.xz 15113488 BLAKE2B 50afb52b3c0bdbc6b1ec5fe5d6c8b6fee78dd964c8dc5b5d992973aea52113c20300b1abd9165bf62682047dcabbb7b0be490e47d4a5d20470a4c80e8742079e SHA512 e28ea554f9365753717580663ecf40b2254a2da4b141612ac8e3f388a375b44ee6b1f5690d50e30c3cad8ba142a7387e0d32509040bdf5108bdec42427bef163 diff --git a/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild b/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild deleted file mode 100644 index c6d09670e..000000000 --- a/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Bootstrap package for dev-lang/fbc" -HOMEPAGE="https://www.freebasic.net" -SRC_URI="https://github.com/freebasic/fbc/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz" - -S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap" - -LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( "${FILESDIR}"/fbc-1.07.0-Pass-ltinfo-to-linker.patch ) - -src_compile() { - emake bootstrap-minimal \ - AR=$(tc-getAR) AS=$(tc-getAS) CC=$(tc-getCC) CFLAGS="${CFLAGS}" V=1 -} - -src_install() { - newbin bin/fbc fbc-bootstrap - emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" TARGET=${CHOST} install-includes - emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" TARGET=${CHOST} install-rtlib -} diff --git a/dev-lang/fbc-bootstrap/fbc-bootstrap-1.08.1.ebuild b/dev-lang/fbc-bootstrap/fbc-bootstrap-1.08.1.ebuild deleted file mode 100644 index d0a2dfee3..000000000 --- a/dev-lang/fbc-bootstrap/fbc-bootstrap-1.08.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Bootstrap package for dev-lang/fbc" -HOMEPAGE="https://www.freebasic.net" -SRC_URI="https://github.com/freebasic/fbc/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz" - -S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap" - -LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( "${FILESDIR}"/fbc-1.08.1-Pass-ltinfo-to-linker.patch ) - -src_compile() { - emake bootstrap-minimal \ - AR=$(tc-getAR) AS=$(tc-getAS) CC=$(tc-getCC) CFLAGS="${CFLAGS}" V=1 -} - -src_install() { - newbin bin/fbc fbc-bootstrap - emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" TARGET=${CHOST} install-includes - emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" TARGET=${CHOST} install-rtlib -} diff --git a/dev-lang/fbc-bootstrap/files/fbc-1.07.0-Pass-ltinfo-to-linker.patch b/dev-lang/fbc-bootstrap/files/fbc-1.07.0-Pass-ltinfo-to-linker.patch deleted file mode 100644 index 72bd51faf..000000000 --- a/dev-lang/fbc-bootstrap/files/fbc-1.07.0-Pass-ltinfo-to-linker.patch +++ /dev/null @@ -1,25 +0,0 @@ -From c62adcd85c4e9d8b793a7a4f71fc88f6fbb79798 Mon Sep 17 00:00:00 2001 -From: William Breathitt Gray <vilhelm.gray@gmail.com> -Date: Tue, 27 Aug 2019 20:41:07 +0900 -Subject: [PATCH] Pass -ltinfo to linker - ---- - makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/makefile b/makefile -index e093bb1..eb3f759 100644 ---- a/makefile -+++ b/makefile -@@ -1109,7 +1109,7 @@ endif - # Use gcc to link fbc from the bootstrap .o's - # (assuming the rtlib was built already) - ifneq ($(filter darwin freebsd linux netbsd openbsd solaris,$(TARGET_OS)),) -- BOOTSTRAP_LIBS := -lncurses -lm -pthread -+ BOOTSTRAP_LIBS := -ltinfo -lncurses -lm -pthread - endif - $(BOOTSTRAP_FBC): rtlib $(BOOTSTRAP_OBJ) - $(QUIET_LINK)$(CC) -o $@ $(libdir)/fbrt0.o bootstrap/$(FBTARGET)/*.o $(libdir)/libfb.a $(BOOTSTRAP_LIBS) --- -2.22.1 - diff --git a/dev-lang/fbc-bootstrap/files/fbc-1.08.1-Pass-ltinfo-to-linker.patch b/dev-lang/fbc-bootstrap/files/fbc-1.08.1-Pass-ltinfo-to-linker.patch deleted file mode 100644 index 6a57f34be..000000000 --- a/dev-lang/fbc-bootstrap/files/fbc-1.08.1-Pass-ltinfo-to-linker.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 5e209af787bf74327c0dcba1d75d6a5477dfb0cb Mon Sep 17 00:00:00 2001 -From: William Breathitt Gray <vilhelm.gray@gmail.com> -Date: Wed, 8 Sep 2021 11:27:39 +0900 -Subject: [PATCH] Pass -ltinfo to linker - ---- - makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/makefile b/makefile -index 04c5c3976..364dc9a0d 100644 ---- a/makefile -+++ b/makefile -@@ -1368,7 +1368,7 @@ endif - # Use gcc to link fbc from the bootstrap .o's - # (assuming the rtlib was built already) - ifneq ($(filter darwin freebsd dragonfly linux netbsd openbsd solaris,$(TARGET_OS)),) -- BOOTSTRAP_LIBS := -lncurses -lm -pthread -+ BOOTSTRAP_LIBS := -ltinfo -lncurses -lm -pthread - endif - $(BOOTSTRAP_FBC): rtlib $(BOOTSTRAP_OBJ) - $(QUIET_LINK)$(CC) -o $@ $(libdir)/fbrt0.o bootstrap/$(FBTARGET)/*.o $(libdir)/libfb.a $(BOOTSTRAP_LIBS) --- -2.33.0 - |