diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-01-18 19:26:54 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-01-18 19:26:54 +0000 |
commit | 1674f4084d2fb95d56ddba33a66aa155a8294be5 (patch) | |
tree | 0fa3bbcdf054abbc7a5021148a13894316279110 /www-apps/mythweb | |
parent | Stable on amd64, bug 112364. (diff) | |
download | gentoo-2-1674f4084d2fb95d56ddba33a66aa155a8294be5.tar.gz gentoo-2-1674f4084d2fb95d56ddba33a66aa155a8294be5.tar.bz2 gentoo-2-1674f4084d2fb95d56ddba33a66aa155a8294be5.zip |
rev bump of SVN snapshot
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/Manifest | 12 | ||||
-rw-r--r-- | www-apps/mythweb/files/digest-mythweb-0.19_pre8642 | 1 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.19_pre8642.ebuild | 41 |
3 files changed, 44 insertions, 10 deletions
diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest index 565b4f720446..a79ba28f0f78 100644 --- a/www-apps/mythweb/Manifest +++ b/www-apps/mythweb/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 7b01673a4752018496a86b0820cb9002 ChangeLog 4405 MD5 8739e9d1295223762426254acdc96551 files/digest-mythweb-0.18.1 72 +MD5 7c30adab29ed6174c066f414eaae61aa files/digest-mythweb-0.19_pre8642 78 MD5 67c131deae039971648b7a6921fbf7d2 files/postinstall-en.txt 381 MD5 f62db0df6ee8ee1d4fe7b9c3d74432a7 metadata.xml 222 MD5 41eef79e469581ba557daa7ac3224646 mythweb-0.18.1.ebuild 1140 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDSNeIBtvusYtCZMsRAq7wAKCLIsCaQ2UUnZMBoTTQiQsKrH40mACaAw0U -u80z/0O8zq4r7zJ1KmeZqKk= -=xmPG ------END PGP SIGNATURE----- +MD5 03ad4140e75d767fef4a8290ad611777 mythweb-0.19_pre8642.ebuild 942 diff --git a/www-apps/mythweb/files/digest-mythweb-0.19_pre8642 b/www-apps/mythweb/files/digest-mythweb-0.19_pre8642 new file mode 100644 index 000000000000..e0399cc71aa3 --- /dev/null +++ b/www-apps/mythweb/files/digest-mythweb-0.19_pre8642 @@ -0,0 +1 @@ +MD5 3a31877ecd35563ec49757d0b9996dce mythplugins-0.19_pre8642.tar.bz2 9886301 diff --git a/www-apps/mythweb/mythweb-0.19_pre8642.ebuild b/www-apps/mythweb/mythweb-0.19_pre8642.ebuild new file mode 100644 index 000000000000..69e7321bce93 --- /dev/null +++ b/www-apps/mythweb/mythweb-0.19_pre8642.ebuild @@ -0,0 +1,41 @@ +# 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.19_pre8642.ebuild,v 1.1 2006/01/18 19:26:54 cardoe Exp $ + +inherit webapp depend.php + +DESCRIPTION="PHP scripts intended to manage MythTV from a web browser." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="mirrors:/gentoo/mythplugins-${PV}.tar.bz2" +IUSE="" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="virtual/httpd-php" + +S="${WORKDIR}/mythplugins/${PN}" + +pkg_setup() { + webapp_pkg_setup + + if has_version 'dev-lang/php' ; then + require_php_with_use session + fi +} + +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}/config/conf.php + webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + + webapp_src_install +} |