summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-08-12 23:59:44 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-08-12 23:59:44 +0000
commit481032b0e8d63b15a8a51a295c85b14bf24681c8 (patch)
treec48701fafded56197fcd079e2294523257abb727 /www-apps
parentfix theme layout. fixes to CA EnvCan parser (diff)
downloadgentoo-2-481032b0e8d63b15a8a51a295c85b14bf24681c8.tar.gz
gentoo-2-481032b0e8d63b15a8a51a295c85b14bf24681c8.tar.bz2
gentoo-2-481032b0e8d63b15a8a51a295c85b14bf24681c8.zip
fix ogg/m4a music streaming
(Portage version: 2.2_rc7/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/mythweb/ChangeLog9
-rw-r--r--www-apps/mythweb/mythweb-0.20.2_p14282.ebuild51
-rw-r--r--www-apps/mythweb/mythweb-0.21_p17573.ebuild (renamed from www-apps/mythweb/mythweb-0.21_p16468.ebuild)2
3 files changed, 9 insertions, 53 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index d5c4b33db28b..8771997ddbf3 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-apps/mythweb
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.60 2008/04/01 04:01:00 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.61 2008/08/12 23:59:44 cardoe Exp $
+
+*mythweb-0.21_p17573 (12 Aug 2008)
+
+ 12 Aug 2008; Doug Goldstein <cardoe@gentoo.org>
+ -mythweb-0.20.2_p14282.ebuild, -mythweb-0.21_p16468.ebuild,
+ +mythweb-0.21_p17573.ebuild:
+ fix ogg/m4a music streaming
*mythweb-0.21_p16809 (01 Apr 2008)
diff --git a/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild b/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild
deleted file mode 100644
index fca04a2983d4..000000000000
--- a/www-apps/mythweb/mythweb-0.20.2_p14282.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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.20.2_p14282.ebuild,v 1.6 2008/02/23 22:21:01 hollow 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:]]* .htaccess
-
- webapp_serverowned "${MY_HTDOCSDIR}"/data
- webapp_serverowned "${MY_HTDOCSDIR}"/.htaccess
-
- webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.20.txt
-
- webapp_src_install
-}
diff --git a/www-apps/mythweb/mythweb-0.21_p16468.ebuild b/www-apps/mythweb/mythweb-0.21_p17573.ebuild
index 7295f0ea5a13..33df62815c26 100644
--- a/www-apps/mythweb/mythweb-0.21_p16468.ebuild
+++ b/www-apps/mythweb/mythweb-0.21_p17573.ebuild
@@ -1,6 +1,6 @@
# 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_p16468.ebuild,v 1.2 2008/03/10 15:30:17 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild,v 1.1 2008/08/12 23:59:44 cardoe Exp $
ESVN_PROJECT="mythplugins"