summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-07-12 02:59:19 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-07-12 02:59:19 +0000
commit44a55ad0922062c8ec9c8423b2f760b95130134f (patch)
treeaa5afe628443f302bf6dafd269e470613580f373 /www-apps/mythweb/files
parentRemove the mask of the developmental MythTV ebuild (diff)
downloadgentoo-2-44a55ad0922062c8ec9c8423b2f760b95130134f.tar.gz
gentoo-2-44a55ad0922062c8ec9c8423b2f760b95130134f.tar.bz2
gentoo-2-44a55ad0922062c8ec9c8423b2f760b95130134f.zip
Version bump
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/mythweb/files')
-rw-r--r--www-apps/mythweb/files/mythweb-0.22_p22763-ao-click.patch13
-rw-r--r--www-apps/mythweb/files/postinstall-en-0.20.txt16
-rw-r--r--www-apps/mythweb/files/postinstall-en-0.21.txt12
3 files changed, 0 insertions, 41 deletions
diff --git a/www-apps/mythweb/files/mythweb-0.22_p22763-ao-click.patch b/www-apps/mythweb/files/mythweb-0.22_p22763-ao-click.patch
deleted file mode 100644
index 25f6e7b553f6..000000000000
--- a/www-apps/mythweb/files/mythweb-0.22_p22763-ao-click.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: mythplugins/mythweb/modules/tv/tmpl/default/_advanced_options.php
-===================================================================
---- mythplugins/mythweb/modules/tv/tmpl/default/_advanced_options.php (revision 22859)
-+++ mythplugins/mythweb/modules/tv/tmpl/default/_advanced_options.php (working copy)
-@@ -29,7 +29,7 @@
-
- <h3><?php echo t('Advanced Options') ?>:</h3>
- (<?php
-- echo '<a href="#" onclick="toggle_advanced(false)" id="hide_advanced"';
-+ echo '<a onclick="toggle_advanced(false)" id="hide_advanced"';
- if (!$_SESSION['tv']['show_advanced_schedule'])
- echo ' style="display: none"';
- echo '>', t('Hide'), '</a>',
diff --git a/www-apps/mythweb/files/postinstall-en-0.20.txt b/www-apps/mythweb/files/postinstall-en-0.20.txt
deleted file mode 100644
index e3d7f7962b44..000000000000
--- a/www-apps/mythweb/files/postinstall-en-0.20.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-You should modify ${MY_INSTALLDIR}/.htaccess to fit your needs.
-
-****************************************************
-In order to prevent unauthorized access to your Myth
-installation, MythWeb has been installed requiring
-authentication by default but with no valid users.
-You can add users by using these instructions:
-
-Run htpasswd2 as follows to set your username and
-password.
-
-# htpasswd2 -c ${MY_INSTALLDIR}/.htpasswd <username>
-
-If you already have an .htpasswd file you'd like to
-use, copy it to ${MY_INSTALLDIR}
-*****************************************************
diff --git a/www-apps/mythweb/files/postinstall-en-0.21.txt b/www-apps/mythweb/files/postinstall-en-0.21.txt
deleted file mode 100644
index 623c103f46f7..000000000000
--- a/www-apps/mythweb/files/postinstall-en-0.21.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-****************************************************
-You probably want to modify
-${MY_SERVERCONFIGDIR}/mythweb.conf.apache
-to fit your needs and create a symlink to it as
-/etc/apache2/modules.d/mythweb.conf
-****************************************************
-In order to prevent unauthorized access to your Myth
-installation, MythWeb can be configured to require
-authentication using htdigest. The apache controls for
-doing this are commented out in mythweb.conf.apache
-by default.
-*****************************************************