Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2588516057f14060241ac17175b3b958cde6c539

commit 2588516057f14060241ac17175b3b958cde6c539
Author: CSÉCSY László <boo...@frugalware.org>
Date:   Sat Jan 15 17:41:51 2011 +0100

drupal-5.23-1-i686

drupal-5 is finally removed, it's no longer supported by upstream

diff --git a/source/network-extra/drupal/FrugalBuild 
b/source/network-extra/drupal/FrugalBuild
deleted file mode 100644
index 5ec50f4..0000000
--- a/source/network-extra/drupal/FrugalBuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Compiling Time: 0 SBU
-# Maintainer: CSÉCSY László <boo...@frugalware.org>
-# Contributor: AlexExtreme <a...@alex-smith.me.uk>
-
-pkgname=drupal
-pkgver=5.23
-pkgrel=1
-pkgdesc="An advanced content management system to manage your website"
-url="http://drupal.org";
-rodepends=('apache' 'php' 'mysql' 'webappconfig')
-depends=()
-groups=('network-extra')
-archs=('i686' 'x86_64')
-up2date="lynx -dump http://drupal.org/project/Drupal+project | grep -m1 
'l-5[0-9\.]*.tar.gz' | Flasttar"
-backup=(var/www/drupal/sites/default/settings.php)
-source=(http://drupal.org/files/projects/drupal-$pkgver.tar.gz \
-       drupalsetup README.Frugalware)
-sha1sums=('9b70b5822a34d6ec9b97214675b1443c265ef481' \
-          'c56deef0edee4cea4b9391d20358eb7e2faf0005' \
-          '64c0eadd7a2e00b11644458a4eeea8e3203fa739')
-options=('stick')
-
-build() {
-       Fmkdir /var/www
-       mv $Fsrcdir/$pkgname-$pkgver $Fdestdir/var/www/$pkgname
-       Fexe /usr/bin/drupalsetup
-}
diff --git a/source/network-extra/drupal/README.Frugalware 
b/source/network-extra/drupal/README.Frugalware
deleted file mode 100644
index a0e5f34..0000000
--- a/source/network-extra/drupal/README.Frugalware
+++ /dev/null
@@ -1,2 +0,0 @@
-After installing this package, please run '/usr/bin/drupalsetup' as root
-to setup Drupal
diff --git a/source/network-extra/drupal/drupalsetup 
b/source/network-extra/drupal/drupalsetup
deleted file mode 100644
index f832d73..0000000
--- a/source/network-extra/drupal/drupalsetup
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-
-# Drupal Setup script, using the webappconfig framework
-#
-# Copyright (C) 2005 Alex Smith <alex.extre...@gmail.com>
-
-. /usr/lib/webappconfig/webappconfig
-message "DrupalSetup"
-message "Copyright (C) 2007 Alex Smith"
-echo
-message "Configuring Drupal 5.x..."
-message "Performing sanity checks..."
-sanitycheck "MySQL" "mysql"
-sanitycheck "PHP" "php"
-sanitycheck "Apache" "httpd"
-mysql_root_pass
-message -n "Would you like me to create a database for Drupal [y/n]? "
-read createdb
-if [ "${createdb}" == "y" ]; then
-       message "You will be prompted for your MySQL root password"
-       mysql_create_db drupal || exit 1
-
-       chmod 777 /var/www/drupal/sites/default/settings.php
-fi
-
-symlink_to_docroot /var/www/drupal
-message "Configured Drupal successfully!"
-echo
-message "If you did not choose to create a database, you should create a DB"
-message "now."
-echo
-message "Now go to http://<my site>/drupal and follow the instructions to"
-message "install Drupal and configure it"
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to