From 34dea8e38f88007799629d0a56b12dec480b1d21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Jun 2021 14:45:01 +0100 Subject: gentoo resync : 20.06.2021 --- www-apps/mythweb/Manifest | 2 +- www-apps/mythweb/mythweb-0.28.1-r1.ebuild | 79 +++++++++++++++++++++++++++++++ www-apps/mythweb/mythweb-0.28.1.ebuild | 79 ------------------------------- 3 files changed, 80 insertions(+), 80 deletions(-) create mode 100644 www-apps/mythweb/mythweb-0.28.1-r1.ebuild delete mode 100644 www-apps/mythweb/mythweb-0.28.1.ebuild (limited to 'www-apps/mythweb') diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest index 4433d3afc1dd..1ca98e989719 100644 --- a/www-apps/mythweb/Manifest +++ b/www-apps/mythweb/Manifest @@ -2,5 +2,5 @@ AUX 0.25-postinstall-en.txt 329 BLAKE2B bcded49046f7649a395b60f335253e5d73dc2506 AUX mythweb.conf.nginx 1085 BLAKE2B 9094b754e66fef4cbdb358295365186310f184c958ec2d11a02be00bcc8d594e6aab1c02eb6ebee75969482612631fb7c0cd3181879ca30e3083204958e4f496 SHA512 06f9202821abcc4737cbab912e4f2610433e59a430cdfd1582b086b27a85a0d2ac42296bf4f6eac582c507fd768b89f1b21510406a7f007c79dfda596fcd3a60 AUX reconfig 1209 BLAKE2B b5ab302a130535231f9aa8dfbeeafc6802f648a17de6d899140af9ee4b9620e41a6745eaf0eee9d91a3f166ba323376feba2811c0a0920e148c47d11af1d08bb SHA512 ee4b8e38638c77639208c083643d5844c7af374dcffef7e3a17bb263168f33d7463cebbb0e7457347d91f36838a42020bfba6b3d2b6672bcef15974c8fefcfaf DIST mythweb-0.28.1.tar.gz 1705490 BLAKE2B 210f8c27471ea83e412ed9f37f72084e32a9d320eccc03b9abf01f89d272abbe036db5e019fd4af6677aa078827c2e3edd14cadd932d5ee8757cee2680239210 SHA512 0ce9e2c7138d35ef59859a8a8980b01d90d9b616e55653fb28dd5a473199446508e525171687383ce83051b434f5e7618f509a9e75cd84296446ee450733e963 -EBUILD mythweb-0.28.1.ebuild 1622 BLAKE2B 23cf45f59402055ae6d79f5924f100c5847d72b678e6abf8134e248eaf754c267922401f57d7c7cfbe56e19189650edfbeb7c943b3ef44230f2b6c656fb45b13 SHA512 c9378cad9bada058273d6fa9f3576b58a88eec339db462e55cba0b5defda3c0a0e341bb7720d5eb6936b51cf2b1c609ea56ed51f1c03af4be2ec57350f96d234 +EBUILD mythweb-0.28.1-r1.ebuild 1625 BLAKE2B 0df1e93852cfc393b08b3f695e58ba695a58e7dcf20a459a88078fbd2b01afbbd4c2451a16b1e1b560c148a821c346881fb382e6ba9bbc6f4e3d934c00b60d81 SHA512 8589e09ad059ab2006b4758d7bb60735cf59ae1fe4fc6ddf5f3c2ff7173e79ab6beb3e4562774c9a4c8663ec82d0141dcdfab8eff2f83a9ff57aece30c462fc2 MISC metadata.xml 353 BLAKE2B 02bcad7d2bd60751b56310cee8a383bde1f423d8321ac67bfc5bdb41d47be7e950de59e14b214b7987353975bad97cdc99b53034dde2b2b443f2ccbc5f829bd5 SHA512 74d3444f3c0e4d70e8f7bfecb9ce9b86bb2e6ba00cab82b71bc213fad9e26e237e9a497ae60c70e65207abd1c45f972c1fa7c3d6b177a9b39331d48fcfee5785 diff --git a/www-apps/mythweb/mythweb-0.28.1-r1.ebuild b/www-apps/mythweb/mythweb-0.28.1-r1.ebuild new file mode 100644 index 000000000000..e02c6dd25c0a --- /dev/null +++ b/www-apps/mythweb/mythweb-0.28.1-r1.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit webapp + +# Release version +MY_PV="${PV%_p*}" +MY_P="mythweb-${MY_PV}" + +DESCRIPTION="PHP scripts intended to manage MythTV from a web browser" +HOMEPAGE="https://www.mythtv.org" +SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> mythweb-${MY_PV}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + dev-lang/php:*[json(+),mysql,session,posix] + dev-perl/DBD-mysql + dev-perl/DBI + dev-perl/HTTP-Date + dev-perl/Net-UPnP + virtual/httpd-php:* +" +DEPEND="${RDEPEND}" + +need_httpd_cgi + +S="${WORKDIR}/${MY_P}" + +src_configure() { + : +} + +src_compile() { + : +} + +src_install() { + webapp_src_preinst + + # Install docs + cd "${S}" + dodoc README INSTALL + + # Install htdocs files + insinto "${MY_HTDOCSDIR}" + doins mythweb.php + doins -r classes + doins -r configuration + doins -r data + doins -r includes + doins -r js + doins -r modules + doins -r skins + doins -r tests + exeinto "${MY_HTDOCSDIR}" + doexe mythweb.pl + + # Install our server config files + webapp_server_configfile apache mythweb.conf.apache mythweb.conf + webapp_server_configfile lighttpd mythweb.conf.lighttpd mythweb.conf + webapp_server_configfile nginx "${FILESDIR}"/mythweb.conf.nginx \ + mythweb.include + + # Data needs to be writable and modifiable by the web server + webapp_serverowned -R "${MY_HTDOCSDIR}"/data + + # Message to display after install + webapp_postinst_txt en "${FILESDIR}"/0.25-postinstall-en.txt + + # Script to set the correct defaults on install + webapp_hook_script "${FILESDIR}"/reconfig + + webapp_src_install +} diff --git a/www-apps/mythweb/mythweb-0.28.1.ebuild b/www-apps/mythweb/mythweb-0.28.1.ebuild deleted file mode 100644 index 8babc2581de8..000000000000 --- a/www-apps/mythweb/mythweb-0.28.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit webapp - -# Release version -MY_PV="${PV%_p*}" -MY_P="mythweb-${MY_PV}" - -DESCRIPTION="PHP scripts intended to manage MythTV from a web browser" -HOMEPAGE="https://www.mythtv.org" -SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> mythweb-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=" - dev-lang/php:*[json,mysql,session,posix] - dev-perl/DBD-mysql - dev-perl/DBI - dev-perl/HTTP-Date - dev-perl/Net-UPnP - virtual/httpd-php:* -" -DEPEND="${RDEPEND}" - -need_httpd_cgi - -S="${WORKDIR}/${MY_P}" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - webapp_src_preinst - - # Install docs - cd "${S}" - dodoc README INSTALL - - # Install htdocs files - insinto "${MY_HTDOCSDIR}" - doins mythweb.php - doins -r classes - doins -r configuration - doins -r data - doins -r includes - doins -r js - doins -r modules - doins -r skins - doins -r tests - exeinto "${MY_HTDOCSDIR}" - doexe mythweb.pl - - # Install our server config files - webapp_server_configfile apache mythweb.conf.apache mythweb.conf - webapp_server_configfile lighttpd mythweb.conf.lighttpd mythweb.conf - webapp_server_configfile nginx "${FILESDIR}"/mythweb.conf.nginx \ - mythweb.include - - # Data needs to be writable and modifiable by the web server - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - - # Message to display after install - webapp_postinst_txt en "${FILESDIR}"/0.25-postinstall-en.txt - - # Script to set the correct defaults on install - webapp_hook_script "${FILESDIR}"/reconfig - - webapp_src_install -} -- cgit v1.2.3