[Lunar-commits] <moonbase> libedit: Version bump to 20110802-3.0 and moving to libs.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Sep 4 20:52:53 CEST 2011
commit cda82435a48e9df833020cac8600565e70baab8e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Sep 4 14:52:53 2011 -0400
libedit: Version bump to 20110802-3.0 and moving to libs.
---
libs/libedit/DEPENDS | 1 +
libs/libedit/DETAILS | 16 ++++++++++++++++
zbeta/libedit/DEPENDS | 1 -
zbeta/libedit/DETAILS | 16 ----------------
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/libs/libedit/DEPENDS b/libs/libedit/DEPENDS
new file mode 100644
index 0000000..5764a9c
--- /dev/null
+++ b/libs/libedit/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/libs/libedit/DETAILS b/libs/libedit/DETAILS
new file mode 100644
index 0000000..d71d370
--- /dev/null
+++ b/libs/libedit/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libedit
+ VERSION=20110802-3.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://thrysoee.dk/editline/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:b06e3cf248a4235617c71454e15ca3a54a61d467
+ WEB_SITE="http://thrysoee.dk/editline/"
+ ENTERED=20090203
+ UPDATED=20110902
+ SHORT="generic line editing functions similar to readline"
+cat << EOF
+editline library (libedit) is an autotool- and libtoolized port of the
+NetBSD Editline library (libedit). This Berkeley-style licensed command
+line editor library provides generic line editing, history, and
+tokenization functions, similar to those found in GNU Readline.
+EOF
diff --git a/zbeta/libedit/DEPENDS b/zbeta/libedit/DEPENDS
deleted file mode 100644
index 5764a9c..0000000
--- a/zbeta/libedit/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends ncurses
diff --git a/zbeta/libedit/DETAILS b/zbeta/libedit/DETAILS
deleted file mode 100644
index 94c9a03..0000000
--- a/zbeta/libedit/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=libedit
- VERSION=20090905-3.0
- SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_URL=http://thrysoee.dk/editline/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:6089e8bc4a92bcaed559d1cb679d3e2bcd2f3ed1
- WEB_SITE="http://thrysoee.dk/editline/"
- ENTERED=20090203
- UPDATED=20090905
- SHORT="generic line editing functions similar to readline"
-cat <<EOF
-editline library (libedit) is an autotool- and libtoolized port of the
-NetBSD Editline library (libedit). This Berkeley-style licensed command
-line editor library provides generic line editing, history, and
-tokenization functions, similar to those found in GNU Readline.
-EOF
More information about the Lunar-commits
mailing list