summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-11-14 05:49:28 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-11-14 05:49:28 +0000
commitd00aae9a4c43541d120db1c9cf6a0f6a9f768456 (patch)
treeb4ed8d6089b814396dcd74427db02a1b86082c00 /www-apps
parentstable on ppc64 (diff)
downloadhistorical-d00aae9a4c43541d120db1c9cf6a0f6a9f768456.tar.gz
historical-d00aae9a4c43541d120db1c9cf6a0f6a9f768456.tar.bz2
historical-d00aae9a4c43541d120db1c9cf6a0f6a9f768456.zip
Rev bump to latest upstream fixes
Package-Manager: portage-2.1.2_rc1-r3
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/mythweb/ChangeLog8
-rw-r--r--www-apps/mythweb/files/digest-mythweb-0.20_p116716
-rw-r--r--www-apps/mythweb/mythweb-0.20_p11671.ebuild48
3 files changed, 61 insertions, 1 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index e068c6714a54..93675457b89b 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/mythweb
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.28 2006/09/29 18:31:59 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.29 2006/11/14 05:49:28 cardoe Exp $
+
+*mythweb-0.20_p11671 (14 Nov 2006)
+
+ 14 Nov 2006; Doug Goldstein <cardoe@gentoo.org>
+ -mythweb-0.20_p11188.ebuild, +mythweb-0.20_p11671.ebuild:
+ Rev bump to latest upstream fixes
29 Sep 2006; Doug Goldstein <cardoe@gentoo.org>
mythweb-0.20_p11329.ebuild:
diff --git a/www-apps/mythweb/files/digest-mythweb-0.20_p11671 b/www-apps/mythweb/files/digest-mythweb-0.20_p11671
new file mode 100644
index 000000000000..a036ff08af5c
--- /dev/null
+++ b/www-apps/mythweb/files/digest-mythweb-0.20_p11671
@@ -0,0 +1,6 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
+MD5 d66dc1140a4a25a9001993ae61d1680e mythplugins-0.20_svn11671.patch.bz2 18044
+RMD160 77695effa943042530147dea4d2c97640a7cb344 mythplugins-0.20_svn11671.patch.bz2 18044
+SHA256 549a7a0b91e4ea1b8802d081fb59db935ef8c06942f82666a39a3cf3b95593e2 mythplugins-0.20_svn11671.patch.bz2 18044
diff --git a/www-apps/mythweb/mythweb-0.20_p11671.ebuild b/www-apps/mythweb/mythweb-0.20_p11671.ebuild
new file mode 100644
index 000000000000..755a71aaccfd
--- /dev/null
+++ b/www-apps/mythweb/mythweb-0.20_p11671.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20_p11671.ebuild,v 1.1 2006/11/14 05:49:28 cardoe Exp $
+
+inherit mythtv webapp depend.php
+
+DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="virtual/httpd-php
+ dev-perl/DBI
+ dev-perl/DBD-mysql"
+
+S="${WORKDIR}/mythplugins-${MY_PV}/${PN}"
+
+pkg_setup() {
+ webapp_pkg_setup
+
+ if has_version 'dev-lang/php' ; then
+ require_php_with_use session mysql pcre posix
+ fi
+}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}/.."
+ mythtv-fixes_patch
+ cd "${S}"
+}
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc README TODO
+
+ dodir ${MY_HTDOCSDIR}/data
+
+ cp -R [[:lower:]]* .htaccess ${D}${MY_HTDOCSDIR}
+
+ webapp_serverowned ${MY_HTDOCSDIR}/data
+
+ webapp_configfile ${MY_HTDOCSDIR}/.htaccess
+
+ webapp_postinst_txt en ${FILESDIR}/postinstall-en-0.20.txt
+
+ webapp_src_install
+}