summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-09-21 17:07:39 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-09-21 17:07:39 +0000
commitde2f74085fb7d42871f763c0c956835480ed1bf8 (patch)
tree2134e4fd33c86bc30ca39abf1559ba5643cb002a /www-apps/mythweb
parentupstream rev bump (diff)
downloadgentoo-2-de2f74085fb7d42871f763c0c956835480ed1bf8.tar.gz
gentoo-2-de2f74085fb7d42871f763c0c956835480ed1bf8.tar.bz2
gentoo-2-de2f74085fb7d42871f763c0c956835480ed1bf8.zip
upstream rev bump
(Portage version: 2.1.3.9)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r--www-apps/mythweb/ChangeLog8
-rw-r--r--www-apps/mythweb/files/digest-mythweb-0.21_pre144940
-rw-r--r--www-apps/mythweb/mythweb-0.21_pre14494.ebuild48
3 files changed, 55 insertions, 1 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index 09548cedaef9..d5fe14a2ed7a 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/mythweb
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.46 2007/08/28 23:14:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.47 2007/09/21 17:07:38 cardoe Exp $
+
+*mythweb-0.21_pre14494 (21 Sep 2007)
+
+ 21 Sep 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythweb-0.21_pre14494.ebuild:
+ upstream rev bump
28 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
mythweb-0.20.2_p14282.ebuild:
diff --git a/www-apps/mythweb/files/digest-mythweb-0.21_pre14494 b/www-apps/mythweb/files/digest-mythweb-0.21_pre14494
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www-apps/mythweb/files/digest-mythweb-0.21_pre14494
diff --git a/www-apps/mythweb/mythweb-0.21_pre14494.ebuild b/www-apps/mythweb/mythweb-0.21_pre14494.ebuild
new file mode 100644
index 000000000000..000ce686c771
--- /dev/null
+++ b/www-apps/mythweb/mythweb-0.21_pre14494.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre14494.ebuild,v 1.1 2007/09/21 17:07:38 cardoe Exp $
+
+ESVN_PROJECT="mythplugins"
+
+inherit mythtv webapp depend.php subversion
+
+DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="dev-perl/DBI
+ dev-perl/DBD-mysql"
+
+need_php5_httpd
+
+pkg_setup() {
+ webapp_pkg_setup
+ require_php_with_use session mysql pcre posix
+}
+
+src_unpack() {
+ subversion_src_unpack
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ webapp_src_preinst
+
+ cd "${S}/mythweb"
+ dodoc README TODO
+
+ dodir ${MY_HTDOCSDIR}/data
+
+ cp -R [[:lower:]]* ${D}${MY_HTDOCSDIR}
+ cp mythweb.conf.apache ${MY_SERVERCONFIGDIR}/
+ cp mythweb.conf.lighttpd ${MY_SERVERCONFIGDIR}/
+
+ webapp_serverowned ${MY_HTDOCSDIR}/data
+
+ webapp_postinst_txt en ${FILESDIR}/postinstall-en-0.21.txt
+
+ webapp_src_install
+}