diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-02-28 21:26:08 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-02-28 21:26:08 +0000 |
commit | 8c52a3cfded7eae8bfc99e80d2f5cf39bfb4c600 (patch) | |
tree | 5706b9a810c49db14ff50b9fd3fd8ffd4567fe55 /www-apps/mythweb/mythweb-0.21_beta16297.ebuild | |
parent | bump to 0.7.3, add doc useflag to rebuild gtk-doc (diff) | |
download | historical-8c52a3cfded7eae8bfc99e80d2f5cf39bfb4c600.tar.gz historical-8c52a3cfded7eae8bfc99e80d2f5cf39bfb4c600.tar.bz2 historical-8c52a3cfded7eae8bfc99e80d2f5cf39bfb4c600.zip |
add beta build. remove previous trunk builds due to protocol mismatch
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'www-apps/mythweb/mythweb-0.21_beta16297.ebuild')
-rw-r--r-- | www-apps/mythweb/mythweb-0.21_beta16297.ebuild | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/www-apps/mythweb/mythweb-0.21_beta16297.ebuild b/www-apps/mythweb/mythweb-0.21_beta16297.ebuild new file mode 100644 index 000000000000..f9c976c7d700 --- /dev/null +++ b/www-apps/mythweb/mythweb-0.21_beta16297.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_beta16297.ebuild,v 1.1 2008/02/28 21:26:08 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_httpd_cgi +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 + + insinto "${MY_HTDOCSDIR}" + doins -r [[:lower:]]* + + webapp_configfile "${MY_HTDOCSDIR}"/mythweb.conf.{apache,lighttpd} + + webapp_serverowned "${MY_HTDOCSDIR}"/data + + webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.21.txt + + webapp_src_install +} |