summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2007-02-07 03:04:09 +0000
committerRenat Lumpau <rl03@gentoo.org>2007-02-07 03:04:09 +0000
commitc33d0e0557e256abb014044ca77824b27fac7b81 (patch)
tree6d6c8fb60b550f64607a3c4f4dda593a6d7d8a0a /www-apps/bugzilla/files
parentMasked bleeding edge version of www-apps/bugzilla for testing (diff)
downloadgentoo-2-c33d0e0557e256abb014044ca77824b27fac7b81.tar.gz
gentoo-2-c33d0e0557e256abb014044ca77824b27fac7b81.tar.bz2
gentoo-2-c33d0e0557e256abb014044ca77824b27fac7b81.zip
Added bleeding edge version
(Portage version: 2.1.2-r6)
Diffstat (limited to 'www-apps/bugzilla/files')
-rw-r--r--www-apps/bugzilla/files/2.23/postinstall-en.txt12
-rw-r--r--www-apps/bugzilla/files/2.23/reconfig19
-rw-r--r--www-apps/bugzilla/files/bugzilla.cron.daily5
-rw-r--r--www-apps/bugzilla/files/bugzilla.cron.tab1
-rw-r--r--www-apps/bugzilla/files/digest-bugzilla-2.23.43
5 files changed, 40 insertions, 0 deletions
diff --git a/www-apps/bugzilla/files/2.23/postinstall-en.txt b/www-apps/bugzilla/files/2.23/postinstall-en.txt
new file mode 100644
index 000000000000..de310ece733a
--- /dev/null
+++ b/www-apps/bugzilla/files/2.23/postinstall-en.txt
@@ -0,0 +1,12 @@
+0. Bugzilla has been installed into ${MY_INSTALLDIR}
+
+1. To finish the installation, please read
+ http://www.bugzilla.org/docs/tip/html/installation.html
+ You will need to run ${MY_INSTALLDIR}/checksetup.pl
+
+2. Please read the Release Notes, especially if you are upgrading:
+ http://www.bugzilla.org/releases/2.23/release-notes.html
+
+3. Please note that Apache2 sets AllowOverride None by default. You may have
+ to edit it to process the .htaccess file provided by Bugzilla. Please see
+ http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride for more info.
diff --git a/www-apps/bugzilla/files/2.23/reconfig b/www-apps/bugzilla/files/2.23/reconfig
new file mode 100644
index 000000000000..71b0acea2585
--- /dev/null
+++ b/www-apps/bugzilla/files/2.23/reconfig
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+FILE="bugzilla.cron.daily bugzilla.cron.tab"
+
+function die ()
+{
+ echo
+ echo "***"
+ echo "*** Fatal error: $*"
+ echo "***"
+ exit 1
+}
+
+if [ $1 = "install" ]; then
+ cd "${MY_INSTALLDIR}" || die "Cannot find install dir ${MY_INSTALLDIR}"
+ sed -e "s|/var/www/bugzilla|${MY_INSTALLDIR}|g" -i ${FILE} || die "sed failed"
+else
+ echo "done."
+fi
diff --git a/www-apps/bugzilla/files/bugzilla.cron.daily b/www-apps/bugzilla/files/bugzilla.cron.daily
new file mode 100644
index 000000000000..e3e86589891d
--- /dev/null
+++ b/www-apps/bugzilla/files/bugzilla.cron.daily
@@ -0,0 +1,5 @@
+#!/bin/sh
+cd /var/www/bugzilla/
+./collectstats.pl
+./whineatnews.pl
+echo "*** Bugzilla nighlty flush has done! ***"
diff --git a/www-apps/bugzilla/files/bugzilla.cron.tab b/www-apps/bugzilla/files/bugzilla.cron.tab
new file mode 100644
index 000000000000..0ac2ef6d65a6
--- /dev/null
+++ b/www-apps/bugzilla/files/bugzilla.cron.tab
@@ -0,0 +1 @@
+0 0 * * * /var/www/bugzilla/bugzilla.cron.daily
diff --git a/www-apps/bugzilla/files/digest-bugzilla-2.23.4 b/www-apps/bugzilla/files/digest-bugzilla-2.23.4
new file mode 100644
index 000000000000..1c1fb01ff2f7
--- /dev/null
+++ b/www-apps/bugzilla/files/digest-bugzilla-2.23.4
@@ -0,0 +1,3 @@
+MD5 9f024e5c893806b0046c63801d1d379c bugzilla-2.23.4.tar.gz 2152724
+RMD160 8a95613a249c534f0291be58a738f6eca09a134e bugzilla-2.23.4.tar.gz 2152724
+SHA256 f9474799f3fd962877244bc269ef9b78dab312eaca0f179738dc443af8f1e460 bugzilla-2.23.4.tar.gz 2152724