Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (084a449e1da5d6299ba3c521267c9ab4cb50a034)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (084a449e1da5d6299ba3c521267c9ab4cb50a034)
  • Date: Wed, 24 Sep 2008 14:55:46 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/run-parts/BUILD | 15 ++++++++-------
utils/run-parts/DETAILS | 10 +++++-----
utils/run-parts/HISTORY | 6 ++++++
utils/run-parts/INSTALL | 6 ++++--
4 files changed, 23 insertions(+), 14 deletions(-)

New commits:
commit 084a449e1da5d6299ba3c521267c9ab4cb50a034
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

run-parts: => 2.30

diff --git a/utils/run-parts/BUILD b/utils/run-parts/BUILD
index 0b88737..975dfae 100755
--- a/utils/run-parts/BUILD
+++ b/utils/run-parts/BUILD
@@ -1,7 +1,8 @@
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- $OPTS &&
-make run-parts
+./configure --prefix="$INSTALL_ROOT/usr" \
+ --sysconfdir="$INSTALL_ROOT/etc" \
+ --localstatedir="$INSTALL_ROOT/var" \
+ --mandir="$INSTALL_ROOT/usr/share/man" \
+ --infodir="$INSTALL_ROOT/usr/share/info" \
+ $OPTS &&
+
+make run-parts
diff --git a/utils/run-parts/DETAILS b/utils/run-parts/DETAILS
index 055ad35..3811118 100755
--- a/utils/run-parts/DETAILS
+++ b/utils/run-parts/DETAILS
@@ -1,9 +1,9 @@
SPELL=run-parts
- VERSION=2.8.4
+ VERSION=2.30
SOURCE=debianutils_$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/debianutils-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/debianutils-$VERSION"
SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/d/debianutils/$SOURCE
-
SOURCE_HASH=sha512:0aa033577491e24c4399c85fca292282c8ba2afa78eec7ab56ec506e928aae10f68bdbbaaa48660053b94d71bcf7e454c7bcbb9a658b852d5aa57dc64f44cb75
+
SOURCE_HASH=sha512:5adf46377476a857e2b9baf9631c4863aaadc186aba9adb979c8738c12506673b5fbb7c2f5f73d4a87fbd8371a1382fd2735c5a2be615e13901fa57b729d7df8
WEB_SITE=http://packages.debian.org/testing/base/debianutils
GATHER_DOCS=off
ENTERED=20040925
@@ -11,6 +11,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/debianutils-$VERSION
KEYWORDS="utils"
SHORT="run scripts or programs in a directory"
cat << EOF
-run-parts runs all the executable files named within constraints described
below,
-found in directory. Other files and directories are silently ignored.
+run-parts runs all the executable files named within constraints described
+below, found in directory. Other files and directories are silently ignored.
EOF
diff --git a/utils/run-parts/HISTORY b/utils/run-parts/HISTORY
index a8ba2aa..974bbed 100644
--- a/utils/run-parts/HISTORY
+++ b/utils/run-parts/HISTORY
@@ -1,3 +1,9 @@
+2008-09-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.30; fixed long description wrap; quoting
+ paths; cleaned up
+ * BUILD: quoting paths; cleaned up
+ * INSTALL: install ftw, verbosity -- too; quoting paths
+
2008-06-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: don't do useless doc'ing, fixed desc

diff --git a/utils/run-parts/INSTALL b/utils/run-parts/INSTALL
index fe8c48b..f5624b3 100755
--- a/utils/run-parts/INSTALL
+++ b/utils/run-parts/INSTALL
@@ -1,2 +1,4 @@
-cp run-parts $INSTALL_ROOT/usr/bin/run-parts &&
-cp run-parts.8 $INSTALL_ROOT/usr/share/man/man8/
+install -vm 755 run-parts "$INSTALL_ROOT/usr/bin" &&
+
+install -vm 755 -d "$INSTALL_ROOT/usr/share/man/man8" &&
+install -vm 644 run-parts.8 "$INSTALL_ROOT/usr/share/man/man8"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (084a449e1da5d6299ba3c521267c9ab4cb50a034), Vlad Glagolev, 09/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page