summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-05-30 07:58:32 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-05-30 07:58:32 +0000
commit4c0b0b8be14a95f7e3a0fc9f150201f41f9fbbd3 (patch)
treee4b9684c96d10172c7bc9aac5c33c800ac3723d0 /www-apps/mythweb
parentmark ~ppc (diff)
downloadgentoo-2-4c0b0b8be14a95f7e3a0fc9f150201f41f9fbbd3.tar.gz
gentoo-2-4c0b0b8be14a95f7e3a0fc9f150201f41f9fbbd3.tar.bz2
gentoo-2-4c0b0b8be14a95f7e3a0fc9f150201f41f9fbbd3.zip
stable on x86. clean up old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r--www-apps/mythweb/ChangeLog6
-rw-r--r--www-apps/mythweb/files/digest-mythweb-0.161
-rw-r--r--www-apps/mythweb/files/digest-mythweb-0.181
-rw-r--r--www-apps/mythweb/mythweb-0.16.ebuild48
-rw-r--r--www-apps/mythweb/mythweb-0.18.1.ebuild4
-rw-r--r--www-apps/mythweb/mythweb-0.18.ebuild50
6 files changed, 7 insertions, 103 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index ac6b8f497463..f61f35fd6b9d 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/mythweb
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.12 2005/05/22 22:51:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.13 2005/05/30 07:58:32 cardoe Exp $
+
+ 30 May 2005; Doug Goldstein <cardoe@gentoo.org> -mythweb-0.16.ebuild,
+ -mythweb-0.18.ebuild, mythweb-0.18.1.ebuild:
+ stable on x86. clean up old ebuilds.
22 May 2005; Doug Goldstein <cardoe@gentoo.org> mythweb-0.18.1.ebuild:
removed MythTV depend
diff --git a/www-apps/mythweb/files/digest-mythweb-0.16 b/www-apps/mythweb/files/digest-mythweb-0.16
deleted file mode 100644
index 91b2b2302449..000000000000
--- a/www-apps/mythweb/files/digest-mythweb-0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 940f6057a82c6a31fe1233f6f0099f81 mythweb-0.16.tar.bz2 616769
diff --git a/www-apps/mythweb/files/digest-mythweb-0.18 b/www-apps/mythweb/files/digest-mythweb-0.18
deleted file mode 100644
index 297d44c23408..000000000000
--- a/www-apps/mythweb/files/digest-mythweb-0.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735
diff --git a/www-apps/mythweb/mythweb-0.16.ebuild b/www-apps/mythweb/mythweb-0.16.ebuild
deleted file mode 100644
index ab33217fe18b..000000000000
--- a/www-apps/mythweb/mythweb-0.16.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.16.ebuild,v 1.7 2005/01/18 20:19:44 cardoe Exp $
-
-inherit webapp
-
-DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
-IUSE=""
-LICENSE="GPL-2"
-KEYWORDS="x86 ~amd64"
-
-RDEPEND=">=dev-php/mod_php-4.2"
-
-pkg_setup() {
- webapp_pkg_setup
-
- if has_version \>=dev-php/mod_php-5 ; then
- local modphp_use="$(</var/db/pkg/`best_version =dev-php/mod_php`/USE)"
- if ! has session ${modphp_use} ; then
- eerror "mod_php is missing session support. Please add"
- eerror "'session' to your USE flags, and re-emerge mod_php and php."
- die "mod_php needs session support"
- fi
- fi
-}
-
-src_install() {
- webapp_src_preinst
-
- dodoc README TODO
-
- keepdir ${MY_HTDOCSDIR}/video_dir
- keepdir ${MY_HTDOCSDIR}/image_cache
- keepdir ${MY_HTDOCSDIR}/php_sessions
-
- cp -R [[:lower:]]* .htaccess ${D}${MY_HTDOCSDIR}
-
- webapp_serverowned ${MY_HTDOCSDIR}/video_dir
- webapp_serverowned ${MY_HTDOCSDIR}/image_cache
- webapp_serverowned ${MY_HTDOCSDIR}/php_sessions
-
- webapp_configfile ${MY_HTDOCSDIR}/config/conf.php
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}
diff --git a/www-apps/mythweb/mythweb-0.18.1.ebuild b/www-apps/mythweb/mythweb-0.18.1.ebuild
index 07e017585f99..b0bc286792fc 100644
--- a/www-apps/mythweb/mythweb-0.18.1.ebuild
+++ b/www-apps/mythweb/mythweb-0.18.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.18.1.ebuild,v 1.2 2005/05/22 22:51:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.18.1.ebuild,v 1.3 2005/05/30 07:58:32 cardoe Exp $
inherit webapp
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.mythtv.org/"
SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2"
IUSE=""
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64"
RDEPEND=">=dev-php/mod_php-4.2"
diff --git a/www-apps/mythweb/mythweb-0.18.ebuild b/www-apps/mythweb/mythweb-0.18.ebuild
deleted file mode 100644
index 5e8d396c89b6..000000000000
--- a/www-apps/mythweb/mythweb-0.18.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.18.ebuild,v 1.1 2005/04/18 18:48:12 eradicator Exp $
-
-inherit webapp
-
-DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2"
-IUSE=""
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-
-RDEPEND=">=dev-php/mod_php-4.2"
-
-S="${WORKDIR}/mythplugins-${PV}/${PN}"
-
-pkg_setup() {
- webapp_pkg_setup
-
- if has_version \>=dev-php/mod_php-5 ; then
- local modphp_use="$(</var/db/pkg/`best_version =dev-php/mod_php`/USE)"
- if ! has session ${modphp_use} ; then
- eerror "mod_php is missing session support. Please add"
- eerror "'session' to your USE flags, and re-emerge mod_php and php."
- die "mod_php needs session support"
- fi
- fi
-}
-
-src_install() {
- webapp_src_preinst
-
- dodoc README TODO
-
- keepdir ${MY_HTDOCSDIR}/video_dir
- keepdir ${MY_HTDOCSDIR}/image_cache
- keepdir ${MY_HTDOCSDIR}/php_sessions
-
- cp -R [[:lower:]]* .htaccess ${D}${MY_HTDOCSDIR}
-
- webapp_serverowned ${MY_HTDOCSDIR}/video_dir
- webapp_serverowned ${MY_HTDOCSDIR}/image_cache
- webapp_serverowned ${MY_HTDOCSDIR}/php_sessions
-
- webapp_configfile ${MY_HTDOCSDIR}/config/conf.php
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}