summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-04-20 01:49:18 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-04-20 01:49:18 +0000
commit4ce673bb91f2de7cf23fd2fd942ca850bac427c0 (patch)
tree272b1d5fd65d5e8e4313f52e7e1220c371e3bcb7 /www-apps
parentremove old version. bump trunk version to match mythtv core (diff)
downloadgentoo-2-4ce673bb91f2de7cf23fd2fd942ca850bac427c0.tar.gz
gentoo-2-4ce673bb91f2de7cf23fd2fd942ca850bac427c0.tar.bz2
gentoo-2-4ce673bb91f2de7cf23fd2fd942ca850bac427c0.zip
remove old version
(Portage version: 2.1.2.4)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/mythweb/ChangeLog8
-rw-r--r--www-apps/mythweb/files/digest-mythweb-0.19_p105056
-rw-r--r--www-apps/mythweb/mythweb-0.19_p10505.ebuild55
3 files changed, 6 insertions, 63 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index 226ca60fd001..7d2a2ffff3bc 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,10 @@
# 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.30 2006/12/24 08:12:53 cardoe Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.31 2007/04/20 01:49:18 cardoe Exp $
+
+ 20 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
+ -mythweb-0.19_p10505.ebuild:
+ remove old version
24 Dec 2006; Doug Goldstein <cardoe@gentoo.org> -mythweb-0.19.ebuild,
mythweb-0.19_p10505.ebuild, -mythweb-0.20_p11329.ebuild,
diff --git a/www-apps/mythweb/files/digest-mythweb-0.19_p10505 b/www-apps/mythweb/files/digest-mythweb-0.19_p10505
deleted file mode 100644
index d2beb61268fc..000000000000
--- a/www-apps/mythweb/files/digest-mythweb-0.19_p10505
+++ /dev/null
@@ -1,6 +0,0 @@
-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_p10505.ebuild b/www-apps/mythweb/mythweb-0.19_p10505.ebuild
deleted file mode 100644
index 89464bf36db9..000000000000
--- a/www-apps/mythweb/mythweb-0.19_p10505.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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.5 2006/12/24 08:12:53 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://ftp.osuosl.org/pub/mythtv/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 pcre
- 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_configfile ${MY_HTDOCSDIR}/.htaccess
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}