public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/dool/
Date: Mon,  6 May 2024 09:38:23 +0000 (UTC)	[thread overview]
Message-ID: <1714988299.1887bf52f03c51c5f59c13f18bd644135d4d2c7f.flow@gentoo> (raw)

commit:     1887bf52f03c51c5f59c13f18bd644135d4d2c7f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 09:37:53 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May  6 09:38:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1887bf52

sys-apps/dool: sync live

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sys-apps/dool/dool-9999.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/sys-apps/dool/dool-9999.ebuild b/sys-apps/dool/dool-9999.ebuild
index 3239402b05..eff98f06ff 100644
--- a/sys-apps/dool/dool-9999.ebuild
+++ b/sys-apps/dool/dool-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit python-r1
 
@@ -14,13 +14,10 @@ if [[ "${PV}" == "9999" ]]; then
 	EGIT_REPO_URI="https://github.com/scottchiefbaker/dool.git"
 	inherit git-r3
 else
-	DOOL_COMMIT_ID="6b89f2d0b6e38e1c8d706e88a12e020367f5100d"
 	SRC_URI="
-		https://github.com/scottchiefbaker/dool/archive/${DOOL_COMMIT_ID}.tar.gz -> ${P}.tar.gz
-		https://github.com/stanford-rc/dool/commit/fa079a43c97f772a4809304386dbed5f4afa9a54.patch
-			-> ${PN}-1.0.0-fix-proc-diskstats-parsing.patch
+		https://github.com/scottchiefbaker/dool/archive/refs/tags/v${PV}.tar.gz
+			-> ${P}.tar.gz
 	"
-	S="${WORKDIR}/${PN}-${DOOL_COMMIT_ID}"
 fi
 
 if [[ "${PV}" != "9999" ]]; then
@@ -35,10 +32,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 
-PATCHES=(
-	"${DISTDIR}"/${PN}-1.0.0-fix-proc-diskstats-parsing.patch
-)
-
 src_compile() {
 	:
 }


WARNING: multiple messages have this Message-ID (diff)
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/dool/
Date: Mon,  6 May 2024 09:38:46 +0000 (UTC)	[thread overview]
Message-ID: <1714988299.1887bf52f03c51c5f59c13f18bd644135d4d2c7f.flow@gentoo> (raw)
Message-ID: <20240506093846.-_pT7ym0QxspY-2A8tCl1rd5oKg3dQUFKG5cNcQYp_w@z> (raw)

commit:     1887bf52f03c51c5f59c13f18bd644135d4d2c7f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 09:37:53 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May  6 09:38:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1887bf52

sys-apps/dool: sync live

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sys-apps/dool/dool-9999.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/sys-apps/dool/dool-9999.ebuild b/sys-apps/dool/dool-9999.ebuild
index 3239402b05..eff98f06ff 100644
--- a/sys-apps/dool/dool-9999.ebuild
+++ b/sys-apps/dool/dool-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit python-r1
 
@@ -14,13 +14,10 @@ if [[ "${PV}" == "9999" ]]; then
 	EGIT_REPO_URI="https://github.com/scottchiefbaker/dool.git"
 	inherit git-r3
 else
-	DOOL_COMMIT_ID="6b89f2d0b6e38e1c8d706e88a12e020367f5100d"
 	SRC_URI="
-		https://github.com/scottchiefbaker/dool/archive/${DOOL_COMMIT_ID}.tar.gz -> ${P}.tar.gz
-		https://github.com/stanford-rc/dool/commit/fa079a43c97f772a4809304386dbed5f4afa9a54.patch
-			-> ${PN}-1.0.0-fix-proc-diskstats-parsing.patch
+		https://github.com/scottchiefbaker/dool/archive/refs/tags/v${PV}.tar.gz
+			-> ${P}.tar.gz
 	"
-	S="${WORKDIR}/${PN}-${DOOL_COMMIT_ID}"
 fi
 
 if [[ "${PV}" != "9999" ]]; then
@@ -35,10 +32,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 
-PATCHES=(
-	"${DISTDIR}"/${PN}-1.0.0-fix-proc-diskstats-parsing.patch
-)
-
 src_compile() {
 	:
 }


             reply	other threads:[~2024-05-06  9:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06  9:38 Florian Schmaus [this message]
2024-05-06  9:38 ` [gentoo-commits] repo/proj/guru:master commit in: sys-apps/dool/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-05-07 14:26 Florian Schmaus
2024-05-07 14:25 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2024-05-07 14:26 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2024-05-07 14:25 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2024-05-07 14:25 Florian Schmaus
2024-05-06  9:38 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2024-05-06  9:38 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2023-04-19  7:32 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2023-04-19  7:30 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2023-04-19  7:32 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2023-04-19  7:30 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2023-04-19  7:30 Florian Schmaus
2023-04-19  7:30 Florian Schmaus
2022-05-30  6:39 Florian Schmaus
2021-04-11  8:01 Florian Schmaus

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=1714988299.1887bf52f03c51c5f59c13f18bd644135d4d2c7f.flow@gentoo \
    --to=flow@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