summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-01-15 16:34:32 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-01-15 16:34:32 +0000
commit0657c96f51c5b0e962dc6977c487c12be5fc20bc (patch)
tree89fd933cca5b3d7d6ef71ec5501134d2c6d9934e /www-apps/mythweb
parentalpha/ia64 stable wrt #205266 (diff)
downloadgentoo-2-0657c96f51c5b0e962dc6977c487c12be5fc20bc.tar.gz
gentoo-2-0657c96f51c5b0e962dc6977c487c12be5fc20bc.tar.bz2
gentoo-2-0657c96f51c5b0e962dc6977c487c12be5fc20bc.zip
update to newer trunk revision
(Portage version: 2.1.4)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r--www-apps/mythweb/ChangeLog10
-rw-r--r--www-apps/mythweb/files/digest-mythweb-0.21_pre14633-r10
-rw-r--r--www-apps/mythweb/files/digest-mythweb-0.21_pre15448 (renamed from www-apps/mythweb/files/digest-mythweb-0.21_pre14494)0
-rw-r--r--www-apps/mythweb/mythweb-0.21_pre14494.ebuild48
-rw-r--r--www-apps/mythweb/mythweb-0.21_pre15448.ebuild (renamed from www-apps/mythweb/mythweb-0.21_pre14633-r1.ebuild)4
5 files changed, 10 insertions, 52 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index 985bccc6bb62..0c3ff7156efc 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/mythweb
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.51 2007/10/21 18:09:15 beandog Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.52 2008/01/15 16:34:31 cardoe Exp $
+
+*mythweb-0.21_pre15448 (15 Jan 2008)
+
+ 15 Jan 2008; Doug Klima <cardoe@gentoo.org> -mythweb-0.21_pre14494.ebuild,
+ -mythweb-0.21_pre14633-r1.ebuild, +mythweb-0.21_pre15448.ebuild:
+ update to newer trunk revision
*mythweb-0.21_pre14633-r1 (21 Oct 2007)
diff --git a/www-apps/mythweb/files/digest-mythweb-0.21_pre14633-r1 b/www-apps/mythweb/files/digest-mythweb-0.21_pre14633-r1
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/www-apps/mythweb/files/digest-mythweb-0.21_pre14633-r1
+++ /dev/null
diff --git a/www-apps/mythweb/files/digest-mythweb-0.21_pre14494 b/www-apps/mythweb/files/digest-mythweb-0.21_pre15448
index e69de29bb2d1..e69de29bb2d1 100644
--- a/www-apps/mythweb/files/digest-mythweb-0.21_pre14494
+++ b/www-apps/mythweb/files/digest-mythweb-0.21_pre15448
diff --git a/www-apps/mythweb/mythweb-0.21_pre14494.ebuild b/www-apps/mythweb/mythweb-0.21_pre14494.ebuild
deleted file mode 100644
index f588825018b5..000000000000
--- a/www-apps/mythweb/mythweb-0.21_pre14494.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre14494.ebuild,v 1.2 2007/10/15 16:02:26 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_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
-
- cp -R [[:lower:]]* "${D}${MY_HTDOCSDIR}"
- cp mythweb.conf.apache "${MY_SERVERCONFIGDIR}"/
- cp mythweb.conf.lighttpd "${MY_SERVERCONFIGDIR}"/
-
- 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_pre14633-r1.ebuild b/www-apps/mythweb/mythweb-0.21_pre15448.ebuild
index 37ca480ccf11..dbda8037eadd 100644
--- a/www-apps/mythweb/mythweb-0.21_pre14633-r1.ebuild
+++ b/www-apps/mythweb/mythweb-0.21_pre15448.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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_pre14633-r1.ebuild,v 1.1 2007/10/21 18:09:15 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre15448.ebuild,v 1.1 2008/01/15 16:34:31 cardoe Exp $
ESVN_PROJECT="mythplugins"