summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-08-26 02:46:26 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-08-26 02:46:26 +0000
commitd8940c641bd1c981c381233e535d168e896aa7e1 (patch)
tree0cd1de94843a32abe9b4cd458fd1fa7559fc348d /www-apps/mythweb
parentVersion bump for upstream fixes. Remove older version. (diff)
downloadgentoo-2-d8940c641bd1c981c381233e535d168e896aa7e1.tar.gz
gentoo-2-d8940c641bd1c981c381233e535d168e896aa7e1.tar.bz2
gentoo-2-d8940c641bd1c981c381233e535d168e896aa7e1.zip
Remove older version
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r--www-apps/mythweb/ChangeLog6
-rw-r--r--www-apps/mythweb/files/0.24-postinstall-en.txt13
-rw-r--r--www-apps/mythweb/mythweb-0.25.1.ebuild60
3 files changed, 5 insertions, 74 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index ec560565a79a..b6c78e5ba655 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/mythweb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.96 2012/07/17 01:14:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.97 2012/08/26 02:46:26 cardoe Exp $
+
+ 26 Aug 2012; Doug Goldstein <cardoe@gentoo.org>
+ -files/0.24-postinstall-en.txt, -mythweb-0.25.1.ebuild:
+ Remove older version
16 Jul 2012; Doug Goldstein <cardoe@gentoo.org>
-mythweb-0.24_p20110310.ebuild:
diff --git a/www-apps/mythweb/files/0.24-postinstall-en.txt b/www-apps/mythweb/files/0.24-postinstall-en.txt
deleted file mode 100644
index acba4515b87a..000000000000
--- a/www-apps/mythweb/files/0.24-postinstall-en.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-****************************************************
-You probably want to modify
-${MY_SERVERCONFIGDIR}/mythweb.conf.apache
-to fit your needs and create a symlink to it as
-/etc/apache2/modules.d/mythweb.conf
-****************************************************
-In order to prevent unauthorized access to your Myth
-installation, MythWeb can be configured to require
-authentication using htdigest. The apache controls for
-doing this are commented out in mythweb.conf.apache
-by default.
-*****************************************************
-
diff --git a/www-apps/mythweb/mythweb-0.25.1.ebuild b/www-apps/mythweb/mythweb-0.25.1.ebuild
deleted file mode 100644
index 2a664ffa1738..000000000000
--- a/www-apps/mythweb/mythweb-0.25.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.25.1.ebuild,v 1.1 2012/07/12 02:59:19 cardoe Exp $
-
-EAPI=4
-
-inherit webapp depend.php
-
-# Release version
-MY_PV="${PV%_*}"
-
-DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
-HOMEPAGE="http://www.mythtv.org"
-LICENSE="GPL-2"
-SRC_URI="ftp://ftp.osuosl.org/pub/mythtv/mythplugins-${MY_PV}.tar.bz2"
-IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="dev-lang/php:5.3[json,mysql,session,posix]
- dev-perl/DBI
- dev-perl/DBD-mysql
- dev-perl/HTTP-Date
- dev-perl/Net-UPnP"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/mythplugins-${MY_PV}/${PN}"
-
-need_httpd_cgi
-need_php5_httpd
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- webapp_src_preinst
-
- cd "${S}"
- 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}"/0.24-postinstall-en.txt
-
- webapp_src_install
-
- fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb.pl
-}