mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
net-analyzer/munin-contrib: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
4ef78cbd30
commit
667a8ba2a7
@ -7,16 +7,16 @@ inherit toolchain-funcs
|
||||
|
||||
COMMIT="c31cb283fe9d38ae0367fcd9a8aef6be14bcb927"
|
||||
|
||||
SRC_URI="https://github.com/munin-monitoring/contrib/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
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 +plugins templates tools"
|
||||
RDEPEND="net-analyzer/munin"
|
||||
|
||||
S="${WORKDIR}/contrib-${COMMIT}"
|
||||
README_PLUGINS=(
|
||||
plugins/README.md
|
||||
plugins/apache/apache_byprojects/README.md
|
||||
|
@ -7,16 +7,16 @@ 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"
|
||||
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 +plugins templates tools"
|
||||
RDEPEND="net-analyzer/munin"
|
||||
|
||||
S="${WORKDIR}/contrib-${COMMIT}"
|
||||
README_PLUGINS=(
|
||||
plugins/README.md
|
||||
plugins/apache/apache_byprojects/README.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user