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

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


commit 35188429782823b7194943339addb1a43c5eef7c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 11 14:43:20 2009 +0200

    dillo: remove it from the moonbase.
    
    The new dillo 2.x version released depend on fltk2 instead of gtk+ now.
---
 web/dillo/CONFIGURE |   19 -------------------
 web/dillo/CONFLICTS |    1 -
 web/dillo/DEPENDS   |    3 ---
 web/dillo/DETAILS   |   16 ----------------
 4 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/web/dillo/CONFIGURE b/web/dillo/CONFIGURE
deleted file mode 100644
index f988279..0000000
--- a/web/dillo/CONFIGURE
+++ /dev/null
@@ -1,19 +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                                                                                                                                
-
-  # temp hack to disable FLTK2 download gui as FLTK2 is not yet in moonbase
-  OPTS="$OPTS --disable-dlgui"
-  echo  'OPTS='\"$OPTS\"    >>  $MODULE_CONFIG
-  echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
-
-fi
diff --git a/web/dillo/CONFLICTS b/web/dillo/CONFLICTS
deleted file mode 100644
index 30c06cd..0000000
--- a/web/dillo/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts dillo2
diff --git a/web/dillo/DEPENDS b/web/dillo/DEPENDS
deleted file mode 100644
index 852b756..0000000
--- a/web/dillo/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends  gtk+    &&
-depends  jpeg    &&
-depends  libpng
diff --git a/web/dillo/DETAILS b/web/dillo/DETAILS
deleted file mode 100644
index b12da08..0000000
--- a/web/dillo/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=dillo
-         VERSION=0.8.6
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://www.dillo.org/download/
-      SOURCE_VFY=sha1:ee03b11ba6b75d3180ca906d8275bd35e8765995
-        WEB_SITE=http://www.dillo.org/
-         ENTERED=20010922
-         UPDATED=20060427
-           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.
-EOF
-


More information about the Lunar-commits mailing list