summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2010-01-04 05:45:20 +0000
committerDoug Goldstein <cardoe@gentoo.org>2010-01-04 05:45:20 +0000
commit1c7d062f0b596e6298d53d2fcb3dc72dc40e62de (patch)
tree85543a10a59cad1425a8931cb247bd058f7324fc /www-apps
parentadd USE=spl as required from PHP. bug #297487 (diff)
downloadgentoo-2-1c7d062f0b596e6298d53d2fcb3dc72dc40e62de.tar.gz
gentoo-2-1c7d062f0b596e6298d53d2fcb3dc72dc40e62de.tar.bz2
gentoo-2-1c7d062f0b596e6298d53d2fcb3dc72dc40e62de.zip
stable bump
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/mythweb/ChangeLog6
-rw-r--r--www-apps/mythweb/mythweb-0.21_p17573.ebuild52
-rw-r--r--www-apps/mythweb/mythweb-0.21_p20323.ebuild6
3 files changed, 8 insertions, 56 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index 0fa02e899f5d..f16690b172ab 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/mythweb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.72 2010/01/04 05:43:09 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.73 2010/01/04 05:45:20 cardoe Exp $
+
+ 04 Jan 2010; Doug Goldstein <cardoe@gentoo.org>
+ -mythweb-0.21_p17573.ebuild, mythweb-0.21_p20323.ebuild:
+ stable bump
04 Jan 2010; Doug Goldstein <cardoe@gentoo.org>
mythweb-0.22_p22763.ebuild, mythweb-0.22_p22763-r1.ebuild:
diff --git a/www-apps/mythweb/mythweb-0.21_p17573.ebuild b/www-apps/mythweb/mythweb-0.21_p17573.ebuild
deleted file mode 100644
index c7e2653bf1b2..000000000000
--- a/www-apps/mythweb/mythweb-0.21_p17573.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild,v 1.7 2009/07/31 18:18:10 cardoe Exp $
-
-EAPI=2
-inherit mythtv webapp depend.php
-
-DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="dev-perl/DBI
- dev-perl/DBD-mysql"
-
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-need_httpd_cgi
-need_php5_httpd
-
-pkg_setup() {
- webapp_pkg_setup
- require_php_with_use session mysql pcre posix json
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- webapp_src_preinst
-
- cd "${S}"/mythweb
- dodoc README INSTALL
-
- 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
-}
diff --git a/www-apps/mythweb/mythweb-0.21_p20323.ebuild b/www-apps/mythweb/mythweb-0.21_p20323.ebuild
index 1b2d02467792..688ee05556e0 100644
--- a/www-apps/mythweb/mythweb-0.21_p20323.ebuild
+++ b/www-apps/mythweb/mythweb-0.21_p20323.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p20323.ebuild,v 1.2 2009/07/31 18:18:10 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p20323.ebuild,v 1.3 2010/01/04 05:45:20 cardoe Exp $
EAPI=2
inherit mythtv webapp depend.php
DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
RDEPEND="dev-perl/DBI
dev-perl/DBD-mysql"