[Lunar-commits] <moonbase> galeon_cvs: removed from moonbase

Duncan Gibson engelsman at lunar-linux.org
Mon Jul 6 20:44:42 CEST 2009


commit b2bcff860292ad2cb3dd2ed8fcd1cd16418c1261
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Mon Jul 6 20:44:42 2009 +0200

    galeon_cvs: removed from moonbase
    
    source url/repo has been unavailable for 2+ years (see BugReport 247)
---
 zbeta/galeon_cvs/BUILD     |   15 ---------------
 zbeta/galeon_cvs/CONFLICTS |    2 --
 zbeta/galeon_cvs/DEPENDS   |    4 ----
 zbeta/galeon_cvs/DETAILS   |   13 -------------
 zbeta/galeon_cvs/galeon    |   40 ----------------------------------------
 5 files changed, 0 insertions(+), 74 deletions(-)

diff --git a/zbeta/galeon_cvs/BUILD b/zbeta/galeon_cvs/BUILD
deleted file mode 100644
index 0676490..0000000
--- a/zbeta/galeon_cvs/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
- 
-./autogen.sh    --prefix=${GNOME26_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
-                --disable-werror                  \
-                $OPTS                             &&
-    default_make
-
-cp $SCRIPT_DIRECTORY/galeon ${GNOME26_PREFIX:-/usr}/bin
-  
-) > $C_FIFO 2>&1
diff --git a/zbeta/galeon_cvs/CONFLICTS b/zbeta/galeon_cvs/CONFLICTS
deleted file mode 100644
index 80a9583..0000000
--- a/zbeta/galeon_cvs/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts galeon
-
diff --git a/zbeta/galeon_cvs/DEPENDS b/zbeta/galeon_cvs/DEPENDS
deleted file mode 100644
index f5d664c..0000000
--- a/zbeta/galeon_cvs/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends seamonkey &&
-depends libgnome &&
-optional_depends "nautilus" "--enable-nautilus-view" "" "to enable nautilus view"
-
diff --git a/zbeta/galeon_cvs/DETAILS b/zbeta/galeon_cvs/DETAILS
deleted file mode 100644
index 1a49626..0000000
--- a/zbeta/galeon_cvs/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
-                  MODULE=galeon_cvs
-                 VERSION=beta
-              SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.galeon.sourceforge.net:/cvsroot/galeon:galeon
-   SOURCE_DIRECTORY=/$BUILD_DIRECTORY/galeon
-              MAINTAINER=nhudson2367 at earthlink.net
-                WEB_SITE=http://galeon.sourceforge.net
-                 ENTERED=20021223
-                 UPDATED=`date -u +%Y%m%d`
-                   SHORT="galeon2 from cvs"
-cat << EOF
-Galeon2 from cvs
-EOF
diff --git a/zbeta/galeon_cvs/galeon b/zbeta/galeon_cvs/galeon
deleted file mode 100755
index 51c7732..0000000
--- a/zbeta/galeon_cvs/galeon
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-dist_bin=`dirname $0`
-
-if test -n "$MOZILLA_FIVE_HOME"; then
-	MOZILLA_HOME=$MOZILLA_FIVE_HOME
-elif [ -f /usr/lib/mozilla-1.3.1/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-1.3.1
-elif [ -f /usr/local/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/local/mozilla
-elif [ -f /usr/lib/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla
-elif [ -f /opt/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/opt/mozilla
-elif [ -f /usr/lib/mozilla-0.9.7/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.7/
-elif [ -f /opt/gnome/lib/mozilla/chrome/comm.jar ]; then
-        MOZILLA_HOME=/opt/gnome/lib/mozilla/
-else
-	echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
-	exit
-fi
-
-LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
-export LD_LIBRARY_PATH
-
-MOZILLA_FIVE_HOME=$MOZILLA_HOME
-export MOZILLA_FIVE_HOME
-
-MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
-export MOZ_PLUGIN_PATH
-
-# for some reason this lets Galeon start properly on Red Hat 7.1 systems
-if [ -f /etc/redhat-release ]; then
-	if [ "`cat /etc/redhat-release`" = "Red Hat Linux release 7.1 (Seawolf)"  ]; then
-   	 export LD_ASSUME_KERNEL=2.2.5
-	fi
-fi
-
-exec "$dist_bin/galeon-bin" "$@"


More information about the Lunar-commits mailing list