diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-04-21 19:42:10 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-04-21 19:42:10 +0000 |
commit | 465ce09e411f1472aa7414246d2cb11210df195d (patch) | |
tree | 462a269a8cb616450f95078fc044ed3602b8f4f2 /net-www/mythweb | |
parent | Version bumped. Closes 48238 (diff) | |
download | historical-465ce09e411f1472aa7414246d2cb11210df195d.tar.gz historical-465ce09e411f1472aa7414246d2cb11210df195d.tar.bz2 historical-465ce09e411f1472aa7414246d2cb11210df195d.zip |
cleanup
Diffstat (limited to 'net-www/mythweb')
-rw-r--r-- | net-www/mythweb/files/digest-mythweb-0.10 | 1 | ||||
-rw-r--r-- | net-www/mythweb/files/digest-mythweb-0.11 | 1 | ||||
-rw-r--r-- | net-www/mythweb/files/digest-mythweb-0.12 | 1 | ||||
-rw-r--r-- | net-www/mythweb/files/digest-mythweb-0.13 | 1 | ||||
-rw-r--r-- | net-www/mythweb/mythweb-0.10.ebuild | 46 | ||||
-rw-r--r-- | net-www/mythweb/mythweb-0.11.ebuild | 39 | ||||
-rw-r--r-- | net-www/mythweb/mythweb-0.12.ebuild | 40 | ||||
-rw-r--r-- | net-www/mythweb/mythweb-0.13.ebuild | 40 |
8 files changed, 0 insertions, 169 deletions
diff --git a/net-www/mythweb/files/digest-mythweb-0.10 b/net-www/mythweb/files/digest-mythweb-0.10 deleted file mode 100644 index 3db2b76a59d4..000000000000 --- a/net-www/mythweb/files/digest-mythweb-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 20dc71965ef35c9e4e4fa5673873513e mythweb-0.10.tar.bz2 34852 diff --git a/net-www/mythweb/files/digest-mythweb-0.11 b/net-www/mythweb/files/digest-mythweb-0.11 deleted file mode 100644 index f4f427b635b1..000000000000 --- a/net-www/mythweb/files/digest-mythweb-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 a100a639f66fedef0f1298ef2928a39a mythweb-0.11.tar.bz2 138038 diff --git a/net-www/mythweb/files/digest-mythweb-0.12 b/net-www/mythweb/files/digest-mythweb-0.12 deleted file mode 100644 index da52d9934859..000000000000 --- a/net-www/mythweb/files/digest-mythweb-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 411cba01d86ca47f3bb3a2f4217ea779 mythweb-0.12.tar.bz2 128539 diff --git a/net-www/mythweb/files/digest-mythweb-0.13 b/net-www/mythweb/files/digest-mythweb-0.13 deleted file mode 100644 index 3e978f93bfa9..000000000000 --- a/net-www/mythweb/files/digest-mythweb-0.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 7b7e8d904a77c4622c9e08e60f938b0c mythweb-0.13.tar.bz2 131910 diff --git a/net-www/mythweb/mythweb-0.10.ebuild b/net-www/mythweb/mythweb-0.10.ebuild deleted file mode 100644 index ee36ec767f5c..000000000000 --- a/net-www/mythweb/mythweb-0.10.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mythweb/mythweb-0.10.ebuild,v 1.3 2004/03/23 18:57:36 mholzer Exp $ - -IUSE="apache2" -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -RDEPEND="dev-db/mysql - dev-php/mod_php" - -src_install() { - - HTTPD_USER="apache" - HTTPD_GROUP="apache" - - if [ ! -z "`use apache2`" -a -e "/etc/apache2/conf/apache2.conf" ] ; then - HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache2.conf | cut -d' ' -f2`" - elif [ -e "/etc/apache/conf/apache.conf" ] ; then - HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d' ' -f2`" - else - HTTPD_ROOT="/home/httpd/htdocs" - ewarn - ewarn "No apache config file found in /etc, assuming DocumentRoot /home/httpd/htdocs" - ewarn - fi - - dodoc README - - dodir "${HTTPD_ROOT}" - cp -R "${S}" "${D}/${HTTPD_ROOT}/${PN}" - -} - -pkg_postinst() { - - einfo "You should modify ${HTTPD_ROOT}/${PN}/settings.php" - einfo "to fit your needs." - echo - -} diff --git a/net-www/mythweb/mythweb-0.11.ebuild b/net-www/mythweb/mythweb-0.11.ebuild deleted file mode 100644 index e559cdc90454..000000000000 --- a/net-www/mythweb/mythweb-0.11.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mythweb/mythweb-0.11.ebuild,v 1.2 2003/12/15 21:02:57 stuart Exp $ - -inherit webapp-apache - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -RDEPEND=">=dev-php/mod_php-4.2" - -webapp-detect || NO_WEBSERVER=1 - -pkg_setup() { - webapp-pkg_setup "${NO_WEBSERVER}" - webapp-check-php mysql - einfo "Installing ${PN} into ${HTTPD_ROOT}" -} - -src_install() { - webapp-mkdirs - dodir "${HTTPD_ROOT}" - cp -R "${S}" "${D}${HTTPD_ROOT}/${PN}" - - keepdir "${HTTPD_ROOT}/${PN}/"{php_sessions,image_cache} - fowners "${HTTPD_USER}:${HTTPD_GROUP}" "${HTTPD_ROOT}/${PN}/"{php_sessions,image_cache} - dodoc README -} - -pkg_postinst() { - einfo "You should modify ${HTTPD_ROOT}/${PN}/settings.php" - einfo "to fit your needs." - echo -} diff --git a/net-www/mythweb/mythweb-0.12.ebuild b/net-www/mythweb/mythweb-0.12.ebuild deleted file mode 100644 index 1106ed3615fb..000000000000 --- a/net-www/mythweb/mythweb-0.12.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mythweb/mythweb-0.12.ebuild,v 1.2 2003/12/15 20:55:30 stuart Exp $ - -inherit webapp-apache - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -RDEPEND=">=dev-php/mod_php-4.2" - -webapp-detect || NO_WEBSERVER=1 - -pkg_setup() { - webapp-pkg_setup "${NO_WEBSERVER}" - webapp-check-php mysql - einfo "Installing ${PN} into ${HTTPD_ROOT}" -} - -src_install() { - webapp-mkdirs - - dodir "${HTTPD_ROOT}" - cp -R "${S}" "${D}${HTTPD_ROOT}/${PN}" - - keepdir "${HTTPD_ROOT}/${PN}/"{php_sessions,image_cache} - fowners "${HTTPD_USER}:${HTTPD_GROUP}" "${HTTPD_ROOT}/${PN}/"{php_sessions,image_cache} - dodoc README -} - -pkg_postinst() { - einfo "You should modify ${HTTPD_ROOT}/${PN}/config/conf.php" - einfo "to fit your needs." - echo -} diff --git a/net-www/mythweb/mythweb-0.13.ebuild b/net-www/mythweb/mythweb-0.13.ebuild deleted file mode 100644 index a4b94930c28a..000000000000 --- a/net-www/mythweb/mythweb-0.13.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mythweb/mythweb-0.13.ebuild,v 1.2 2003/12/15 20:55:30 stuart Exp $ - -inherit webapp-apache - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -RDEPEND=">=dev-php/mod_php-4.2" - -webapp-detect || NO_WEBSERVER=1 - -pkg_setup() { - webapp-pkg_setup "${NO_WEBSERVER}" - webapp-check-php mysql - einfo "Installing ${PN} into ${HTTPD_ROOT}" -} - -src_install() { - webapp-mkdirs - - dodir "${HTTPD_ROOT}" - cp -R "${S}" "${D}${HTTPD_ROOT}/${PN}" - - keepdir "${HTTPD_ROOT}/${PN}/"{php_sessions,image_cache} - fowners "${HTTPD_USER}:${HTTPD_GROUP}" "${HTTPD_ROOT}/${PN}/"{php_sessions,image_cache} - dodoc README -} - -pkg_postinst() { - einfo "You should modify ${HTTPD_ROOT}/${PN}/config/conf.php" - einfo "to fit your needs." - echo -} |