[Lunar-commits] <moonbase> slrn: move it to crater.
Florin Braescu
florin at lunar-linux.org
Mon Feb 22 21:07:48 CET 2010
commit bbfa90b8264a7ad9f202e32f97fcd23d39582575
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Feb 22 22:07:48 2010 +0200
slrn: move it to crater.
---
news/slrn/BUILD | 8 --------
news/slrn/CONFIGURE | 22 ----------------------
news/slrn/DEPENDS | 2 --
news/slrn/DETAILS | 15 ---------------
4 files changed, 0 insertions(+), 47 deletions(-)
diff --git a/news/slrn/BUILD b/news/slrn/BUILD
deleted file mode 100644
index 003684e..0000000
--- a/news/slrn/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
- export LDFLAGS="-Wl,-rpath,/opt/lunar/slang/lib" &&
- OPTS+=" --with-slang-library=/opt/lunar/slang/lib \
- --with-slang-includes=/opt/lunar/slang/include" &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/news/slrn/CONFIGURE b/news/slrn/CONFIGURE
deleted file mode 100644
index 49075e4..0000000
--- a/news/slrn/CONFIGURE
+++ /dev/null
@@ -1,22 +0,0 @@
-if ! grep -q CONFIGURED $MODULE_CONFIG; then
-
- if query "Build support for slrnpull?" y; then
- OPTS="$OPTS --with-slrnpull"
- fi
-
- if query "Build support for nls?" y; then
- OPTS="$OPTS --enable-nls"
- else
- OPTS="$OPTS --disable-nls"
- fi
-
- if query "Build support for ssl?" y; then
- OPTS="$OPTS --with-ssl"
- else
- OPTS="$OPTS --without-ssl"
- fi
-
- echo 'CONFIGURED="y"' >> $MODULE_CONFIG
- echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
-
-fi
diff --git a/news/slrn/DEPENDS b/news/slrn/DEPENDS
deleted file mode 100644
index de29e45..0000000
--- a/news/slrn/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends slang1
-depends %MTA
diff --git a/news/slrn/DETAILS b/news/slrn/DETAILS
deleted file mode 100644
index 491689c..0000000
--- a/news/slrn/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=slrn
- VERSION=0.9.8.1
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:d8c3755403c9bb19b83123614cda05f94731027f
- WEB_SITE=http://slrn.sourceforge.net
- ENTERED=20010922
- UPDATED=20071209
- SHORT="nntp-based threaded newsreader."
-cat << EOF
-SLRN is an NNTP-based newsreader for Unix, VMS, win32, BeOS, and OS/2
-systems. Unlike many other newsreaders, SLRN supports color terminals
-and displays a thread tree. Two official patches are now included from
-slrn.sourceforge.net/patches -- mem_leak and popup_win.
-EOF
More information about the Lunar-commits
mailing list