diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-01-13 22:34:21 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-01-13 22:34:21 +0000 |
commit | cf6a3e0ae23c88f28c28da2e70d0c69a2340ce52 (patch) | |
tree | 22f4a4f99d8a214a26c50135fbcf43390f8e7c2c /www-apps | |
parent | x11-base/xorg-server: include patches from upstream's server-1.5-branch and b... (diff) | |
download | historical-cf6a3e0ae23c88f28c28da2e70d0c69a2340ce52.tar.gz historical-cf6a3e0ae23c88f28c28da2e70d0c69a2340ce52.tar.bz2 historical-cf6a3e0ae23c88f28c28da2e70d0c69a2340ce52.zip |
Remove MythTV 0.20.x
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/mythweb/Manifest | 11 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.20.2_p15488.ebuild | 51 |
2 files changed, 0 insertions, 62 deletions
diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest index 48ccadfcd2e8..a142fc6d51ef 100644 --- a/www-apps/mythweb/Manifest +++ b/www-apps/mythweb/Manifest @@ -1,17 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX postinstall-en-0.20.txt 576 RMD160 b627a3df85d93938df920ad248358cbeaa329d89 SHA1 c62eb7594adaa82332d2dc44528fa431468f3ce4 SHA256 b58cd5a6deb07daedaa96a78cebfa70b001ebae1611394ab9a1bce7b3db01ee2 AUX postinstall-en-0.21.txt 538 RMD160 a45c405940e353b17ec1a1d454b8bd107d82e66f SHA1 18bd5b82983bfdfa5dcd698a2c5b5e2fd4f685b9 SHA256 2ac53d02ed80f4e131eb9935289f8d7441a646bae4aecd9e3143b7dcc2e44453 -EBUILD mythweb-0.20.2_p15488.ebuild 1021 RMD160 dfb006b3c3f8186ed8f57afe4c302cb714d608d3 SHA1 d11f5faa0460ad0048e23d630bbf383445ffd5d8 SHA256 a8081a5fda55bc9f62b630c3affc780d88d292bb54c23bbfde17de47423f3787 EBUILD mythweb-0.21_p16809.ebuild 988 RMD160 29aaa8b09500b38c3324259041ca03a56d1d9132 SHA1 e1950f79fcf41d131048e86a60837610ca329d50 SHA256 d09e31c576e03bb3e9c7d859cc5ff54e6d57d28eced32d49b05d911e81312460 EBUILD mythweb-0.21_p17573.ebuild 985 RMD160 9fa1d10d2b93c6070b86daf0c8604c12d730b484 SHA1 23f213edf7ff77a856f00fc3447fb9322e1a0c1d SHA256 cc60d8f77f0ed8c957633e6b92a31d42128334ed46c03451ad106792b5219401 MISC ChangeLog 12303 RMD160 72c1426c2c477d4d205d1a31b9fe5e96379342d5 SHA1 72ac99e4db48c27922e34c502d50ea9375973d52 SHA256 bb7a7a0fd73b321dbda693da8961d786d66745304a83a5befa950cbf43bd836f MISC metadata.xml 249 RMD160 ab17e48b4213e82ca818706f362e3c5a1f6ffea1 SHA1 c11e7eca226561536400dfdc97abdb8911e57619 SHA256 50ca1c136a8a045dd5c53ce91632b099b060bd7b031444b9fc8a8b65331c454b ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAklRH80ACgkQkKaRLQcq0GI2FwCeNPYkupadF1TOtKLCJKUHV00g -DyAAn0FaYC7YcF1XiDAFgSwHuacM2e+1 -=7mcU ------END PGP SIGNATURE----- diff --git a/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild b/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild deleted file mode 100644 index 635a612c723b..000000000000 --- a/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild,v 1.3 2008/03/03 20:12:35 cardoe Exp $ - -ESVN_PROJECT="mythplugins" - -inherit mythtv webapp depend.php subversion - -DESCRIPTION="PHP scripts intended to manage MythTV from a web browser." -IUSE="" -KEYWORDS="amd64 ppc x86" - -RDEPEND="dev-perl/DBI - dev-perl/DBD-mysql" - -need_httpd_cgi -need_php5_httpd - -pkg_setup() { - webapp_pkg_setup - require_php_with_use session mysql pcre posix -} - -src_unpack() { - subversion_src_unpack -} - -src_compile() { - : -} - -src_install() { - webapp_src_preinst - - cd "${S}"/mythweb - dodoc README TODO - - dodir "${MY_HTDOCSDIR}"/data - - insinto "${MY_HTDOCSDIR}" - doins -r [[:lower:]]* .htaccess - - webapp_serverowned "${MY_HTDOCSDIR}"/data - webapp_serverowned "${MY_HTDOCSDIR}"/.htaccess - - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.20.txt - - webapp_src_install -} |