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

commit:     9c0b7c288e49af26c74fa010058f42ac963037ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 02:52:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 02:52:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0b7c28

sys-devel/cproc: add github, sourcehut upstream metadata

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

 sys-devel/cproc/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-devel/cproc/metadata.xml b/sys-devel/cproc/metadata.xml
index fc3c6c671309..507ef71566c5 100644
--- a/sys-devel/cproc/metadata.xml
+++ b/sys-devel/cproc/metadata.xml
@@ -9,4 +9,8 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="sourcehut">~mcf/cproc</remote-id>
+		<remote-id type="github">michaelforney/cproc</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/cproc/
@ 2024-04-25 14:45 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-04-25 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     52abbfd7c55a99db64b76c7e040a456bcc6f1b42
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Apr 13 10:41:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 14:43:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52abbfd7

sys-devel/cproc: drop 0_pre20220805

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/36235
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/cproc/Manifest                   |  1 -
 sys-devel/cproc/cproc-0_pre20220805.ebuild | 39 ------------------------------
 2 files changed, 40 deletions(-)

diff --git a/sys-devel/cproc/Manifest b/sys-devel/cproc/Manifest
index 0f4e70fe42dc..c5136579d5a9 100644
--- a/sys-devel/cproc/Manifest
+++ b/sys-devel/cproc/Manifest
@@ -1,2 +1 @@
-DIST cproc-6fabc79d81de56b6c1cdcc2242933fd792e2ddf9.tar.gz 80893 BLAKE2B f708649714f0fbc3e7b60dc87585603970eb350de4ce1f02fe9b5783714ef09fa38b4b4ec7a8b0553047e84edc0f752963c84df32dacd9585c435098e57be47c SHA512 355e3ca8fb481d9e32d0621787beee7b0e6f53f107bbb9512f89382c599daa581b89e7da3957c09b81a994ebce9f06df08df0833b010b055a8ff947c8cc8d02e
 DIST cproc-c19a0bd9b78be94b455af55ad8ceb9be49410974.tar.gz 84602 BLAKE2B 89a01f1382015737ed43e1c7ec36737c05c0818f422b8714b5ac60bfce0830572bd06f0f0b99457e675b52826671b18e872461154a8479d3f5da808e01dd08de SHA512 630d7d933a489be80519366c27650eb3b33443ec068f0d5c4749cc1f87061228b0496f2e31a7b5f0c7eb8608849ac692113f884eab03664a3e12a78f36dbc7fa

diff --git a/sys-devel/cproc/cproc-0_pre20220805.ebuild b/sys-devel/cproc/cproc-0_pre20220805.ebuild
deleted file mode 100644
index 163ffe80afba..000000000000
--- a/sys-devel/cproc/cproc-0_pre20220805.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo toolchain-funcs
-
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="https://git.sr.ht/~mcf/cproc"
-	inherit git-r3
-else
-	CPROC_COMMIT="6fabc79d81de56b6c1cdcc2242933fd792e2ddf9"
-	CPROC_P="${PN}-${CPROC_COMMIT}"
-	SRC_URI="https://git.sr.ht/~mcf/cproc/archive/${CPROC_COMMIT}.tar.gz -> ${CPROC_P}.tar.gz"
-	S="${WORKDIR}/${CPROC_P}"
-
-	KEYWORDS="~amd64 ~arm64 ~riscv"
-fi
-
-DESCRIPTION="C11 compiler using QBE as backend"
-HOMEPAGE="https://sr.ht/~mcf/cproc/"
-
-LICENSE="ISC"
-SLOT="0"
-
-DEPEND="sys-devel/qbe"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-
-	rm -r "${S}/qbe" || die
-}
-
-src_configure() {
-	tc-export CC
-
-	edo ./configure --prefix=/usr
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/cproc/
@ 2024-04-25 14:45 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-04-25 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     332df64499140e6e6e00ef6ef49a0f8da8323d75
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Apr 13 10:39:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 14:43:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332df644

sys-devel/cproc: add 0_pre20240413

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

 sys-devel/cproc/Manifest                                       |  1 +
 .../cproc/{cproc-9999.ebuild => cproc-0_pre20240413.ebuild}    | 10 ++--------
 sys-devel/cproc/cproc-9999.ebuild                              | 10 ++--------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/sys-devel/cproc/Manifest b/sys-devel/cproc/Manifest
index 3bb5cf1ed1d2..0f4e70fe42dc 100644
--- a/sys-devel/cproc/Manifest
+++ b/sys-devel/cproc/Manifest
@@ -1 +1,2 @@
 DIST cproc-6fabc79d81de56b6c1cdcc2242933fd792e2ddf9.tar.gz 80893 BLAKE2B f708649714f0fbc3e7b60dc87585603970eb350de4ce1f02fe9b5783714ef09fa38b4b4ec7a8b0553047e84edc0f752963c84df32dacd9585c435098e57be47c SHA512 355e3ca8fb481d9e32d0621787beee7b0e6f53f107bbb9512f89382c599daa581b89e7da3957c09b81a994ebce9f06df08df0833b010b055a8ff947c8cc8d02e
+DIST cproc-c19a0bd9b78be94b455af55ad8ceb9be49410974.tar.gz 84602 BLAKE2B 89a01f1382015737ed43e1c7ec36737c05c0818f422b8714b5ac60bfce0830572bd06f0f0b99457e675b52826671b18e872461154a8479d3f5da808e01dd08de SHA512 630d7d933a489be80519366c27650eb3b33443ec068f0d5c4749cc1f87061228b0496f2e31a7b5f0c7eb8608849ac692113f884eab03664a3e12a78f36dbc7fa

diff --git a/sys-devel/cproc/cproc-9999.ebuild b/sys-devel/cproc/cproc-0_pre20240413.ebuild
similarity index 80%
copy from sys-devel/cproc/cproc-9999.ebuild
copy to sys-devel/cproc/cproc-0_pre20240413.ebuild
index 163ffe80afba..cb98d7443072 100644
--- a/sys-devel/cproc/cproc-9999.ebuild
+++ b/sys-devel/cproc/cproc-0_pre20240413.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
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="https://git.sr.ht/~mcf/cproc"
 	inherit git-r3
 else
-	CPROC_COMMIT="6fabc79d81de56b6c1cdcc2242933fd792e2ddf9"
+	CPROC_COMMIT="c19a0bd9b78be94b455af55ad8ceb9be49410974"
 	CPROC_P="${PN}-${CPROC_COMMIT}"
 	SRC_URI="https://git.sr.ht/~mcf/cproc/archive/${CPROC_COMMIT}.tar.gz -> ${CPROC_P}.tar.gz"
 	S="${WORKDIR}/${CPROC_P}"
@@ -26,12 +26,6 @@ SLOT="0"
 DEPEND="sys-devel/qbe"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	default
-
-	rm -r "${S}/qbe" || die
-}
-
 src_configure() {
 	tc-export CC
 

diff --git a/sys-devel/cproc/cproc-9999.ebuild b/sys-devel/cproc/cproc-9999.ebuild
index 163ffe80afba..cb98d7443072 100644
--- a/sys-devel/cproc/cproc-9999.ebuild
+++ b/sys-devel/cproc/cproc-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
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="https://git.sr.ht/~mcf/cproc"
 	inherit git-r3
 else
-	CPROC_COMMIT="6fabc79d81de56b6c1cdcc2242933fd792e2ddf9"
+	CPROC_COMMIT="c19a0bd9b78be94b455af55ad8ceb9be49410974"
 	CPROC_P="${PN}-${CPROC_COMMIT}"
 	SRC_URI="https://git.sr.ht/~mcf/cproc/archive/${CPROC_COMMIT}.tar.gz -> ${CPROC_P}.tar.gz"
 	S="${WORKDIR}/${CPROC_P}"
@@ -26,12 +26,6 @@ SLOT="0"
 DEPEND="sys-devel/qbe"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	default
-
-	rm -r "${S}/qbe" || die
-}
-
 src_configure() {
 	tc-export CC
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/cproc/
@ 2022-08-25  2:09 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-25  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d362b1c7e6ed7a7b238d62fe69c90230350b269c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 02:08:39 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=d362b1c7

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

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

 sys-devel/cproc/cproc-0_pre20220805.ebuild | 15 ++++++++++-----
 sys-devel/cproc/cproc-9999.ebuild          | 15 ++++++++++-----
 2 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/sys-devel/cproc/cproc-0_pre20220805.ebuild b/sys-devel/cproc/cproc-0_pre20220805.ebuild
index 74f03bd8630d..163ffe80afba 100644
--- a/sys-devel/cproc/cproc-0_pre20220805.ebuild
+++ b/sys-devel/cproc/cproc-0_pre20220805.ebuild
@@ -1,11 +1,13 @@
 # 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 edo toolchain-funcs
+
+if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="https://git.sr.ht/~mcf/cproc"
+	inherit git-r3
 else
 	CPROC_COMMIT="6fabc79d81de56b6c1cdcc2242933fd792e2ddf9"
 	CPROC_P="${PN}-${CPROC_COMMIT}"
@@ -17,10 +19,11 @@ fi
 
 DESCRIPTION="C11 compiler using QBE as backend"
 HOMEPAGE="https://sr.ht/~mcf/cproc/"
+
 LICENSE="ISC"
 SLOT="0"
 
-DEPEND="sys-devel/qbe:="
+DEPEND="sys-devel/qbe"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
@@ -30,5 +33,7 @@ src_prepare() {
 }
 
 src_configure() {
-	./configure --prefix=/usr || die
+	tc-export CC
+
+	edo ./configure --prefix=/usr
 }

diff --git a/sys-devel/cproc/cproc-9999.ebuild b/sys-devel/cproc/cproc-9999.ebuild
index 74f03bd8630d..163ffe80afba 100644
--- a/sys-devel/cproc/cproc-9999.ebuild
+++ b/sys-devel/cproc/cproc-9999.ebuild
@@ -1,11 +1,13 @@
 # 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 edo toolchain-funcs
+
+if [[ ${PV} = 9999 ]]; then
 	EGIT_REPO_URI="https://git.sr.ht/~mcf/cproc"
+	inherit git-r3
 else
 	CPROC_COMMIT="6fabc79d81de56b6c1cdcc2242933fd792e2ddf9"
 	CPROC_P="${PN}-${CPROC_COMMIT}"
@@ -17,10 +19,11 @@ fi
 
 DESCRIPTION="C11 compiler using QBE as backend"
 HOMEPAGE="https://sr.ht/~mcf/cproc/"
+
 LICENSE="ISC"
 SLOT="0"
 
-DEPEND="sys-devel/qbe:="
+DEPEND="sys-devel/qbe"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
@@ -30,5 +33,7 @@ src_prepare() {
 }
 
 src_configure() {
-	./configure --prefix=/usr || die
+	tc-export CC
+
+	edo ./configure --prefix=/usr
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/cproc/
@ 2022-08-25  2:09 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-25  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     77bd9e6e0304ab640f23a34e54ef43bee28e2b41
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Aug 23 15:10:47 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=77bd9e6e

sys-devel/cproc: new package from ::guru, add 0_pre20220805, 9999

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/26978
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/cproc/Manifest                   |  1 +
 sys-devel/cproc/cproc-0_pre20220805.ebuild | 34 ++++++++++++++++++++++++++++++
 sys-devel/cproc/cproc-9999.ebuild          | 34 ++++++++++++++++++++++++++++++
 sys-devel/cproc/metadata.xml               | 12 +++++++++++
 4 files changed, 81 insertions(+)

diff --git a/sys-devel/cproc/Manifest b/sys-devel/cproc/Manifest
new file mode 100644
index 000000000000..3bb5cf1ed1d2
--- /dev/null
+++ b/sys-devel/cproc/Manifest
@@ -0,0 +1 @@
+DIST cproc-6fabc79d81de56b6c1cdcc2242933fd792e2ddf9.tar.gz 80893 BLAKE2B f708649714f0fbc3e7b60dc87585603970eb350de4ce1f02fe9b5783714ef09fa38b4b4ec7a8b0553047e84edc0f752963c84df32dacd9585c435098e57be47c SHA512 355e3ca8fb481d9e32d0621787beee7b0e6f53f107bbb9512f89382c599daa581b89e7da3957c09b81a994ebce9f06df08df0833b010b055a8ff947c8cc8d02e

diff --git a/sys-devel/cproc/cproc-0_pre20220805.ebuild b/sys-devel/cproc/cproc-0_pre20220805.ebuild
new file mode 100644
index 000000000000..74f03bd8630d
--- /dev/null
+++ b/sys-devel/cproc/cproc-0_pre20220805.ebuild
@@ -0,0 +1,34 @@
+# 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="https://git.sr.ht/~mcf/cproc"
+else
+	CPROC_COMMIT="6fabc79d81de56b6c1cdcc2242933fd792e2ddf9"
+	CPROC_P="${PN}-${CPROC_COMMIT}"
+	SRC_URI="https://git.sr.ht/~mcf/cproc/archive/${CPROC_COMMIT}.tar.gz -> ${CPROC_P}.tar.gz"
+	S="${WORKDIR}/${CPROC_P}"
+
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="C11 compiler using QBE as backend"
+HOMEPAGE="https://sr.ht/~mcf/cproc/"
+LICENSE="ISC"
+SLOT="0"
+
+DEPEND="sys-devel/qbe:="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	rm -r "${S}/qbe" || die
+}
+
+src_configure() {
+	./configure --prefix=/usr || die
+}

diff --git a/sys-devel/cproc/cproc-9999.ebuild b/sys-devel/cproc/cproc-9999.ebuild
new file mode 100644
index 000000000000..74f03bd8630d
--- /dev/null
+++ b/sys-devel/cproc/cproc-9999.ebuild
@@ -0,0 +1,34 @@
+# 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="https://git.sr.ht/~mcf/cproc"
+else
+	CPROC_COMMIT="6fabc79d81de56b6c1cdcc2242933fd792e2ddf9"
+	CPROC_P="${PN}-${CPROC_COMMIT}"
+	SRC_URI="https://git.sr.ht/~mcf/cproc/archive/${CPROC_COMMIT}.tar.gz -> ${CPROC_P}.tar.gz"
+	S="${WORKDIR}/${CPROC_P}"
+
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="C11 compiler using QBE as backend"
+HOMEPAGE="https://sr.ht/~mcf/cproc/"
+LICENSE="ISC"
+SLOT="0"
+
+DEPEND="sys-devel/qbe:="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	rm -r "${S}/qbe" || die
+}
+
+src_configure() {
+	./configure --prefix=/usr || die
+}

diff --git a/sys-devel/cproc/metadata.xml b/sys-devel/cproc/metadata.xml
new file mode 100644
index 000000000000..fc3c6c671309
--- /dev/null
+++ b/sys-devel/cproc/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>


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

end of thread, other threads:[~2024-04-25 14:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25  3:33 [gentoo-commits] repo/gentoo:master commit in: sys-devel/cproc/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-25 14:45 Sam James
2024-04-25 14:45 Sam James
2022-08-25  2:09 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