public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/cproc/
Date: Thu, 25 Apr 2024 14:45:25 +0000 (UTC)	[thread overview]
Message-ID: <1714056236.332df64499140e6e6e00ef6ef49a0f8da8323d75.sam@gentoo> (raw)

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
 


             reply	other threads:[~2024-04-25 14:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25 14:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-25 14:45 [gentoo-commits] repo/gentoo:master commit in: sys-devel/cproc/ Sam James
2022-08-25  3:33 Sam James
2022-08-25  2:09 Sam James
2022-08-25  2:09 Sam James

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=1714056236.332df64499140e6e6e00ef6ef49a0f8da8323d75.sam@gentoo \
    --to=sam@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