commit: 949e74fec1a180698d143388105915f3cbff2c06
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Thu Jan 8 07:52:34 2026 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Thu Jan 8 07:52:34 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=949e74fe
app-portage/carnage: drop 1.2, add 1.2b
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
app-portage/carnage/Manifest | 2 +-
.../{carnage-1.2.ebuild => carnage-1.2b.ebuild} | 31 +++-------------------
app-portage/carnage/carnage-9999.ebuild | 2 +-
3 files changed, 5 insertions(+), 30 deletions(-)
diff --git a/app-portage/carnage/Manifest b/app-portage/carnage/Manifest
index 883ea120dc..3147f97f59 100644
--- a/app-portage/carnage/Manifest
+++ b/app-portage/carnage/Manifest
@@ -1 +1 @@
-DIST carnage-1.2.tar.gz 139851 BLAKE2B
dcc8f5870419d13e48f861a337a229b694259de38be7dcb24cbaa461d36ae98b251357d1c4874aa58cb7c1d9f1f0b2cbe31e36c686f0972ebfde240b5ff85595
SHA512
aec7da6fb2ac7e909c755687eb8a92fe937f0004f7b2a85fc7e03de6748cdb045604edce7dae1bb72e462c3b6e60d0874f7db053e02ad84071a5277d417ed33a
+DIST carnage-1.2b.tar.gz 138323 BLAKE2B
e93e34322b0dcbd4a36cd0792176c8e0df7d4e64e3b2a4e38e4556f3e04405b64c4fde85f485d8c602d73ae3256841fb751205adfa0764f87449a915acde8f9b
SHA512
bbbabb33aa796f7ebf53ca7652d7596f94f62da18e034419386b77733e66d533abc7c204401de18bd10cb1727c5b4fbf4300a26e9bc50bbd2e74c3f7b392106b
diff --git a/app-portage/carnage/carnage-1.2.ebuild
b/app-portage/carnage/carnage-1.2b.ebuild
similarity index 63%
rename from app-portage/carnage/carnage-1.2.ebuild
rename to app-portage/carnage/carnage-1.2b.ebuild
index 546fd6592c..a7f60018a7 100644
--- a/app-portage/carnage/carnage-1.2.ebuild
+++ b/app-portage/carnage/carnage-1.2b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2025 Gentoo Authors
+# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,38 +22,13 @@ fi
LICENSE="MIT"
SLOT="0"
-IUSE="man"
-
RDEPEND="
>=dev-python/lxml-6.0.2[${PYTHON_USEDEP}]
>=dev-python/msgpack-1.1.2[${PYTHON_USEDEP}]
- >=dev-python/textual-6.7.0[${PYTHON_USEDEP}]
+ >=dev-python/textual-7.0.1[${PYTHON_USEDEP}]
>=dev-python/tomlkit-0.13.3[${PYTHON_USEDEP}]
"
-BDEPEND="
- man? (
- || (
- app-text/lowdown
- virtual/pandoc
- )
- )
-"
-
-python_compile() {
- distutils-r1_python_compile
-
- if use man; then
- local docgen=lowdown
-
- # prefer pandoc if it's installed
- has_version virtual/pandoc && docgen=pandoc
-
- "${docgen}" docs/man.carnage.md -s -t man -o docs/carnage.1 \
- || die "Failed to generate man page with ${docgen}"
- fi
-}
-
src_install() {
distutils-r1_src_install
@@ -61,7 +36,7 @@ src_install() {
doicon -s scalable assets/carnage.svg
- use man && doman docs/carnage.1
+ doman man/carnage.1
}
pkg_postinst() {
diff --git a/app-portage/carnage/carnage-9999.ebuild
b/app-portage/carnage/carnage-9999.ebuild
index e75c1ad3b5..a7f60018a7 100644
--- a/app-portage/carnage/carnage-9999.ebuild
+++ b/app-portage/carnage/carnage-9999.ebuild
@@ -25,7 +25,7 @@ SLOT="0"
RDEPEND="
>=dev-python/lxml-6.0.2[${PYTHON_USEDEP}]
>=dev-python/msgpack-1.1.2[${PYTHON_USEDEP}]
- >=dev-python/textual-7.0.0[${PYTHON_USEDEP}]
+ >=dev-python/textual-7.0.1[${PYTHON_USEDEP}]
>=dev-python/tomlkit-0.13.3[${PYTHON_USEDEP}]
"