Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a057f4032d281a30d4b9187d27c800fa4968ab87)
  • Date: Thu, 21 Oct 2021 07:51:06 +0000

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

dev/null |binary
python-pypi/stgit/BUILD | 3 +--
python-pypi/stgit/DETAILS | 4 ++--
python-pypi/stgit/HISTORY | 7 ++++++-
python-pypi/stgit/INSTALL | 6 +++---
5 files changed, 12 insertions(+), 8 deletions(-)

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

stgit 1.2

diff --git a/python-pypi/stgit/BUILD b/python-pypi/stgit/BUILD
index 8c7f4db..0e85d46 100755
--- a/python-pypi/stgit/BUILD
+++ b/python-pypi/stgit/BUILD
@@ -1,5 +1,4 @@
default_build &&
if is_depends_enabled $SPELL asciidoc; then
- cd Documentation &&
- make man
+ make -C Documentation man STGIT_VERSION="$VERSION"
fi
diff --git a/python-pypi/stgit/DETAILS b/python-pypi/stgit/DETAILS
index cd24bf1..c18ba8c 100755
--- a/python-pypi/stgit/DETAILS
+++ b/python-pypi/stgit/DETAILS
@@ -1,9 +1,9 @@
SPELL=stgit
- VERSION=1.1
+ VERSION=1.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/stacked-git/stgit/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:c4dfa06e65f3b4009a6159bbeabb691c316faf3a56dbb91c3ef1e77eda07657081b3b6b8f5b1d4010dd8dcd9c63ce423a5fc79a889c3871dc2f88faa13ee2eb1
+
SOURCE_HASH=sha512:e07fac289e146c02a26d567b129b07ceca09a05933e26a713d07f9b3b08dd8dbc1118fd830d82a55b6682a8916fe8d5a5a49517d8dec5163f43828a2a2f4f31c
LICENSE[0]=GPL
KEYWORDS="git python devel"
WEB_SITE=https://stacked-git.github.io/
diff --git a/python-pypi/stgit/HISTORY b/python-pypi/stgit/HISTORY
index bd60cb8..818d45c 100644
--- a/python-pypi/stgit/HISTORY
+++ b/python-pypi/stgit/HISTORY
@@ -1,4 +1,9 @@
-2021-08-23 Ismael Luceno <ismael AT iodev.co.uk>
+2021-10-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.2
+ * BUILD, INSTALL: fixed manpage generation/installation for 1.2
+ * stgit-0.14.3.tar.gz.sig: removed, no longer needed
+
+2021-08-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: fixed SOURCE_HASH

2021-05-01 Florian Franzmann <bwlf AT bandrate.org>
diff --git a/python-pypi/stgit/INSTALL b/python-pypi/stgit/INSTALL
index 4dfb820..e797d57 100755
--- a/python-pypi/stgit/INSTALL
+++ b/python-pypi/stgit/INSTALL
@@ -1,5 +1,5 @@
cd ${SOURCE_DIRECTORY} &&
default_install &&
-cd $SOURCE_DIRECTORY/Documentation &&
-pwd &&
-make prefix=${INSTALL_ROOT}/usr install
+make -C Documentation install \
+ STGIT_VERSION="$VERSION" \
+ prefix="$INSTALL_ROOT/usr"
diff --git a/python-pypi/stgit/stgit-0.14.3.tar.gz.sig
b/python-pypi/stgit/stgit-0.14.3.tar.gz.sig
deleted file mode 100644
index d8c854e..0000000
Binary files a/python-pypi/stgit/stgit-0.14.3.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a057f4032d281a30d4b9187d27c800fa4968ab87), Ismael Luceno, 10/21/2021

Archive powered by MHonArc 2.6.24.

Top of Page