From b71bbfde712febd7135ec3266dde16c5bf9140b1 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sat, 15 Jul 2006 17:20:18 +0000 Subject: Purge old revisions. Add release-0-19-fixes snapshot. Add mysql to required PHP features. Package-Manager: portage-2.1.1_pre2-r6 --- www-apps/mythweb/ChangeLog | 10 ++++- www-apps/mythweb/files/digest-mythweb-0.19_p10505 | 6 +++ www-apps/mythweb/mythweb-0.19.ebuild | 4 +- www-apps/mythweb/mythweb-0.19_p10505.ebuild | 54 +++++++++++++++++++++++ 4 files changed, 71 insertions(+), 3 deletions(-) create mode 100644 www-apps/mythweb/files/digest-mythweb-0.19_p10505 create mode 100644 www-apps/mythweb/mythweb-0.19_p10505.ebuild (limited to 'www-apps/mythweb') diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index f29a0a9a733d..a651a490cc92 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,14 @@ # 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.19 2006/02/21 15:27:01 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.20 2006/07/15 17:20:18 cardoe Exp $ + +*mythweb-0.19_p10505 (15 Jul 2006) + + 15 Jul 2006; Doug Goldstein -mythweb-0.18.1.ebuild, + -mythweb-0.19_pre8642.ebuild, mythweb-0.19.ebuild, + +mythweb-0.19_p10505.ebuild: + Purge old revisions. Add release-0-19-fixes snapshot. Add mysql to required + PHP features. 21 Feb 2006; Doug Goldstein mythweb-0.18.1.ebuild, mythweb-0.19_pre8642.ebuild, mythweb-0.19.ebuild: diff --git a/www-apps/mythweb/files/digest-mythweb-0.19_p10505 b/www-apps/mythweb/files/digest-mythweb-0.19_p10505 new file mode 100644 index 000000000000..d2beb61268fc --- /dev/null +++ b/www-apps/mythweb/files/digest-mythweb-0.19_p10505 @@ -0,0 +1,6 @@ +MD5 8e07223849fdcce327395814f6840f8c mythplugins-0.19-rev10505.patch.bz2 11567 +RMD160 aa95e04ded39efdc92a3682138614cf531ea2e7a mythplugins-0.19-rev10505.patch.bz2 11567 +SHA256 191a6571ce762d497032c3ef200b2a9407c77c7da9e4ccadac65a5350cc8df49 mythplugins-0.19-rev10505.patch.bz2 11567 +MD5 201d60d5d60222038d8c97831f7e4288 mythplugins-0.19.tar.bz2 5418591 +RMD160 33e65196760476713cf91f1edf94b1e082475bfb mythplugins-0.19.tar.bz2 5418591 +SHA256 5dd3df0204bf22cbf5f9ee0a636bcbe4ea6fd8754dd23af78f35fc1feec8c0e7 mythplugins-0.19.tar.bz2 5418591 diff --git a/www-apps/mythweb/mythweb-0.19.ebuild b/www-apps/mythweb/mythweb-0.19.ebuild index 67bb8957e3a9..e4c6f376ca22 100644 --- a/www-apps/mythweb/mythweb-0.19.ebuild +++ b/www-apps/mythweb/mythweb-0.19.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.3 2006/02/21 15:27:01 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.19.ebuild,v 1.4 2006/07/15 17:20:18 cardoe Exp $ inherit webapp depend.php @@ -19,7 +19,7 @@ pkg_setup() { webapp_pkg_setup if has_version 'dev-lang/php' ; then - require_php_with_use session + require_php_with_use session mysql fi } diff --git a/www-apps/mythweb/mythweb-0.19_p10505.ebuild b/www-apps/mythweb/mythweb-0.19_p10505.ebuild new file mode 100644 index 000000000000..401caf531597 --- /dev/null +++ b/www-apps/mythweb/mythweb-0.19_p10505.ebuild @@ -0,0 +1,54 @@ +# 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_p10505.ebuild,v 1.1 2006/07/15 17:20:18 cardoe Exp $ + +inherit webapp depend.php + +PATCHREV="${PV#*_p}" +MY_PV="${PV%_*}" + +DESCRIPTION="PHP scripts intended to manage MythTV from a web browser." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/mythplugins-${MY_PV}.tar.bz2 + http://dev.gentoo.org/~cardoe/files/mythplugins-${MY_PV}-rev${PATCHREV}.patch.bz2" +IUSE="" +LICENSE="GPL-2" +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 + fi +} + +src_unpack() { + unpack ${A} + cd ${S} + + #Fixes of the bugs found in the 0.19 release + cd .. + epatch "${WORKDIR}"/mythplugins-${MY_PV}-rev${PATCHREV}.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}/config/conf.php + webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + + webapp_src_install +} -- cgit v1.2.3-65-gdbad