[Lunar-commits] <moonbase> readline: 6.0
Samuel Verstraete
elangelo at lunar-linux.org
Mon Oct 5 13:50:08 CEST 2009
commit 92ce8efc672297215efc380a306bd0b8a2fdc3cd
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Thu Aug 13 10:36:49 2009 +0200
readline: 6.0
---
libs/readline/BUILD | 22 +++++++++++-----------
libs/readline/DETAILS | 12 ++++++------
libs/readline/POST_INSTALL | 4 ++--
3 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/libs/readline/BUILD b/libs/readline/BUILD
index 10dd423..953d42d 100644
--- a/libs/readline/BUILD
+++ b/libs/readline/BUILD
@@ -1,7 +1,7 @@
(
- OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') &&
- set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" &&
+ OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') &&
+ set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" &&
# ************************ WARNING *************************
# DO NOT MESS WITH THE CONFIGURE STUFF here unless you
# really know what you're doing! We chose the lib location
@@ -9,19 +9,19 @@
# needed at init time! If you move it you could break your
# system!
- ./configure --libdir=/lib \
- --prefix=/usr \
- --mandir=/usr/share/man \
+ ./configure --libdir=/lib \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
--infodir=/usr/share/info &&
default_make &&
if [ ! -e /etc/inputrc ] ; then
install $SCRIPT_DIRECTORY/inputrc /etc/
- fi &&
- # temp hack to help in change over to readline-5.0 from readline-4.x
- # can be removed when everyone is over to readline 5.0
- devoke_installwatch &&
- ln -sf /lib/libreadline.so.5 /lib/libreadline.so.4 &&
- ln -sf /lib/libhistory.so.5 /lib/libhistory.so.4 &&
+ fi &&
+ # temp hack to help in change over to readline-6.0 from readline-5.x
+ # can be removed when everyone is over to readline 6.0
+ devoke_installwatch &&
+ ln -sf /lib/libreadline.so.6 /lib/libreadline.so.5 &&
+ ln -sf /lib/libhistory.so.6 /lib/libhistory.so.5 &&
invoke_installwatch
) > $C_FIFO 2>&1
diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS
index c58ca2a..54b2623 100644
--- a/libs/readline/DETAILS
+++ b/libs/readline/DETAILS
@@ -1,13 +1,13 @@
MODULE=readline
- VERSION=5.2
+ VERSION=6.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash/
- SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=sha1:18f3412c73068509d5f491b7b4535aeaf9522834
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash
+ SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_VFY=sha1:1e511b091514ef631c539552316787c75ace5262
WEB_SITE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
ENTERED=20010922
- UPDATED=20061012
+ UPDATED=20090617
SHORT="Lets users edit command lines as they are typed in"
cat << EOF
diff --git a/libs/readline/POST_INSTALL b/libs/readline/POST_INSTALL
index b8e2a28..9755df3 100644
--- a/libs/readline/POST_INSTALL
+++ b/libs/readline/POST_INSTALL
@@ -11,6 +11,6 @@ if [[ "$OUR_NEW_READLINE_VVV" > "$OUR_OLD_READLINE_VVV" ]]; then
fi
-rm -f /lib/libreadline.so.4 &&
-rm -f /lib/libhistory.so.4 &&
+#rm -f /lib/libreadline.so.5 &&
+#rm -f /lib/libhistory.so.5 &&
unset_module_config OUR_OLD_READLINE_VVV
More information about the Lunar-commits
mailing list