summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-29 14:26:17 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-29 14:26:17 +0000
commita27c1b868d6f15cadfdcd65ea36871e2c4f2c3e6 (patch)
tree1c956e3df1044457ed249755dd1089a5a20118db
parent2.0.0 is out. Remove just added 1.9.8 in favor of it. Also, all the 1.9.x v... (diff)
downloadgentoo-2-a27c1b868d6f15cadfdcd65ea36871e2c4f2c3e6.tar.gz
gentoo-2-a27c1b868d6f15cadfdcd65ea36871e2c4f2c3e6.tar.bz2
gentoo-2-a27c1b868d6f15cadfdcd65ea36871e2c4f2c3e6.zip
Revision Bump for v31 protocol
(Portage version: 2.1.2_pre1-r4)
-rw-r--r--www-apps/mythweb/ChangeLog8
-rw-r--r--www-apps/mythweb/files/digest-mythweb-0.20_p113296
-rw-r--r--www-apps/mythweb/mythweb-0.20_p11329.ebuild46
3 files changed, 59 insertions, 1 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index 631ecbecab35..19fc0cab79f4 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.25 2006/09/28 03:12:48 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.26 2006/09/29 14:26:17 cardoe Exp $
+
+*mythweb-0.20_p11329 (29 Sep 2006)
+
+ 29 Sep 2006; Doug Goldstein <cardoe@gentoo.org>
+ +mythweb-0.20_p11329.ebuild:
+ Revision Bump for v31 protocol
28 Sep 2006; Steve Dibb <beandog@gentoo.org> mythweb-0.20_p11188.ebuild:
Add php dep for posix (thanks to msfroh)
diff --git a/www-apps/mythweb/files/digest-mythweb-0.20_p11329 b/www-apps/mythweb/files/digest-mythweb-0.20_p11329
new file mode 100644
index 000000000000..f1d0a6d72875
--- /dev/null
+++ b/www-apps/mythweb/files/digest-mythweb-0.20_p11329
@@ -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 6a09ec7e180d4000b5c7916180b8b0ae mythplugins-0.20_svn11329.patch.bz2 4290
+RMD160 3001e82550dc27ddac9ce95b0b0600faaddb21bd mythplugins-0.20_svn11329.patch.bz2 4290
+SHA256 7d03920a182f64dc4df8fab9c439559ec3d69fdf1a3ae372e2ea1329b632d5e1 mythplugins-0.20_svn11329.patch.bz2 4290
diff --git a/www-apps/mythweb/mythweb-0.20_p11329.ebuild b/www-apps/mythweb/mythweb-0.20_p11329.ebuild
new file mode 100644
index 000000000000..94764040e066
--- /dev/null
+++ b/www-apps/mythweb/mythweb-0.20_p11329.ebuild
@@ -0,0 +1,46 @@
+# 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_p11329.ebuild,v 1.1 2006/09/29 14:26:17 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"
+
+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
+}
+
+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
+}