public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qbe/
@ 2022-08-25  2:09 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-08-25  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     6e4496c46cfe67d060225164cf50b923c2cd5858
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Aug 23 14:26:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 02:09:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4496c4

sys-devel/qbe: new package from ::guru, add 1.0-r1, 9999

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/qbe/Manifest          |  1 +
 sys-devel/qbe/metadata.xml      | 12 ++++++++++++
 sys-devel/qbe/qbe-1.0-r1.ebuild | 29 +++++++++++++++++++++++++++++
 sys-devel/qbe/qbe-9999.ebuild   | 29 +++++++++++++++++++++++++++++
 4 files changed, 71 insertions(+)

diff --git a/sys-devel/qbe/Manifest b/sys-devel/qbe/Manifest
new file mode 100644
index 000000000000..fd1f19c3fece
--- /dev/null
+++ b/sys-devel/qbe/Manifest
@@ -0,0 +1 @@
+DIST qbe-1.0.tar.xz 237756 BLAKE2B ca6e1ee81f7329a8aee1f4597de391dcc44595fb8371468360fbcf1a5fc9fa404c614d49e4668fba568fa8d11e753d10b4c46380884fa635a56331b059b69abd SHA512 7f53d4440fda36b21dbf390aa8b9c17ae7c137a6e034dd73ca1c2068d84dbe236a452d86cab8d8bce0b3d66c3f08e70f2bf54bc7cc2e93208cc1900014c18ad1

diff --git a/sys-devel/qbe/metadata.xml b/sys-devel/qbe/metadata.xml
new file mode 100644
index 000000000000..fc3c6c671309
--- /dev/null
+++ b/sys-devel/qbe/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sys-devel/qbe/qbe-1.0-r1.ebuild b/sys-devel/qbe/qbe-1.0-r1.ebuild
new file mode 100644
index 000000000000..28dcf876539b
--- /dev/null
+++ b/sys-devel/qbe/qbe-1.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ "${PV}" == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://c9x.me/qbe.git"
+else
+	SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
+	# 64-bit RISC-V only
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="Pure-C embeddable compiler backend"
+HOMEPAGE="https://c9x.me/compile/"
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( README doc )
+
+src_compile() {
+	emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
+}
+
+src_install() {
+	einstalldocs
+	emake install DESTDIR="${ED}" PREFIX=/usr
+}

diff --git a/sys-devel/qbe/qbe-9999.ebuild b/sys-devel/qbe/qbe-9999.ebuild
new file mode 100644
index 000000000000..28dcf876539b
--- /dev/null
+++ b/sys-devel/qbe/qbe-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ "${PV}" == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://c9x.me/qbe.git"
+else
+	SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
+	# 64-bit RISC-V only
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="Pure-C embeddable compiler backend"
+HOMEPAGE="https://c9x.me/compile/"
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( README doc )
+
+src_compile() {
+	emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
+}
+
+src_install() {
+	einstalldocs
+	emake install DESTDIR="${ED}" PREFIX=/usr
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qbe/
@ 2022-08-25  2:09 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-08-25  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ed18bdc4fcc38d8015b4a17b3537444dcf61b5aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 02:06:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 02:09:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed18bdc4

sys-devel/qbe: style tweaks, EAPI 8, respect CC

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/qbe/{qbe-1.0-r1.ebuild => qbe-1.0.ebuild} | 12 +++++++++---
 sys-devel/qbe/qbe-9999.ebuild                       |  8 +++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/sys-devel/qbe/qbe-1.0-r1.ebuild b/sys-devel/qbe/qbe-1.0.ebuild
similarity index 87%
rename from sys-devel/qbe/qbe-1.0-r1.ebuild
rename to sys-devel/qbe/qbe-1.0.ebuild
index 28dcf876539b..d041b7d0b849 100644
--- a/sys-devel/qbe/qbe-1.0-r1.ebuild
+++ b/sys-devel/qbe/qbe-1.0.ebuild
@@ -1,25 +1,31 @@
 # Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-if [[ "${PV}" == "9999" ]]; then
-	inherit git-r3
+inherit toolchain-funcs
+
+if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="git://c9x.me/qbe.git"
+	inherit git-r3
 else
 	SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
+
 	# 64-bit RISC-V only
 	KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 DESCRIPTION="Pure-C embeddable compiler backend"
 HOMEPAGE="https://c9x.me/compile/"
+
 LICENSE="MIT"
 SLOT="0"
 
 DOCS=( README doc )
 
 src_compile() {
+	tc-export CC
+
 	emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
 }
 

diff --git a/sys-devel/qbe/qbe-9999.ebuild b/sys-devel/qbe/qbe-9999.ebuild
index 28dcf876539b..2b2487f3dbbd 100644
--- a/sys-devel/qbe/qbe-9999.ebuild
+++ b/sys-devel/qbe/qbe-9999.ebuild
@@ -1,19 +1,21 @@
 # Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-if [[ "${PV}" == "9999" ]]; then
-	inherit git-r3
+if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="git://c9x.me/qbe.git"
+	inherit git-r3
 else
 	SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
+
 	# 64-bit RISC-V only
 	KEYWORDS="~amd64 ~arm64 ~riscv"
 fi
 
 DESCRIPTION="Pure-C embeddable compiler backend"
 HOMEPAGE="https://c9x.me/compile/"
+
 LICENSE="MIT"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qbe/
@ 2022-08-26  7:24 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-08-26  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7a947c56a6ae2dc97d56daf4a9e9872d20ee5691
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 07:24:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 07:24:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a947c56

sys-devel/qbe: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/qbe/qbe-9999.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-devel/qbe/qbe-9999.ebuild b/sys-devel/qbe/qbe-9999.ebuild
index 2b2487f3dbbd..d041b7d0b849 100644
--- a/sys-devel/qbe/qbe-9999.ebuild
+++ b/sys-devel/qbe/qbe-9999.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit toolchain-funcs
+
 if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="git://c9x.me/qbe.git"
 	inherit git-r3
@@ -22,6 +24,8 @@ SLOT="0"
 DOCS=( README doc )
 
 src_compile() {
+	tc-export CC
+
 	emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
 }
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qbe/
@ 2023-02-24 12:19 Viorel Munteanu
  0 siblings, 0 replies; 7+ messages in thread
From: Viorel Munteanu @ 2023-02-24 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f8089f372d8d22aaed084fe960bfa572401d8fc4
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Wed Feb  1 04:51:45 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 12:14:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8089f37

sys-devel/qbe: add 1.1

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/29367
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 sys-devel/qbe/Manifest       |  1 +
 sys-devel/qbe/qbe-1.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-devel/qbe/Manifest b/sys-devel/qbe/Manifest
index fd1f19c3fece..487bf9581e4a 100644
--- a/sys-devel/qbe/Manifest
+++ b/sys-devel/qbe/Manifest
@@ -1 +1,2 @@
 DIST qbe-1.0.tar.xz 237756 BLAKE2B ca6e1ee81f7329a8aee1f4597de391dcc44595fb8371468360fbcf1a5fc9fa404c614d49e4668fba568fa8d11e753d10b4c46380884fa635a56331b059b69abd SHA512 7f53d4440fda36b21dbf390aa8b9c17ae7c137a6e034dd73ca1c2068d84dbe236a452d86cab8d8bce0b3d66c3f08e70f2bf54bc7cc2e93208cc1900014c18ad1
+DIST qbe-1.1.tar.xz 244740 BLAKE2B fdadca56ff5a6b56f30e0a99724908e356b3c1b545e5b35a27080a92ca0d417ff53deb8f4c0a31b9289acab58fb79568384669004b0275cddd83afb198a7a5aa SHA512 1e5d7d1df3d73849dbf19dd1d84c9bba63a5041622823a5a239496032f9d82bd1640dd2bbd03e28c8a180b8e66a1fe10deb940b5d8fde996bf593f7e8d943e8b

diff --git a/sys-devel/qbe/qbe-1.1.ebuild b/sys-devel/qbe/qbe-1.1.ebuild
new file mode 100644
index 000000000000..c32cbd4d13b6
--- /dev/null
+++ b/sys-devel/qbe/qbe-1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="git://c9x.me/qbe.git"
+	inherit git-r3
+else
+	SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
+
+	# 64-bit RISC-V only
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="Pure-C embeddable compiler backend"
+HOMEPAGE="https://c9x.me/compile/"
+
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( README doc )
+
+src_compile() {
+	tc-export CC
+
+	emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
+}
+
+src_install() {
+	einstalldocs
+	emake install DESTDIR="${ED}" PREFIX=/usr
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qbe/
@ 2024-01-12  7:52 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2024-01-12  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4d6ca1ab223f73ecf801f051952aa6ffcc416899
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Nov 11 03:22:49 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 07:30:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6ca1ab

sys-devel/qbe: apply dbgfile patch serie from master

This is needed to make new snapshots of dev-lang/hare::guru, Alpine aports has
the same patches applied since 2023-09-05 for the same reason.

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/33763
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-devel/qbe/Manifest          |  3 +++
 sys-devel/qbe/qbe-1.1-r1.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sys-devel/qbe/Manifest b/sys-devel/qbe/Manifest
index 487bf9581e4a..d1437d2fdad0 100644
--- a/sys-devel/qbe/Manifest
+++ b/sys-devel/qbe/Manifest
@@ -1,2 +1,5 @@
 DIST qbe-1.0.tar.xz 237756 BLAKE2B ca6e1ee81f7329a8aee1f4597de391dcc44595fb8371468360fbcf1a5fc9fa404c614d49e4668fba568fa8d11e753d10b4c46380884fa635a56331b059b69abd SHA512 7f53d4440fda36b21dbf390aa8b9c17ae7c137a6e034dd73ca1c2068d84dbe236a452d86cab8d8bce0b3d66c3f08e70f2bf54bc7cc2e93208cc1900014c18ad1
 DIST qbe-1.1.tar.xz 244740 BLAKE2B fdadca56ff5a6b56f30e0a99724908e356b3c1b545e5b35a27080a92ca0d417ff53deb8f4c0a31b9289acab58fb79568384669004b0275cddd83afb198a7a5aa SHA512 1e5d7d1df3d73849dbf19dd1d84c9bba63a5041622823a5a239496032f9d82bd1640dd2bbd03e28c8a180b8e66a1fe10deb940b5d8fde996bf593f7e8d943e8b
+DIST qbe-dbgfile.patch 3813 BLAKE2B fbe0dd9c4fab8399054c091bb50fd8002c43108c53f2177ea000784f0707e9fb4fe432d637d03ccd87247f0ab1d232d5ba81e3a3e61347b7e1f31bb61b701c62 SHA512 41694848c95341f16618cd8f8d3222415e551b36b3428467e7ad066e257bc235dedbae4a1da4a6ae9034d102e359ecd69f51c580ad3f613e0e427df1882d1c65
+DIST qbe-info-tracking.patch 6305 BLAKE2B 03cb80de722e642812558fe7fe93eb3683f0fb54a2d78a1ceacf68016c779dee47f314651f0a6f1690d8b3ddc3089d41a894caafa83ec408d46b9375d24c9e3d SHA512 00d37894fca754f23024a8d64591e22f74b8f50022de77c1b25b474a68d204f0d89f2f3dbbfb822c5293ebccdadd923516c28b1e3c358c07de7a284fa0ef722f
+DIST qbe-parseline-tweaks.patch 1519 BLAKE2B 88940d42dbed988a5ecff68f18a1fab9c5024d5fb4d8219a1984f676808f9b5dbc4c4a729bf419358e0be71244aa4b97e23b3575aa4458a5c4059f7f1cd2151e SHA512 8701657032f26f8f7fe0de768573c5f111f80e5cc9d62fb4bfcf895b421532f039f08234bca8b4156b097f80893483fa8323cde3a8f3c8a5c729412328097bb2

diff --git a/sys-devel/qbe/qbe-1.1-r1.ebuild b/sys-devel/qbe/qbe-1.1-r1.ebuild
new file mode 100644
index 000000000000..375946b25243
--- /dev/null
+++ b/sys-devel/qbe/qbe-1.1-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="git://c9x.me/qbe.git"
+	inherit git-r3
+else
+	SRC_URI="
+		https://c9x.me/compile/release/${P}.tar.xz
+		https://c9x.me/git/qbe.git/patch/?id=0d929287d77ccc3fb52ca8bd072678b5ae2c81c8 -> qbe-info-tracking.patch
+		https://c9x.me/git/qbe.git/patch/?id=baf11b7175c468d3d9408d332b1c0d529a4957ee -> qbe-parseline-tweaks.patch
+		https://c9x.me/git/qbe.git/patch/?id=36946a5142c40b733d25ea5ca469f7949ee03439 -> qbe-dbgfile.patch
+	"
+
+	# 64-bit RISC-V only
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="Pure-C embeddable compiler backend"
+HOMEPAGE="https://c9x.me/compile/"
+
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( README doc )
+
+PATCHES=(
+	"${DISTDIR}/qbe-info-tracking.patch"
+	"${DISTDIR}/qbe-parseline-tweaks.patch"
+	"${DISTDIR}/qbe-dbgfile.patch"
+)
+
+src_compile() {
+	tc-export CC
+
+	emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
+}
+
+src_install() {
+	einstalldocs
+	emake install DESTDIR="${ED}" PREFIX=/usr
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qbe/
@ 2024-02-28  8:31 Florian Schmaus
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-02-28  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5fe4724e0900caa4ea76725043605fe3e83c2e3b
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Feb 17 06:11:16 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 08:31:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe4724e

sys-devel/qbe: add 1.2

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sys-devel/qbe/Manifest                            | 1 +
 sys-devel/qbe/{qbe-9999.ebuild => qbe-1.2.ebuild} | 8 +++++++-
 sys-devel/qbe/qbe-9999.ebuild                     | 8 +++++++-
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/sys-devel/qbe/Manifest b/sys-devel/qbe/Manifest
index d1437d2fdad0..b964189f706c 100644
--- a/sys-devel/qbe/Manifest
+++ b/sys-devel/qbe/Manifest
@@ -1,5 +1,6 @@
 DIST qbe-1.0.tar.xz 237756 BLAKE2B ca6e1ee81f7329a8aee1f4597de391dcc44595fb8371468360fbcf1a5fc9fa404c614d49e4668fba568fa8d11e753d10b4c46380884fa635a56331b059b69abd SHA512 7f53d4440fda36b21dbf390aa8b9c17ae7c137a6e034dd73ca1c2068d84dbe236a452d86cab8d8bce0b3d66c3f08e70f2bf54bc7cc2e93208cc1900014c18ad1
 DIST qbe-1.1.tar.xz 244740 BLAKE2B fdadca56ff5a6b56f30e0a99724908e356b3c1b545e5b35a27080a92ca0d417ff53deb8f4c0a31b9289acab58fb79568384669004b0275cddd83afb198a7a5aa SHA512 1e5d7d1df3d73849dbf19dd1d84c9bba63a5041622823a5a239496032f9d82bd1640dd2bbd03e28c8a180b8e66a1fe10deb940b5d8fde996bf593f7e8d943e8b
+DIST qbe-1.2.tar.xz 246364 BLAKE2B b4cf4562caf6db191f1b2bfd078e2dfebfbe526a454552691ff78fba7b2d6c27b09df8ea5c795b49b9509a73b6981c17684d6e887999878f6e5bc7923c5047ef SHA512 b3ffd172e95346b3bfae1d2aff4c22a32af8bd4443d073f6fbb711f41db01f072ca7a8108901508cd4a8366567dab46510e0438716d35548591fdf37cee49971
 DIST qbe-dbgfile.patch 3813 BLAKE2B fbe0dd9c4fab8399054c091bb50fd8002c43108c53f2177ea000784f0707e9fb4fe432d637d03ccd87247f0ab1d232d5ba81e3a3e61347b7e1f31bb61b701c62 SHA512 41694848c95341f16618cd8f8d3222415e551b36b3428467e7ad066e257bc235dedbae4a1da4a6ae9034d102e359ecd69f51c580ad3f613e0e427df1882d1c65
 DIST qbe-info-tracking.patch 6305 BLAKE2B 03cb80de722e642812558fe7fe93eb3683f0fb54a2d78a1ceacf68016c779dee47f314651f0a6f1690d8b3ddc3089d41a894caafa83ec408d46b9375d24c9e3d SHA512 00d37894fca754f23024a8d64591e22f74b8f50022de77c1b25b474a68d204f0d89f2f3dbbfb822c5293ebccdadd923516c28b1e3c358c07de7a284fa0ef722f
 DIST qbe-parseline-tweaks.patch 1519 BLAKE2B 88940d42dbed988a5ecff68f18a1fab9c5024d5fb4d8219a1984f676808f9b5dbc4c4a729bf419358e0be71244aa4b97e23b3575aa4458a5c4059f7f1cd2151e SHA512 8701657032f26f8f7fe0de768573c5f111f80e5cc9d62fb4bfcf895b421532f039f08234bca8b4156b097f80893483fa8323cde3a8f3c8a5c729412328097bb2

diff --git a/sys-devel/qbe/qbe-9999.ebuild b/sys-devel/qbe/qbe-1.2.ebuild
similarity index 83%
copy from sys-devel/qbe/qbe-9999.ebuild
copy to sys-devel/qbe/qbe-1.2.ebuild
index d041b7d0b849..baaab97b66c1 100644
--- a/sys-devel/qbe/qbe-9999.ebuild
+++ b/sys-devel/qbe/qbe-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,6 +23,12 @@ SLOT="0"
 
 DOCS=( README doc )
 
+src_prepare() {
+	default
+
+	sed -i 's;^CC *=.*;CC ?= cc;' Makefile || die
+}
+
 src_compile() {
 	tc-export CC
 

diff --git a/sys-devel/qbe/qbe-9999.ebuild b/sys-devel/qbe/qbe-9999.ebuild
index d041b7d0b849..baaab97b66c1 100644
--- a/sys-devel/qbe/qbe-9999.ebuild
+++ b/sys-devel/qbe/qbe-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,6 +23,12 @@ SLOT="0"
 
 DOCS=( README doc )
 
+src_prepare() {
+	default
+
+	sed -i 's;^CC *=.*;CC ?= cc;' Makefile || die
+}
+
 src_compile() {
 	tc-export CC
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/qbe/
@ 2024-02-28  8:31 Florian Schmaus
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-02-28  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3653659c1450aad23a824335c9180f217ec26f22
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Feb 23 14:25:00 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 08:31:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3653659c

sys-devel/qbe: drop 1.0, 1.1

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/35157
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sys-devel/qbe/Manifest       |  1 -
 sys-devel/qbe/qbe-1.0.ebuild | 35 -----------------------------------
 sys-devel/qbe/qbe-1.1.ebuild | 35 -----------------------------------
 3 files changed, 71 deletions(-)

diff --git a/sys-devel/qbe/Manifest b/sys-devel/qbe/Manifest
index b964189f706c..739ffea8e281 100644
--- a/sys-devel/qbe/Manifest
+++ b/sys-devel/qbe/Manifest
@@ -1,4 +1,3 @@
-DIST qbe-1.0.tar.xz 237756 BLAKE2B ca6e1ee81f7329a8aee1f4597de391dcc44595fb8371468360fbcf1a5fc9fa404c614d49e4668fba568fa8d11e753d10b4c46380884fa635a56331b059b69abd SHA512 7f53d4440fda36b21dbf390aa8b9c17ae7c137a6e034dd73ca1c2068d84dbe236a452d86cab8d8bce0b3d66c3f08e70f2bf54bc7cc2e93208cc1900014c18ad1
 DIST qbe-1.1.tar.xz 244740 BLAKE2B fdadca56ff5a6b56f30e0a99724908e356b3c1b545e5b35a27080a92ca0d417ff53deb8f4c0a31b9289acab58fb79568384669004b0275cddd83afb198a7a5aa SHA512 1e5d7d1df3d73849dbf19dd1d84c9bba63a5041622823a5a239496032f9d82bd1640dd2bbd03e28c8a180b8e66a1fe10deb940b5d8fde996bf593f7e8d943e8b
 DIST qbe-1.2.tar.xz 246364 BLAKE2B b4cf4562caf6db191f1b2bfd078e2dfebfbe526a454552691ff78fba7b2d6c27b09df8ea5c795b49b9509a73b6981c17684d6e887999878f6e5bc7923c5047ef SHA512 b3ffd172e95346b3bfae1d2aff4c22a32af8bd4443d073f6fbb711f41db01f072ca7a8108901508cd4a8366567dab46510e0438716d35548591fdf37cee49971
 DIST qbe-dbgfile.patch 3813 BLAKE2B fbe0dd9c4fab8399054c091bb50fd8002c43108c53f2177ea000784f0707e9fb4fe432d637d03ccd87247f0ab1d232d5ba81e3a3e61347b7e1f31bb61b701c62 SHA512 41694848c95341f16618cd8f8d3222415e551b36b3428467e7ad066e257bc235dedbae4a1da4a6ae9034d102e359ecd69f51c580ad3f613e0e427df1882d1c65

diff --git a/sys-devel/qbe/qbe-1.0.ebuild b/sys-devel/qbe/qbe-1.0.ebuild
deleted file mode 100644
index d041b7d0b849..000000000000
--- a/sys-devel/qbe/qbe-1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="git://c9x.me/qbe.git"
-	inherit git-r3
-else
-	SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
-
-	# 64-bit RISC-V only
-	KEYWORDS="~amd64 ~arm64 ~riscv"
-fi
-
-DESCRIPTION="Pure-C embeddable compiler backend"
-HOMEPAGE="https://c9x.me/compile/"
-
-LICENSE="MIT"
-SLOT="0"
-
-DOCS=( README doc )
-
-src_compile() {
-	tc-export CC
-
-	emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
-}
-
-src_install() {
-	einstalldocs
-	emake install DESTDIR="${ED}" PREFIX=/usr
-}

diff --git a/sys-devel/qbe/qbe-1.1.ebuild b/sys-devel/qbe/qbe-1.1.ebuild
deleted file mode 100644
index c32cbd4d13b6..000000000000
--- a/sys-devel/qbe/qbe-1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="git://c9x.me/qbe.git"
-	inherit git-r3
-else
-	SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
-
-	# 64-bit RISC-V only
-	KEYWORDS="~amd64 ~arm64 ~riscv"
-fi
-
-DESCRIPTION="Pure-C embeddable compiler backend"
-HOMEPAGE="https://c9x.me/compile/"
-
-LICENSE="MIT"
-SLOT="0"
-
-DOCS=( README doc )
-
-src_compile() {
-	tc-export CC
-
-	emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
-}
-
-src_install() {
-	einstalldocs
-	emake install DESTDIR="${ED}" PREFIX=/usr
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-28  8:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25  2:09 [gentoo-commits] repo/gentoo:master commit in: sys-devel/qbe/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-02-28  8:31 Florian Schmaus
2024-02-28  8:31 Florian Schmaus
2024-01-12  7:52 Joonas Niilola
2023-02-24 12:19 Viorel Munteanu
2022-08-26  7:24 Sam James
2022-08-25  2:09 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox