[Lunar-commits] <moonbase> dillo-cvs: remove the module from moonbase.

Florin Braescu florin at lunar-linux.org
Sun Jan 11 13:41:52 CET 2009


commit 804ccd7139d2ca70a156a646f80cfab2d48128da
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 11 14:41:52 2009 +0200

    dillo-cvs: remove the module from moonbase.
    
    The new dillo 2.x version depends on fltk2 instead of gtk+ now.
---
 zbeta/dillo-cvs/CONFIGURE |   17 -----------------
 zbeta/dillo-cvs/CONFLICTS |    1 -
 zbeta/dillo-cvs/DEPENDS   |    3 ---
 zbeta/dillo-cvs/DETAILS   |   17 -----------------
 4 files changed, 0 insertions(+), 38 deletions(-)

diff --git a/zbeta/dillo-cvs/CONFIGURE b/zbeta/dillo-cvs/CONFIGURE
deleted file mode 100644
index d1d451c..0000000
--- a/zbeta/dillo-cvs/CONFIGURE
+++ /dev/null
@@ -1,17 +0,0 @@
-if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
-
-  if  query  "Enable cookie support?" y;  then
-    OPTS="$OPTS --enable-cookies"
-  else
-    OPTS="$OPTS --disable-cookies"
-  fi
-  if  query  "Enable IPv6 support?" n;  then
-    OPTS="$OPTS --enable-ipv6"
-  else
-    OPTS="$OPTS --disable-ipv6"
-  fi                                                                                                                                
-
-  echo  'OPTS='\"$OPTS\"    >>  $MODULE_CONFIG
-  echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
-
-fi
diff --git a/zbeta/dillo-cvs/CONFLICTS b/zbeta/dillo-cvs/CONFLICTS
deleted file mode 100644
index d3044d1..0000000
--- a/zbeta/dillo-cvs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts dillo
diff --git a/zbeta/dillo-cvs/DEPENDS b/zbeta/dillo-cvs/DEPENDS
deleted file mode 100644
index 21d5b77..0000000
--- a/zbeta/dillo-cvs/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends  gtk+
-depends  jpeg
-depends  libpng
diff --git a/zbeta/dillo-cvs/DETAILS b/zbeta/dillo-cvs/DETAILS
deleted file mode 100644
index eac063b..0000000
--- a/zbeta/dillo-cvs/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          MODULE=dillo-cvs
-         VERSION=0.8.x
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=cvs://:pserver:anonymous@auriga.wearlab.de:/sfhome/cvs/dillo:dillo
-        WEB_SITE=http://www.dillo.org
-         ENTERED=20040210
-         UPDATED=`date -u +%Y%m%d`
-           SHORT="very fast, extremely small web browser"
-
-cat << EOF
-Dillo is a very fast, extremely small Web browser that's completely
-written in C. The source and binary are less than 300 kilobytes each. It
-is a graphical browser built upon GTK+, and it renders a good subset of
-HTML, excluding frames, JavaScript, and JVM support.
-
-This is the CVS (development) version of dillo.
-EOF


More information about the Lunar-commits mailing list