Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f8796b588e849e80d6afb8393c279085f1113872)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f8796b588e849e80d6afb8393c279085f1113872)
  • Date: Mon, 14 Sep 2015 20:22:32 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

python-pypi/stgit/BUILD | 5 +++++
python-pypi/stgit/DEPENDS | 6 +++++-
python-pypi/stgit/DETAILS | 6 +++---
python-pypi/stgit/HISTORY | 4 ++++
python-pypi/stgit/INSTALL | 5 +++++
5 files changed, 22 insertions(+), 4 deletions(-)

New commits:
commit f8796b588e849e80d6afb8393c279085f1113872
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/stgit: version 0.17.1

diff --git a/python-pypi/stgit/BUILD b/python-pypi/stgit/BUILD
new file mode 100755
index 0000000..8c7f4db
--- /dev/null
+++ b/python-pypi/stgit/BUILD
@@ -0,0 +1,5 @@
+default_build &&
+if is_depends_enabled $SPELL asciidoc; then
+ cd Documentation &&
+ make man
+fi
diff --git a/python-pypi/stgit/DEPENDS b/python-pypi/stgit/DEPENDS
index 40f66b8..8339296 100755
--- a/python-pypi/stgit/DEPENDS
+++ b/python-pypi/stgit/DEPENDS
@@ -1,2 +1,6 @@
depends git &&
-depends python
+depends python &&
+optional_depends asciidoc \
+ "" \
+ "" \
+ "to build documentation"
diff --git a/python-pypi/stgit/DETAILS b/python-pypi/stgit/DETAILS
index 0202b37..768c463 100755
--- a/python-pypi/stgit/DETAILS
+++ b/python-pypi/stgit/DETAILS
@@ -1,9 +1,9 @@
SPELL=stgit
- VERSION=0.14.3
+ VERSION=0.17.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL=http://homepage.ntlworld.com/cmarinas/stgit/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_URL[0]=http://download.gna.org/stgit/$SOURCE
+
SOURCE_HASH=sha512:3efdfb9bc024c3a7c0d74d49e85f157d5d5209c9a2ad0ce63a07138c02fb1580e92ac4a91796e79bbd221e6884317e975f9f44e35db0b484fd916bc67cd61abe
LICENSE[0]=GPL
KEYWORDS="git python devel"
WEB_SITE=http://www.procode.org/stgit/
diff --git a/python-pypi/stgit/HISTORY b/python-pypi/stgit/HISTORY
index 6c66a21..e069194 100644
--- a/python-pypi/stgit/HISTORY
+++ b/python-pypi/stgit/HISTORY
@@ -1,3 +1,7 @@
+2015-09-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.17.1
+ * DEPENDS, BUILD, INSTALL: optionally install manpages
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/python-pypi/stgit/INSTALL b/python-pypi/stgit/INSTALL
new file mode 100755
index 0000000..4dfb820
--- /dev/null
+++ b/python-pypi/stgit/INSTALL
@@ -0,0 +1,5 @@
+cd ${SOURCE_DIRECTORY} &&
+default_install &&
+cd $SOURCE_DIRECTORY/Documentation &&
+pwd &&
+make prefix=${INSTALL_ROOT}/usr install



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (f8796b588e849e80d6afb8393c279085f1113872), Florian Franzmann, 09/14/2015

Archive powered by MHonArc 2.6.24.

Top of Page