Skip to Content.
Sympa Menu

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

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 (bd121ad69808385c1450013a6d47c925d111788b)
  • Date: Tue, 19 Aug 2008 14:58:20 -0500

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

utils/which/DETAILS | 16 +++++++++-------
utils/which/HISTORY | 3 +++
utils/which/POST_REMOVE | 2 +-
3 files changed, 13 insertions(+), 8 deletions(-)

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

which: => 2.20

diff --git a/utils/which/DETAILS b/utils/which/DETAILS
index f4586a8..ba0a325 100755
--- a/utils/which/DETAILS
+++ b/utils/which/DETAILS
@@ -1,17 +1,19 @@
SPELL=which
- VERSION=2.19
+ VERSION=2.20
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:15cfade28ddb5e09ab485387b7389dd40c9b008828743f46a92b8c1f50e7ea925577eeb8fc5eaa5cf86a75b9fda56b834cc6a7c266b9db34b7fcec03d36e8200
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
- SOURCE_URL[2]=http://www.xs4all.nl/~carlo17/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://www.xs4all.nl/~carlo17/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.xs4all.nl/~carlo17/which/
ENTERED=20011101
LICENSE[0]=GPL
KEYWORDS="utils"
- SHORT="Which finds the executable/alias"
+ SHORT="util that finds the executable/alias"
cat << EOF
-WHICH- searches through the $PATH & environment
-to find out which executable are the one casuing the problem ;^)
+WHICH searches through the $PATH & environment to find out which executable
are
+the one causing the problem ;^)
EOF
diff --git a/utils/which/HISTORY b/utils/which/HISTORY
index ba31f37..07c2188 100644
--- a/utils/which/HISTORY
+++ b/utils/which/HISTORY
@@ -1,3 +1,6 @@
+2008-08-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.20, upstream key > hash, fixed desc
+
2008-01-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.19

diff --git a/utils/which/POST_REMOVE b/utils/which/POST_REMOVE
index 8559f52..a894d96 100755
--- a/utils/which/POST_REMOVE
+++ b/utils/which/POST_REMOVE
@@ -1 +1 @@
-install-info --delete which --info-dir ${INSTALL_ROOT}/usr/share/info
+install-info --delete which --info-dir "$INSTALL_ROOT/usr/share/info"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bd121ad69808385c1450013a6d47c925d111788b), Vlad Glagolev, 08/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page