commit:     782d7a15837abdc2acb8ad3c9fd8e0f9093445e0
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 13:07:15 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 13:08:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=782d7a15

net-analyzer/munin-contrib: reorder global variables

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 .../munin-contrib/munin-contrib-0.2024.03.04-r1.ebuild         | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/munin-contrib/munin-contrib-0.2024.03.04-r1.ebuild 
b/net-analyzer/munin-contrib/munin-contrib-0.2024.03.04-r1.ebuild
index aeca64064e..4adfc47bcc 100644
--- a/net-analyzer/munin-contrib/munin-contrib-0.2024.03.04-r1.ebuild
+++ b/net-analyzer/munin-contrib/munin-contrib-0.2024.03.04-r1.ebuild
@@ -7,16 +7,18 @@ inherit toolchain-funcs
 
 COMMIT="83f4e970c4a7378540057318a5083653ee2f138b"
 
-SRC_URI="https://github.com/munin-monitoring/contrib/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-KEYWORDS="~amd64"
-DESCRIPTION="user contributed stuff related to munin"
+DESCRIPTION="User contributed stuff related to munin"
 HOMEPAGE="https://github.com/munin-monitoring/contrib";
+SRC_URI="https://github.com/munin-monitoring/contrib/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/contrib-${COMMIT}"
+
 LICENSE="GPL-3+ Apache-2.0 GPL-2 LGPL-2 GPL-2+ LGPL-3+ MIT" #TODO: investigate 
all the licenses
 SLOT="0"
+KEYWORDS="~amd64"
 IUSE="examples templates tools"
+
 RDEPEND="net-analyzer/munin"
 
-S="${WORKDIR}/contrib-${COMMIT}"
 README_PLUGINS=(
        plugins/README.md
        plugins/apache/apache_byprojects/README.md

Reply via email to