From 6abbf81ef2f298e3221ff5e67a1f3c5f23958212 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Dec 2020 13:26:14 +0000 Subject: gentoo resync : 14.12.2020 --- www-apps/cgp/Manifest | 2 +- www-apps/cgp/cgp-1_p20190510-r1.ebuild | 56 ++++++++++++++++++++++++++++++++++ www-apps/cgp/cgp-1_p20190510.ebuild | 56 ---------------------------------- 3 files changed, 57 insertions(+), 57 deletions(-) create mode 100644 www-apps/cgp/cgp-1_p20190510-r1.ebuild delete mode 100644 www-apps/cgp/cgp-1_p20190510.ebuild (limited to 'www-apps/cgp') diff --git a/www-apps/cgp/Manifest b/www-apps/cgp/Manifest index 182ae3cc8d93..89cf2c053236 100644 --- a/www-apps/cgp/Manifest +++ b/www-apps/cgp/Manifest @@ -1,4 +1,4 @@ AUX cgp-1_p20190510-double-quote.patch 866 BLAKE2B b222ceb7b7198aa7b73aae6793b49ff84f66c83f014ed05bccb697bdd915e0a70cc059ccf0c45a038e9a7a8a4833079708558d2a91da521250be589aac3414d3 SHA512 ca9a12c2b52554ceb85038a2b7fe67b1ce6a7a84ce702c3b100659fea143903fd3b29aab877240e3e00dc8b3f3d8b34dad835665aa4d4719054fca0f1ff1f0b2 DIST cgp-1_p20190510.tar.gz 139241 BLAKE2B 663d8b8f6e144b4b28ca36674f4f0b68537dba36aa481faa5d0b5ff1ea11933018b91e94750c15833e3bc9b4ce6604898276e84ff3d3d649ebff11089f6328e0 SHA512 3a6d6af25db00f8d80b0e0aa6e19763da8492d0e1cb421474bf31c325ff37357b9bf88af70459e669c4e9f740dd1a547421fcb3184526d9f3ba4333eb57fec8f -EBUILD cgp-1_p20190510.ebuild 1321 BLAKE2B 42e7174c0f5fd2f1e03817dfcf6b73be45a37a89034ed475c06914ecc49372e31cbefa5a84fa16fc12e98b8ed1284bbc3deada82772556810a996938e149bdf3 SHA512 89e6f9777090f03419097deb444dd2d73b75976bd0eab5d787e3fbbc2e31df141c4d9683a9ab802a90cb5af6a3ea41aadd28c2ea9f4ec182491cc9cbd7e31807 +EBUILD cgp-1_p20190510-r1.ebuild 1324 BLAKE2B 8851e48bdcbba2c7786d512bc880d81e91dbeeef14cd33bd4cb2631eb5df7c60bf8bba865f4335ef4062c98d6f487c040219a410d3b54b30e95a4ef30b57bc94 SHA512 905a35d228d7796c211028c3f2f26b8a1c903ec606246822bc2c92fb6c1e8432a8f6e99578d984001e04d6e803b2de8f3c2f54bf0a51b47590d9078ecaaa0abb MISC metadata.xml 558 BLAKE2B a2ef24fdd53e577774517c18e6030b08a375cf342aa003fc2f82fa7c73065cd9703f67ba6a2113a6e605280a6239fc7eaeca8f5d0827d587bbfcc9e49b4dc351 SHA512 87e53979d5f382d585ba2c8dbe30ed21402abc270ecad1a6bcc1147aaf7ccf9aba8090c3acfde20fd23b4cf57b4c3621f8e863d9ce175564949619a3c7853576 diff --git a/www-apps/cgp/cgp-1_p20190510-r1.ebuild b/www-apps/cgp/cgp-1_p20190510-r1.ebuild new file mode 100644 index 000000000000..ec6e271ecbb7 --- /dev/null +++ b/www-apps/cgp/cgp-1_p20190510-r1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit webapp + +MY_PN="${PN^^}" +MY_PV="fd8fa70739d18d786e88f7ffa57e250e0e41af8f" + +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" ) + +PATCHES=( "${FILESDIR}/${P}-double-quote.patch" ) + +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 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_p20190510.ebuild b/www-apps/cgp/cgp-1_p20190510.ebuild deleted file mode 100644 index bb9ba9912901..000000000000 --- a/www-apps/cgp/cgp-1_p20190510.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit webapp - -MY_PN="${PN^^}" -MY_PV="fd8fa70739d18d786e88f7ffa57e250e0e41af8f" - -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" ) - -PATCHES=( "${FILESDIR}/${P}-double-quote.patch" ) - -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 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