Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a3ef5e4fd8dc47afeec4df5add14af2a5085b529)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a3ef5e4fd8dc47afeec4df5add14af2a5085b529)
  • Date: Wed, 11 Mar 2026 17:46:08 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/b4/DEPENDS | 1 +
devel/b4/DETAILS | 1 +
devel/b4/HISTORY | 3 +++
devel/git-filter-repo/DETAILS | 2 ++
devel/git-filter-repo/HISTORY | 5 ++++-
devel/git-filter-repo/INSTALL | 2 ++
6 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit a3ef5e4fd8dc47afeec4df5add14af2a5085b529
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

git-filter-repo: Install python module; PATCHLEVEL++

commit c76299b5a395e096f1d2648666bdff3cfead16e4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

b4: Add Watch line

commit 1bda0d37e19e33e5ba959a642ba2762553783b00
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

b4: Add dep on git-filter-repo

commit 4d9f148c5799ea586fa73b782a8c7848d58cd2a8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

git-filter-repo: Add Watch line

diff --git a/devel/b4/DEPENDS b/devel/b4/DEPENDS
index 261b4dc..f300614 100755
--- a/devel/b4/DEPENDS
+++ b/devel/b4/DEPENDS
@@ -1,6 +1,7 @@
. "$GRIMOIRE"/VDEPENDS &&
<<-! vdepends &&
dnspython
+ git-filter-repo
pip
python-patatt
python3
diff --git a/devel/b4/DETAILS b/devel/b4/DETAILS
index 1342c5e..db6980c 100755
--- a/devel/b4/DETAILS
+++ b/devel/b4/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://git.kernel.org/pub/scm/utils/b4/b4.git/refs/
SPELL=b4
VERSION=0.14.3
SOURCE=b4-$VERSION.tar.gz
diff --git a/devel/b4/HISTORY b/devel/b4/HISTORY
index 939aa70..2bf150d 100644
--- a/devel/b4/HISTORY
+++ b/devel/b4/HISTORY
@@ -1,2 +1,5 @@
+2026-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added git-filter-repo
+
2026-03-10 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/devel/git-filter-repo/DETAILS b/devel/git-filter-repo/DETAILS
index bce854d..8e2bf8e 100755
--- a/devel/git-filter-repo/DETAILS
+++ b/devel/git-filter-repo/DETAILS
@@ -1,5 +1,7 @@
+# Watch: https://github.com/newren/git-filter-repo/tags
SPELL=git-filter-repo
VERSION=2.47.0
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]="https://github.com/newren/${SPELL}/archive/v${VERSION}.tar.gz";

SOURCE_HASH=sha512:b4b0c3e18a061396d920c38abb40d97540f9a7ffc7080a5b3cf9a59908426b129540431da4a266ac45c71e268778317cae6a3b768f85c126db4b0867dd4f2bdf
diff --git a/devel/git-filter-repo/HISTORY b/devel/git-filter-repo/HISTORY
index b3b8f9b..84ca46c 100644
--- a/devel/git-filter-repo/HISTORY
+++ b/devel/git-filter-repo/HISTORY
@@ -1,3 +1,6 @@
+2026-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: added module installation
+ * DETAILS: PATCHLEVEL++
+
2025-02-02 Justin Boffemmyer <flux AT sourcemage.org>
* BUILD, CONFIGURE, DETAILS, DEPENDS, INSTALL: spell created
-
diff --git a/devel/git-filter-repo/INSTALL b/devel/git-filter-repo/INSTALL
index 61b66e2..e214bcd 100755
--- a/devel/git-filter-repo/INSTALL
+++ b/devel/git-filter-repo/INSTALL
@@ -1,3 +1,5 @@
+local pydir="$(python3 -c 'import site; print(site.getsitepackages()[0])')"
&&
install -Dt "$INSTALL_ROOT/usr/bin/" -vm 0755 "$SOURCE_DIRECTORY/$SPELL" &&
+ln -rsf "$INSTALL_ROOT"/usr/bin/git-filter-repo "$pydir"/git_filter_repo.py
&&
mkdir -p "${INSTALL_ROOT}/usr/share/$SPELL/$contrib" &&
cp -r "$SOURCE_DIRECTORY/"contrib/*
"$INSTALL_ROOT/usr/share/$SPELL/$contrib/"


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a3ef5e4fd8dc47afeec4df5add14af2a5085b529), Ismael Luceno, 03/11/2026

Archive powered by MHonArc 2.6.24.

Top of Page