aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-05-06 11:37:53 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-05-06 11:38:19 +0200
commit1887bf52f03c51c5f59c13f18bd644135d4d2c7f (patch)
treefefaaaa1300e2572917947f6bcb5d1e8de8b0963 /sys-apps
parentsys-apps/dool: add 1.3.1 (diff)
downloadguru-1887bf52f03c51c5f59c13f18bd644135d4d2c7f.tar.gz
guru-1887bf52f03c51c5f59c13f18bd644135d4d2c7f.tar.bz2
guru-1887bf52f03c51c5f59c13f18bd644135d4d2c7f.zip
sys-apps/dool: sync live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/dool/dool-9999.ebuild15
1 files 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() {
:
}