diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-03-08 02:48:03 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-03-08 02:48:03 +0000 |
commit | 6f9719333eafba4ce99362c6b6b2de15c689ec75 (patch) | |
tree | 806f936ddd8eb2f63e8ed35db2e36784ea3fce93 /www-apps/mythweb | |
parent | Version bump; remove old (diff) | |
download | gentoo-2-6f9719333eafba4ce99362c6b6b2de15c689ec75.tar.gz gentoo-2-6f9719333eafba4ce99362c6b6b2de15c689ec75.tar.bz2 gentoo-2-6f9719333eafba4ce99362c6b6b2de15c689ec75.zip |
Remove old version
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.23.1_p25396.ebuild | 52 |
2 files changed, 6 insertions, 54 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index a0bebeb2df1d..1c086957bc39 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mythweb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.88 2011/12/18 04:22:54 rich0 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.89 2012/03/08 02:48:03 cardoe Exp $ + + 07 Mar 2012; Doug Goldstein <cardoe@gentoo.org> + -mythweb-0.23.1_p25396.ebuild: + Remove old version *mythweb-0.24_p20110310 (18 Dec 2011) diff --git a/www-apps/mythweb/mythweb-0.23.1_p25396.ebuild b/www-apps/mythweb/mythweb-0.23.1_p25396.ebuild deleted file mode 100644 index f34b63386d78..000000000000 --- a/www-apps/mythweb/mythweb-0.23.1_p25396.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25396.ebuild,v 1.2 2011/07/08 16:55:19 cardoe Exp $ - -EAPI=2 -inherit mythtv webapp depend.php - -DESCRIPTION="PHP scripts intended to manage MythTV from a web browser." -IUSE="" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND="dev-lang/php[json,mysql,session,posix] - || ( <dev-lang/php-5.3[spl,pcre] >=dev-lang/php-5.3 ) - dev-perl/DBI - dev-perl/DBD-mysql - dev-perl/Net-UPnP" - -DEPEND="${RDEPEND} - app-arch/unzip" - -need_httpd_cgi -need_php5_httpd - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - webapp_src_preinst - - cd "${S}"/mythweb - 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}"/postinstall-en-0.21.txt - - webapp_src_install - - fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb.pl -} |