From cd356b722fd8d162f02a5059fae1a66e00be52e3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 17 Mar 2024 00:48:59 +0000 Subject: gentoo auto-resync : 17:03:2024 - 00:48:58 --- app-metrics/carbonapi-web/Manifest | 4 ++-- app-metrics/carbonapi-web/carbonapi-web-1.0.ebuild | 24 ---------------------- app-metrics/carbonapi-web/carbonapi-web-1.1.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app-metrics/carbonapi-web/carbonapi-web-1.0.ebuild create mode 100644 app-metrics/carbonapi-web/carbonapi-web-1.1.ebuild (limited to 'app-metrics/carbonapi-web') diff --git a/app-metrics/carbonapi-web/Manifest b/app-metrics/carbonapi-web/Manifest index 43da530fd03e..99303d3da33f 100644 --- a/app-metrics/carbonapi-web/Manifest +++ b/app-metrics/carbonapi-web/Manifest @@ -1,4 +1,4 @@ AUX postinstall-en.txt 410 BLAKE2B 40bd28784e8961713e7dd571142e2e137e3e90d50a61acc8b361ac8f7999c66a5c0a27aeaf9cf57d4f01ff42c6f02813ef73e30b5ca410b7b750e5f12dec2261 SHA512 04b52286fafb4bb65b372c44051fd00065e6f1fb019412266c577ce3f97989177b11643338a308f76ad2ae645c7be6c2eda0c514ccfd5ff5575d28c331081f25 -DIST carbonapi-web-1.0.tar.gz 1026954 BLAKE2B e482565b103b7afcfb7e2d778e57b24610713568f7ec079247b8dbd9f1f46668f0487eefef6d34e27bb0985bf5bc9bb6edb1a1d22652ff0db575b32099586c5f SHA512 56a048d414aae2db99a29aca46ebe0c58e738acdae44ffa0b82478559dd0e2327767682941e69d5cda0c716cf7121c2f90d40b9866943b735d424c4b5b283e5c -EBUILD carbonapi-web-1.0.ebuild 547 BLAKE2B 122fb8ed5884738c97c7e24118725caf0e83f3d48ea0bc45af8e29d389a42546f144de7fe62500cb8829682ac03cfde38d8556820f09114e9e8795d6d89231f6 SHA512 789fef4bacc6554d16bbcd934ebf05dcbc81f6884d3e28dd4864d6776f7689dae24b3fee806109431c4bc1a25453c997963e5a048fc50e9d8cc8e4b3956e11a0 +DIST carbonapi-web-1.1.tar.gz 1027235 BLAKE2B be56d94b680282618c74b3b332cbd85de2e7430831c1de3242b99e061f6232f404c15045b3e4990e51b20f3193564a9fa9c324774ee46abeecad084b4dc9fc79 SHA512 b60ba3d23d84051f9b5e6445117a425f36a5740e3758555c08dfe0c6b1bebb06ad665e057c570a55f6d3ab9073930026b614740cde4fe57b15b06f56f33cc042 +EBUILD carbonapi-web-1.1.ebuild 547 BLAKE2B 122fb8ed5884738c97c7e24118725caf0e83f3d48ea0bc45af8e29d389a42546f144de7fe62500cb8829682ac03cfde38d8556820f09114e9e8795d6d89231f6 SHA512 789fef4bacc6554d16bbcd934ebf05dcbc81f6884d3e28dd4864d6776f7689dae24b3fee806109431c4bc1a25453c997963e5a048fc50e9d8cc8e4b3956e11a0 MISC metadata.xml 335 BLAKE2B f7bb5d037750a9f0d53b78055a904833ec119beb4586ab7fccfef0c38d76d00b49c620058c7688168c54524d6ba3cbce016595f3471b55f2e4d6b41b706c2a97 SHA512 7674888eda95f92e00762ea3ac509fc1f7ae5b4a0d3a1380f8df6a082a5d4b35cf06aa44540a807b1a5507f39832c1fee65ce1df76adfafa189a37d91faff6c9 diff --git a/app-metrics/carbonapi-web/carbonapi-web-1.0.ebuild b/app-metrics/carbonapi-web/carbonapi-web-1.0.ebuild deleted file mode 100644 index 5b854a847cc2..000000000000 --- a/app-metrics/carbonapi-web/carbonapi-web-1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit webapp - -DESCRIPTION="graphite-web fork for standalone usage with carbonapi" -HOMEPAGE="https://github.com/grobian/carbonapi-web" -SRC_URI="https://github.com/grobian/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64" - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r webapp/content/* - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - - webapp_src_install -} diff --git a/app-metrics/carbonapi-web/carbonapi-web-1.1.ebuild b/app-metrics/carbonapi-web/carbonapi-web-1.1.ebuild new file mode 100644 index 000000000000..5b854a847cc2 --- /dev/null +++ b/app-metrics/carbonapi-web/carbonapi-web-1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit webapp + +DESCRIPTION="graphite-web fork for standalone usage with carbonapi" +HOMEPAGE="https://github.com/grobian/carbonapi-web" +SRC_URI="https://github.com/grobian/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64" + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r webapp/content/* + + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + + webapp_src_install +} -- cgit v1.2.3