From 1f43daba2fbe6f53e67c63944941dc645657c5b3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 11 Apr 2024 18:33:04 +0100 Subject: gentoo auto-resync : 11:04:2024 - 18:33:04 --- www-apps/Manifest.gz | Bin 13489 -> 13483 bytes www-apps/chromedriver-bin/Manifest | 4 +- .../chromedriver-bin-123.0.6312.105.ebuild | 28 -------- .../chromedriver-bin-123.0.6312.122.ebuild | 28 ++++++++ www-apps/mythweb/Manifest | 2 +- www-apps/mythweb/mythweb-0.28.1-r1.ebuild | 79 --------------------- www-apps/mythweb/mythweb-0.28.1-r2.ebuild | 77 ++++++++++++++++++++ 7 files changed, 108 insertions(+), 110 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.105.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.122.ebuild delete mode 100644 www-apps/mythweb/mythweb-0.28.1-r1.ebuild create mode 100644 www-apps/mythweb/mythweb-0.28.1-r2.ebuild (limited to 'www-apps') diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index 50bed8971b51..89661cb7122d 100644 Binary files a/www-apps/Manifest.gz and b/www-apps/Manifest.gz differ diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 79522206dd40..8e33e8ebb530 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,3 +1,3 @@ -DIST chromedriver-bin-123.0.6312.105.linux64.zip 8636471 BLAKE2B 0c56e370b0456eda8fa5a68ed8f24544aa160fffb5ee2d223a0922a043aa8fec62be06558d5fbda7316e4e87118fc1626f1d4567ad943f16373cc1779962f76f SHA512 bbb0134b5b38255d514f5cc5e1bf1f2a1211d03bed2bc6159c37a41203b007f540f04982fb295e2eb283229408e2a3f459906da3f8b326778a6a58e2f4490939 -EBUILD chromedriver-bin-123.0.6312.105.ebuild 723 BLAKE2B 03683d52be41beb713d96fe5b459de4807cd8be267a6559ed0fc8a6539095acfefe8c32e8774790f30c6eb7ad842f8cc5f261699938dd528e8a669454b313c9d SHA512 691bfcc0c4827b0e29ddda34293d247547e181365ee2cda16a8dc860a1359621ecefcf0a286d90ab6bc0c86d1a9a57aafb95809ff02aec673e6b414f711a09d1 +DIST chromedriver-bin-123.0.6312.122.linux64.zip 8636344 BLAKE2B 20dfd3335f01bbfa7f00d476643da99cafd3e91d3cf72b4bba4015b44fe52a359966be6cdec50a643225a1b7d8e91c4af17561b94f5c00566694491490ef4378 SHA512 36a653a02b1522da2fe4661a5f28467fdcdf8e8919218dd6ce37ff4e8de979b3baf39c9b976c74cbd5e785bfa6735a2cafe840452233ca06616327fc890d9361 +EBUILD chromedriver-bin-123.0.6312.122.ebuild 723 BLAKE2B 03683d52be41beb713d96fe5b459de4807cd8be267a6559ed0fc8a6539095acfefe8c32e8774790f30c6eb7ad842f8cc5f261699938dd528e8a669454b313c9d SHA512 691bfcc0c4827b0e29ddda34293d247547e181365ee2cda16a8dc860a1359621ecefcf0a286d90ab6bc0c86d1a9a57aafb95809ff02aec673e6b414f711a09d1 MISC metadata.xml 461 BLAKE2B 4e6e0fd9bf732be9040a4defe4dc1ca63ba7e1ba860abfc97ad487d6220f7bc5cb1e304d001409cb866408fdf393ca42f3b95eb9b8dc258a0627aaa978f66e6e SHA512 3c9217fe5af26ee8ddc705edad8a32604d542ad60c3e78ed8aba9e08a5bd2b3508234e42710d4524149f8b7626bba08f83cb96f7f942fe5ccdfbd8bd98908bec diff --git a/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.105.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.105.ebuild deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.105.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# See https://googlechromelabs.github.io/chrome-for-testing/#stable for URLs -DESCRIPTION="WebDriver for Chrome" -HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/" -SRC_URI="amd64? ( https://storage.googleapis.com/chrome-for-testing-public/${PV}/linux64/chromedriver-linux64.zip -> ${P}.linux64.zip )" -S="${WORKDIR}/chromedriver-linux64" - -LICENSE="google-chrome" -SLOT="0" -KEYWORDS="-* amd64" -RESTRICT="bindist mirror strip" - -RDEPEND=" - sys-libs/glibc - www-client/google-chrome - !www-client/chromium -" -BDEPEND="app-arch/unzip" - -QA_PREBUILT="usr/bin/chromedriver" - -src_install() { - dobin chromedriver -} diff --git a/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.122.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.122.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.122.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# See https://googlechromelabs.github.io/chrome-for-testing/#stable for URLs +DESCRIPTION="WebDriver for Chrome" +HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/" +SRC_URI="amd64? ( https://storage.googleapis.com/chrome-for-testing-public/${PV}/linux64/chromedriver-linux64.zip -> ${P}.linux64.zip )" +S="${WORKDIR}/chromedriver-linux64" + +LICENSE="google-chrome" +SLOT="0" +KEYWORDS="-* amd64" +RESTRICT="bindist mirror strip" + +RDEPEND=" + sys-libs/glibc + www-client/google-chrome + !www-client/chromium +" +BDEPEND="app-arch/unzip" + +QA_PREBUILT="usr/bin/chromedriver" + +src_install() { + dobin chromedriver +} diff --git a/www-apps/mythweb/Manifest b/www-apps/mythweb/Manifest index b8e8b8576d47..c5f3d7e7f227 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-r1.ebuild 1625 BLAKE2B 0df1e93852cfc393b08b3f695e58ba695a58e7dcf20a459a88078fbd2b01afbbd4c2451a16b1e1b560c148a821c346881fb382e6ba9bbc6f4e3d934c00b60d81 SHA512 8589e09ad059ab2006b4758d7bb60735cf59ae1fe4fc6ddf5f3c2ff7173e79ab6beb3e4562774c9a4c8663ec82d0141dcdfab8eff2f83a9ff57aece30c462fc2 +EBUILD mythweb-0.28.1-r2.ebuild 1623 BLAKE2B 9b8f022c6f84f1fd68a430be4f07ea53c9902864ac142c8d5d9e28ed964942878b5e9371aae97870c9be0462ea6bfc2161a574687f0264f67b4cb66b94981bbd SHA512 81d5ddff30bb7b6e33e7d74970d10b98209b22a2736c4d6fc5eefc4257f307c66e7cd591d71564524d877956a70ddb47e284578d964b1bd6e6b36c8ae07f0600 MISC metadata.xml 354 BLAKE2B 0b87709f56882b511b79df1ed48a9d502c5081f7fdc56bb8c3996570ad556f2f3e43995e77c50540f10878f3cd52ae14cd80e02d82296eebc10a002466d2ac48 SHA512 8d3e1ca6ef266ea94a75307f6fc423971ee719baa06a602aecda0f327b3dd1ed30af2295bf5b7d0de0fdce298014fc975adad23e2aedc01fbc8feb2e89a61fbc diff --git a/www-apps/mythweb/mythweb-0.28.1-r1.ebuild b/www-apps/mythweb/mythweb-0.28.1-r1.ebuild deleted file mode 100644 index e02c6dd25c0a..000000000000 --- a/www-apps/mythweb/mythweb-0.28.1-r1.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 -} diff --git a/www-apps/mythweb/mythweb-0.28.1-r2.ebuild b/www-apps/mythweb/mythweb-0.28.1-r2.ebuild new file mode 100644 index 000000000000..6f6fcae78019 --- /dev/null +++ b/www-apps/mythweb/mythweb-0.28.1-r2.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" + +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 + +src_configure() { + : +} + +src_compile() { + : +} + +src_install() { + webapp_src_preinst + + # Install docs + cd "${S}" || die + 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