From 1db00cc6e94b90c08090bb5b8c406622946c4ae5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 31 Jan 2019 16:00:27 +0000 Subject: gentoo resync 31.01.2019 --- www-apps/Manifest.gz | Bin 14130 -> 14129 bytes www-apps/cgp/Manifest | 4 +-- www-apps/cgp/cgp-1_p20180620-r1.ebuild | 54 --------------------------------- www-apps/cgp/cgp-1_p20181209.ebuild | 54 +++++++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 www-apps/cgp/cgp-1_p20180620-r1.ebuild create mode 100644 www-apps/cgp/cgp-1_p20181209.ebuild (limited to 'www-apps') diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index d9c60a2a6e08..d66fb1376f10 100644 Binary files a/www-apps/Manifest.gz and b/www-apps/Manifest.gz differ diff --git a/www-apps/cgp/Manifest b/www-apps/cgp/Manifest index c6b545290212..551bb6cef07d 100644 --- a/www-apps/cgp/Manifest +++ b/www-apps/cgp/Manifest @@ -1,3 +1,3 @@ -DIST cgp-1_p20180620.tar.gz 139549 BLAKE2B 2cc1a416ae1158b5788615b05bf43039049af52eb5296e7fd8136c9895e8ee0a9887e84ad37c6598a4c4387982a2860fbdb7cf9cdff39cfe5bbee598b9ace88f SHA512 acd09bb699af678347dacfc08fee60a86843874543851805f245952e538777d7ccd528c156f7a21b803503c7aac134013a4eb8200d5266cf35541b0dce5839e4 -EBUILD cgp-1_p20180620-r1.ebuild 1278 BLAKE2B 7b40e0cc919201e00a42a420db0c531da1db82846a4985e99931bb76e5ef281d078febb48f9338155416bec2a42f8153b24c433ce97ba489e4ac82e52d240b80 SHA512 006443901477d5547435592cd872ad00b35434305563d9a40bca90fcdb166e319b1f60a2b120ffde10d1ff18b536613ceb79bf9e8eab4e92169fb91d0e51ffd3 +DIST cgp-1_p20181209.tar.gz 139556 BLAKE2B 0a79ff1974b0ae50db5582121c4fdcc2db0b89ef11ecb001dfa525dd753481f0a454e424d17f24b142fd116a9ea2eeb4ba1dade6f2ffadd63943e5c065323224 SHA512 fcbf81fca2bb14ed143ea414c2f11fe09f4594891507a1ad08482720b104ec62c9986ce25b127d45a7962a8b3db54293a6775dc2359bde41f19b5419606b51eb +EBUILD cgp-1_p20181209.ebuild 1276 BLAKE2B eed898ba458d5c97556594a0cf370562206c122a0129d3fb903c907d389a108b30319ed092171bdff5bbb53bb98aec0e1f50cdffd4b004934e5465e3ecb95141 SHA512 33ab16b6889fc22012db798927ed126466a10ef16235430eaa5f45a3d1f174788cc4917a4e354affedbf35a74705451757620ab8c7fc33e337bd18841924a349 MISC metadata.xml 677 BLAKE2B 2085e266da1c26131975e252ac7f4e9d778b8d32c708e78cecab760775af5273d1b8cfed21141159178b4a5d4d516118934b40e6ceaa67fc4b98decc643dfaf4 SHA512 a31566e2a70a4819d03b18bb7fe5a951d53db2a354430e767a26bea62666fd7c7968c423e335dd4e5d7070537e5e062bad4f5567dabcf4d900d560cc6a30bbc1 diff --git a/www-apps/cgp/cgp-1_p20180620-r1.ebuild b/www-apps/cgp/cgp-1_p20180620-r1.ebuild deleted file mode 100644 index 6fe5fc73bda7..000000000000 --- a/www-apps/cgp/cgp-1_p20180620-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit webapp - -MY_PN="${PN^^}" -MY_PV="1920ca24a067ac157a6bd8f3c017f4c6244ae245" - -DESCRIPTION="A graphical web-based front-end for visualizing RRD collected by collectd" -HOMEPAGE="https://github.com/pommi/CGP" -SRC_URI="https://github.com/pommi/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CC-BY-2.0 GPL-2+ GPL-3 MIT" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php[json] - net-analyzer/rrdtool[graph] - virtual/httpd-php -" - -need_httpd_cgi - -S="${WORKDIR}/${MY_PN}-${MY_PV}" - -DOCS=( "README.md" "doc/CHANGELOG" "doc/nginx.conf" ) - -src_install() { - webapp_src_preinst - - einstalldocs - - # Since the docs are already installed, remove them from htdocs - # The file doc/CHANGELOG is needed, as CGP reads from there it's version - rm -r .gitignore doc/LICENSE doc/nginx.conf || die - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_src_install -} - -pkg_postinst() { - webapp_pkg_postinst - - einfo "The command shell_exec must not be disabled" - einfo "through the disable_functions php.ini directive." - einfo "It must allow execution of the rrdtool program." - einfo "" - einfo "An configuration file for www-servers/nginx" - einfo "has been installed as an example." -} diff --git a/www-apps/cgp/cgp-1_p20181209.ebuild b/www-apps/cgp/cgp-1_p20181209.ebuild new file mode 100644 index 000000000000..60438618d2f6 --- /dev/null +++ b/www-apps/cgp/cgp-1_p20181209.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit webapp + +MY_PN="${PN^^}" +MY_PV="72acfcbffd51da1e77a56517618da68252485ed6" + +DESCRIPTION="A graphical web-based front-end for visualizing RRD collected by collectd" +HOMEPAGE="https://github.com/pommi/CGP" +SRC_URI="https://github.com/pommi/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="CC-BY-2.0 GPL-2+ GPL-3 MIT" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-lang/php[json] + net-analyzer/rrdtool[graph] + virtual/httpd-php +" + +need_httpd_cgi + +S="${WORKDIR}/${MY_PN}-${MY_PV}" + +DOCS=( "README.md" "doc/CHANGELOG" "doc/nginx.conf" ) + +src_install() { + webapp_src_preinst + + einstalldocs + + # Since the docs are already installed, remove them from htdocs + # The file doc/CHANGELOG is needed, as CGP reads from there it's version + rm -r .gitignore doc/LICENSE doc/nginx.conf || die + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_src_install +} + +pkg_postinst() { + webapp_pkg_postinst + + einfo "The command shell_exec must not be disabled" + einfo "through the disable_functions php.ini directive." + einfo "It must allow execution of the rrdtool program." + einfo "" + einfo "An configuration file for www-servers/nginx" + einfo "has been installed as an example." +} -- cgit v1.2.3