From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/grafana-bin/
Date: Sun, 15 Sep 2019 16:49:00 +0000 (UTC) [thread overview]
Message-ID: <1568566124.0f1febcd1ac613fd7e161bb92ffecd17545e059c.juippis@gentoo> (raw)
commit: 0f1febcd1ac613fd7e161bb92ffecd17545e059c
Author: Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
AuthorDate: Sun Sep 15 13:11:27 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 16:48:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1febcd
www-apps/grafana-bin: drop old
Bug: https://bugs.gentoo.org/689388
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12931
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-apps/grafana-bin/Manifest | 3 -
www-apps/grafana-bin/grafana-bin-5.4.3-r1.ebuild | 70 ------------------------
www-apps/grafana-bin/grafana-bin-5.4.4.ebuild | 70 ------------------------
www-apps/grafana-bin/grafana-bin-5.4.5.ebuild | 70 ------------------------
4 files changed, 213 deletions(-)
diff --git a/www-apps/grafana-bin/Manifest b/www-apps/grafana-bin/Manifest
index 7c756ef202c..f523d7b88dc 100644
--- a/www-apps/grafana-bin/Manifest
+++ b/www-apps/grafana-bin/Manifest
@@ -1,5 +1,2 @@
-DIST grafana-bin-5.4.3.tar.gz 55228439 BLAKE2B 63ee14b1ab074f453c8f1b870b8c0c51365106cb2af59fa20f56805f7add7fec29bc5ecd7e2ffc1f3f6811049e839893433e14b1871cb2aea359f58537b9e0dc SHA512 781466c7477ecb4fbca59006600adc3569d0ee2158da3b75831b1934fd39456030471d4508fbf2d3296d3660dcc8b92782295d7afe458229bad1d64de88ad33b
-DIST grafana-bin-5.4.4.tar.gz 55227302 BLAKE2B f80fcf4447de6eb2f8a450650eb054da6a426e61142c2882cb5faef91b1d9779b77016b822d2f9082c81fe7b6ec14f23996132d880067bd956ac6260b171388e SHA512 c95a3e9b40fdd8fff88c01a66efdda1fc64c258a768bdf65f738562b0c039020de1aa2500cbaa93dff4220715c57ce803ca0ff01344d63a9b8548e4d27dc1af1
-DIST grafana-bin-5.4.5.tar.gz 55227168 BLAKE2B 23201dfc85a748b62f5289b53c5ea6549c7c3ddfe278b51a10c22f5be9ec85cc925f3fb4c130adacd1dc036c89f956a867f47d1d6e876fbd55c437aa740116e6 SHA512 861a6c082b006ee3a4cbafad0a65e117912d76aede2073faa264c34452dc6f93d3d0c727a66891bc1155924d1c8419232f794ca621aab1d768302668380c15e7
DIST grafana-bin-6.3.4.tar.gz 58756149 BLAKE2B 847e88cc81aabbb208aeb4bb3e3c8c98346021e6445189d3dfbe526a007f3754ac1912fee8d8ced82cfb30555ac88d4a76bbb3bc9ee0bde604048c865850dddc SHA512 6ea604c25776420355e3d1daa0ac138884587ad16cb9b293e0f771edc57eb070a32691ab24dcf937fd4d8fb8f6562f3600c0663d17fb24c40ecffc33b0320d69
DIST grafana-bin-6.3.5.tar.gz 58756804 BLAKE2B ffa96e5fd067dbe3590c8102c8ac93337679d968c19ec0decf44a39118d4473da82ac2f6702400cc57c22ea7703af3e7cd39aad9a1c63f41c5613b3d5bbe2bed SHA512 0298894f845fa6e322f3fa51364ba24617f3847c2f597a336ba3c1e761165a11efb9a884c3cce8856281bcb8ea3b66341c5ba301f58ce6bf2a8d0328ecd774bd
diff --git a/www-apps/grafana-bin/grafana-bin-5.4.3-r1.ebuild b/www-apps/grafana-bin/grafana-bin-5.4.3-r1.ebuild
deleted file mode 100644
index 7e9781fe83c..00000000000
--- a/www-apps/grafana-bin/grafana-bin-5.4.3-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit user systemd
-
-MY_PN=${PN/-bin/}
-S=${WORKDIR}/${MY_PN}-${PV}
-
-DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB"
-HOMEPAGE="https://grafana.org"
-SRC_URI="https://s3-us-west-2.amazonaws.com/grafana-releases/release/${MY_PN}-${PV}.linux-amd64.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- media-libs/fontconfig"
-
-QA_EXECSTACK="usr/share/grafana/tools/phantomjs/phantomjs"
-QA_PREBUILT="usr/bin/grafana-* ${QA_EXECSTACK}"
-QA_PRESTRIPPED=${QA_PREBUILT}
-
-pkg_setup() {
- enewgroup grafana
- enewuser grafana -1 -1 /usr/share/grafana grafana
-}
-
-src_install() {
- keepdir /etc/grafana
- insinto /etc/grafana
- newins "${S}"/conf/sample.ini grafana.ini
- rm "${S}"/conf/sample.ini || die
-
- # Frontend assets
- insinto /usr/share/${MY_PN}
- doins -r public conf
-
- dobin bin/grafana-cli
- dobin bin/grafana-server
-
- exeinto /usr/share/grafana/tools/phantomjs
- doexe tools/phantomjs/phantomjs
-
- insinto /usr/share/grafana/tools/phantomjs
- doins tools/phantomjs/render.js
-
- newconfd "${FILESDIR}"/grafana.confd grafana
- newinitd "${FILESDIR}"/grafana.initd.3 grafana
- systemd_newunit "${FILESDIR}"/grafana.service grafana.service
-
- keepdir /var/{lib,log}/grafana
- keepdir /var/lib/grafana/{dashboards,plugins}
- fowners grafana:grafana /var/{lib,log}/grafana
- fowners grafana:grafana /var/lib/grafana/{dashboards,plugins}
- fperms 0750 /var/{lib,log}/grafana
- fperms 0750 /var/lib/grafana/{dashboards,plugins}
-}
-
-postinst() {
- elog "${PN} has built-in log rotation. Please see [log.file] section of"
- elog "/etc/grafana/grafana.ini for related settings."
- elog
- elog "You may add your own custom configuration for app-admin/logrotate if you"
- elog "wish to use external rotation of logs. In this case, you also need to make"
- elog "sure the built-in rotation is turned off."
-}
diff --git a/www-apps/grafana-bin/grafana-bin-5.4.4.ebuild b/www-apps/grafana-bin/grafana-bin-5.4.4.ebuild
deleted file mode 100644
index 33385776ece..00000000000
--- a/www-apps/grafana-bin/grafana-bin-5.4.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit user systemd
-
-MY_PN=${PN/-bin/}
-S=${WORKDIR}/${MY_PN}-${PV}
-
-DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB"
-HOMEPAGE="https://grafana.org"
-SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- media-libs/fontconfig"
-
-QA_EXECSTACK="usr/share/grafana/tools/phantomjs/phantomjs"
-QA_PREBUILT="usr/bin/grafana-* ${QA_EXECSTACK}"
-QA_PRESTRIPPED=${QA_PREBUILT}
-
-pkg_setup() {
- enewgroup grafana
- enewuser grafana -1 -1 /usr/share/grafana grafana
-}
-
-src_install() {
- keepdir /etc/grafana
- insinto /etc/grafana
- newins "${S}"/conf/sample.ini grafana.ini
- rm "${S}"/conf/sample.ini || die
-
- # Frontend assets
- insinto /usr/share/${MY_PN}
- doins -r public conf
-
- dobin bin/grafana-cli
- dobin bin/grafana-server
-
- exeinto /usr/share/grafana/tools/phantomjs
- doexe tools/phantomjs/phantomjs
-
- insinto /usr/share/grafana/tools/phantomjs
- doins tools/phantomjs/render.js
-
- newconfd "${FILESDIR}"/grafana.confd grafana
- newinitd "${FILESDIR}"/grafana.initd.3 grafana
- systemd_newunit "${FILESDIR}"/grafana.service grafana.service
-
- keepdir /var/{lib,log}/grafana
- keepdir /var/lib/grafana/{dashboards,plugins}
- fowners grafana:grafana /var/{lib,log}/grafana
- fowners grafana:grafana /var/lib/grafana/{dashboards,plugins}
- fperms 0750 /var/{lib,log}/grafana
- fperms 0750 /var/lib/grafana/{dashboards,plugins}
-}
-
-postinst() {
- elog "${PN} has built-in log rotation. Please see [log.file] section of"
- elog "/etc/grafana/grafana.ini for related settings."
- elog
- elog "You may add your own custom configuration for app-admin/logrotate if you"
- elog "wish to use external rotation of logs. In this case, you also need to make"
- elog "sure the built-in rotation is turned off."
-}
diff --git a/www-apps/grafana-bin/grafana-bin-5.4.5.ebuild b/www-apps/grafana-bin/grafana-bin-5.4.5.ebuild
deleted file mode 100644
index 33385776ece..00000000000
--- a/www-apps/grafana-bin/grafana-bin-5.4.5.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit user systemd
-
-MY_PN=${PN/-bin/}
-S=${WORKDIR}/${MY_PN}-${PV}
-
-DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB"
-HOMEPAGE="https://grafana.org"
-SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- media-libs/fontconfig"
-
-QA_EXECSTACK="usr/share/grafana/tools/phantomjs/phantomjs"
-QA_PREBUILT="usr/bin/grafana-* ${QA_EXECSTACK}"
-QA_PRESTRIPPED=${QA_PREBUILT}
-
-pkg_setup() {
- enewgroup grafana
- enewuser grafana -1 -1 /usr/share/grafana grafana
-}
-
-src_install() {
- keepdir /etc/grafana
- insinto /etc/grafana
- newins "${S}"/conf/sample.ini grafana.ini
- rm "${S}"/conf/sample.ini || die
-
- # Frontend assets
- insinto /usr/share/${MY_PN}
- doins -r public conf
-
- dobin bin/grafana-cli
- dobin bin/grafana-server
-
- exeinto /usr/share/grafana/tools/phantomjs
- doexe tools/phantomjs/phantomjs
-
- insinto /usr/share/grafana/tools/phantomjs
- doins tools/phantomjs/render.js
-
- newconfd "${FILESDIR}"/grafana.confd grafana
- newinitd "${FILESDIR}"/grafana.initd.3 grafana
- systemd_newunit "${FILESDIR}"/grafana.service grafana.service
-
- keepdir /var/{lib,log}/grafana
- keepdir /var/lib/grafana/{dashboards,plugins}
- fowners grafana:grafana /var/{lib,log}/grafana
- fowners grafana:grafana /var/lib/grafana/{dashboards,plugins}
- fperms 0750 /var/{lib,log}/grafana
- fperms 0750 /var/lib/grafana/{dashboards,plugins}
-}
-
-postinst() {
- elog "${PN} has built-in log rotation. Please see [log.file] section of"
- elog "/etc/grafana/grafana.ini for related settings."
- elog
- elog "You may add your own custom configuration for app-admin/logrotate if you"
- elog "wish to use external rotation of logs. In this case, you also need to make"
- elog "sure the built-in rotation is turned off."
-}
next reply other threads:[~2019-09-15 16:49 UTC|newest]
Thread overview: 168+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-15 16:49 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-19 7:33 [gentoo-commits] repo/gentoo:master commit in: www-apps/grafana-bin/ Fabian Groffen
2024-08-05 6:38 Patrick Lauer
2024-08-05 6:38 Patrick Lauer
2024-08-05 6:38 Patrick Lauer
2024-06-30 12:55 Louis Sautier
2024-02-12 9:22 Conrad Kostecki
2024-01-24 13:17 Patrick Lauer
2024-01-24 12:59 Patrick Lauer
2024-01-24 12:59 Patrick Lauer
2023-11-17 9:51 罗百科
2023-11-17 9:51 罗百科
2023-11-07 14:02 罗百科
2023-11-07 14:02 罗百科
2023-10-11 12:23 罗百科
2023-10-11 12:23 罗百科
2023-06-09 5:26 罗百科
2023-04-28 8:10 罗百科
2023-03-20 8:36 罗百科
2023-03-20 8:28 罗百科
2023-03-20 8:28 罗百科
2023-02-15 9:21 罗百科
2023-01-02 9:20 罗百科
2022-12-01 5:48 罗百科
2022-11-10 1:50 John Helmert III
2022-11-10 1:50 John Helmert III
2022-10-14 12:00 罗百科
2022-10-12 16:07 罗百科
2022-10-08 15:47 Sam James
2022-09-21 5:33 罗百科
2022-09-21 5:33 罗百科
2022-08-23 13:54 罗百科
2022-08-23 13:54 罗百科
2022-07-01 9:04 罗百科
2022-05-19 18:32 罗百科
2022-05-05 5:02 罗百科
2022-03-27 7:51 罗百科
2022-02-08 17:36 罗百科
2022-01-19 7:32 罗百科
2021-12-11 8:03 罗百科
2021-12-09 6:37 罗百科
2021-11-16 6:47 罗百科
2021-11-09 0:30 Thomas Deutschmann
2021-11-09 0:30 Thomas Deutschmann
2021-10-06 6:13 罗百科
2021-09-01 14:07 Thomas Deutschmann
2021-07-29 15:48 Thomas Deutschmann
2021-07-29 15:48 Thomas Deutschmann
2021-07-13 20:49 Thomas Deutschmann
2021-07-13 20:49 Thomas Deutschmann
2021-07-13 20:49 Thomas Deutschmann
2021-06-14 18:46 Thomas Deutschmann
2021-06-08 17:35 罗百科
2021-05-13 22:47 Thomas Deutschmann
2021-04-14 14:06 Thomas Deutschmann
2021-03-30 21:23 Thomas Deutschmann
2021-03-27 1:03 Thomas Deutschmann
2021-03-27 1:03 Thomas Deutschmann
2021-03-12 16:28 罗百科
2021-02-21 19:19 Thomas Deutschmann
2021-02-21 19:19 Thomas Deutschmann
2021-02-11 22:47 Thomas Deutschmann
2021-02-09 16:25 罗百科
2021-01-25 2:19 Thomas Deutschmann
2020-11-30 1:53 Thomas Deutschmann
2020-11-18 22:52 Thomas Deutschmann
2020-11-01 22:35 Thomas Deutschmann
2020-11-01 22:35 Thomas Deutschmann
2020-08-20 0:03 Thomas Deutschmann
2020-08-20 0:03 Thomas Deutschmann
2020-06-04 8:35 Tobias Klausmann
2020-05-11 12:07 Thomas Deutschmann
2020-05-11 12:07 Thomas Deutschmann
2020-04-11 11:52 Tobias Klausmann
2020-01-23 17:51 Tobias Klausmann
2019-11-23 10:37 Manuel Rüger
2019-11-19 12:31 Manuel Rüger
2019-11-19 12:31 Manuel Rüger
2019-10-17 13:39 Manuel Rüger
2019-10-07 14:15 Manuel Rüger
2019-10-07 14:15 Manuel Rüger
2019-09-25 5:26 Joonas Niilola
2019-09-24 12:50 Joonas Niilola
2019-09-23 14:38 Manuel Rüger
2019-09-15 9:03 Agostino Sarubbo
2019-09-02 13:13 Manuel Rüger
2019-09-02 13:13 Manuel Rüger
2019-08-29 15:51 Thomas Deutschmann
2019-08-29 15:51 Thomas Deutschmann
2019-08-15 13:51 Manuel Rüger
2019-08-07 16:16 Manuel Rüger
2019-08-07 16:16 Manuel Rüger
2019-08-07 16:11 Manuel Rüger
2019-06-26 8:03 Manuel Rüger
2019-06-20 19:06 罗百科
2019-06-05 15:08 Manuel Rüger
2019-06-05 15:08 Manuel Rüger
2019-05-27 13:43 Manuel Rüger
2019-05-24 19:12 Patrick Lauer
2019-05-03 12:41 Manuel Rüger
2019-04-30 14:53 Patrick Lauer
2019-04-16 10:00 Manuel Rüger
2019-04-10 8:44 Manuel Rüger
2019-04-08 13:38 Manuel Rüger
2019-04-05 13:14 Manuel Rüger
2019-04-03 13:54 Manuel Rüger
2019-03-22 14:21 Patrick Lauer
2019-03-13 13:56 Patrick Lauer
2019-03-04 1:35 Thomas Deutschmann
2019-02-28 12:52 Mikle Kolyada
2019-02-25 15:20 Manuel Rüger
2019-02-19 14:35 Manuel Rüger
2019-02-11 18:00 Manuel Rüger
2019-02-07 10:48 Manuel Rüger
2019-01-31 16:25 Manuel Rüger
2019-01-15 13:56 Manuel Rüger
2018-12-13 18:15 Manuel Rüger
2018-12-11 8:12 Manuel Rüger
2018-12-03 15:01 Manuel Rüger
2018-11-19 1:36 Thomas Deutschmann
2018-11-19 1:36 Thomas Deutschmann
2018-10-24 13:17 Tobias Klausmann
2018-10-17 8:28 Tobias Klausmann
2018-09-15 14:03 Thomas Deutschmann
2018-09-15 13:53 Thomas Deutschmann
2018-08-29 18:27 Patrick Lauer
2018-07-26 11:58 Tobias Klausmann
2018-07-02 8:42 Tobias Klausmann
2018-06-28 11:31 Tobias Klausmann
2018-05-23 7:32 Tobias Klausmann
2018-05-10 7:37 Tobias Klausmann
2018-05-08 23:32 Mikle Kolyada
2018-05-08 23:27 Mikle Kolyada
2018-05-08 8:56 Tobias Klausmann
2018-04-29 16:19 Mikle Kolyada
2018-04-03 13:00 Tobias Klausmann
2018-03-25 17:00 Tobias Klausmann
2018-03-16 10:33 Tobias Klausmann
2018-03-07 13:02 Tobias Klausmann
2018-03-07 10:34 Tobias Klausmann
2018-02-24 10:09 Tobias Klausmann
2018-02-14 9:58 Tobias Klausmann
2018-02-11 11:36 Michał Górny
2017-12-15 10:55 Tobias Klausmann
2017-11-28 10:26 Tobias Klausmann
2017-11-01 15:05 Tobias Klausmann
2017-10-27 17:48 Tobias Klausmann
2017-10-09 9:25 Tobias Klausmann
2017-09-21 8:15 Tobias Klausmann
2017-07-06 7:57 Tobias Klausmann
2017-07-06 7:24 Tobias Klausmann
2017-06-01 12:12 Tobias Klausmann
2017-05-31 11:36 Tobias Klausmann
2017-05-31 11:09 Tobias Klausmann
2017-03-17 9:32 Tobias Klausmann
2017-03-10 12:33 Tobias Klausmann
2017-01-24 9:27 Tobias Klausmann
2017-01-11 12:42 Tobias Klausmann
2017-01-05 13:33 Tobias Klausmann
2016-12-02 18:26 Tobias Klausmann
2016-12-01 17:08 Tobias Klausmann
2016-11-30 11:42 Tobias Klausmann
2016-11-28 11:08 Tobias Klausmann
2016-11-28 10:48 Tobias Klausmann
2016-11-27 9:44 Tobias Klausmann
2016-11-18 10:59 Tobias Klausmann
2016-07-18 13:00 Patrick Lauer
2016-06-28 13:39 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1568566124.0f1febcd1ac613fd7e161bb92ffecd17545e059c.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox