commit:     769628ffae68fd92b69e0e970bb3bc181a9f56b5
Author:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Mon Apr 12 00:51:44 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Apr 12 00:54:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=769628ff

dev-lang/fbc-bootstrap: Version bump to 1.07.3

Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>

 dev-lang/fbc-bootstrap/Manifest                    |  1 +
 dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-lang/fbc-bootstrap/Manifest b/dev-lang/fbc-bootstrap/Manifest
index 7b009089e..0546ca882 100644
--- a/dev-lang/fbc-bootstrap/Manifest
+++ b/dev-lang/fbc-bootstrap/Manifest
@@ -1 +1,2 @@
 DIST FreeBASIC-1.07.2-source-bootstrap.tar.xz 10700992 BLAKE2B 
e7016e5f58ae79086c0445bf6a09f33d4335af771422778be407e3351d583522e16f137763e471ba88e47b4318ab5bd2aec882ef5e5ff85cc334b0eccf27fdc5
 SHA512 
f381d14343496f68d3401ad1a66ff4fb1314270eddebb72ed2bc5624b856c4b29e7e14062f531a5158d892bb73d9aa80ff54fe7c260b4b8967b1330d26b2ecfc
+DIST FreeBASIC-1.07.3-source-bootstrap.tar.xz 10702984 BLAKE2B 
dbf68351c54d9a1ec6f5952e7867bc370fdc36db406c9a76d18f9e85757c26f3c954d91ce56593af9ceacf1e24e8038ba7cfeaa66a988923fd5d57d5f160584d
 SHA512 
59a06e633b2bf5054d2b5f7a9da7e539a51657a20d50ac2e055255dab30acc87e03596a53613e1d7f1ac74798d4919b5d7aa32b20a229c7725ebc1e53460b70e

diff --git a/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild 
b/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild
new file mode 100644
index 000000000..042a2dddd
--- /dev/null
+++ b/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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";
+
+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 )
+
+S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
+
+src_compile() {
+       emake bootstrap-minimal
+}
+
+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
+}

Reply via email to