Skip to Content.
Sympa Menu

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

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 (59976e646b71b57e0da9c123876d81019bffd6ea)
  • Date: Sun, 28 Jun 2009 02:07:10 -0500

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

editors/sed/BUILD | 1 -
editors/sed/DETAILS | 16 ++++++++--------
editors/sed/HISTORY | 4 +++-
3 files changed, 11 insertions(+), 10 deletions(-)

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

sed: => 4.2.1

diff --git a/editors/sed/BUILD b/editors/sed/BUILD
index 8cb1536..21bf49c 100755
--- a/editors/sed/BUILD
+++ b/editors/sed/BUILD
@@ -8,4 +8,3 @@
--infodir=${TRACK_ROOT}/usr/share/info \
$OPTS &&
make DESTDIR=$INSTALL_ROOT
-
diff --git a/editors/sed/DETAILS b/editors/sed/DETAILS
index 30a48bf..945440f 100755
--- a/editors/sed/DETAILS
+++ b/editors/sed/DETAILS
@@ -1,17 +1,17 @@
SPELL=sed
- VERSION=4.2
- SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=${GNU_URL}/sed/${SOURCE}
- SOURCE2_URL[0]=${GNU_URL}/sed/${SOURCE2}
- SOURCE_GPG=gnu.gpg:${SOURCE2}
+ VERSION=4.2.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$GNU_URL/sed/$SOURCE
+ SOURCE2_URL[0]=$GNU_URL/sed/$SOURCE2
+ SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/sed/sed.html
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="editors"
- SHORT="sed is a stream-oriented non-interactive text editor."
+ SHORT="stream-oriented non-interactive text editor"
cat << EOF
sed - A stream-oriented non-interactive text editor
Takes text input, performs some operation (or set of operations) on it
diff --git a/editors/sed/HISTORY b/editors/sed/HISTORY
index 9f4aa30..06221f5 100644
--- a/editors/sed/HISTORY
+++ b/editors/sed/HISTORY
@@ -1,3 +1,6 @@
+2009-06-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.2.1; cleaned up; quoting paths
+
2009-04-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.2

@@ -148,4 +151,3 @@

2002-05-29 Eric Sandall <sandalle AT sourcemage.org>
* USEGCC2: Removed
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (59976e646b71b57e0da9c123876d81019bffd6ea), Vlad Glagolev, 06/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page