mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
net-analyzer/mrtg: Version 2.17.7.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mrtg-2.17.4.tar.gz 1096879 BLAKE2B 12d485e8bdb28ff3706341d5b53e78dc37291e6f157e7792f1d2f3b43ee09c7b7eed57acfd8c7e9c9621187f75ee117e0ea85ce1ec34636f26aaf7e06ca58e14 SHA512 b15dac707e387714ba1a181c487894fcacbb9c2c1a1710475ebe86a11e30d758a4b44c139b42638de7fdef6616cf3112afc4e5a8c5fbf53718829673698ee110
|
||||
DIST mrtg-2.17.7.tar.gz 1098650 BLAKE2B f8191296fc163b950792b8ecee773cfe643a7390d49444ce8b5012b2dbd932093cb4f71745ba2c86bda579fbcd3c73a4f9cebc1fa4e7f791a7b4461ae92ac191 SHA512 b25ab38416213bc5128612724530f36f4a855bb66a65f8bbe4bdafef05d2688eed68f5c3df1e13193102507a4114e71ec226ad32dd6b4d3ae2e2291320d8e768
|
||||
|
||||
49
net-analyzer/mrtg/mrtg-2.17.7.ebuild
Normal file
49
net-analyzer/mrtg/mrtg-2.17.7.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="A tool to monitor the traffic load on network-links"
|
||||
HOMEPAGE="https://oss.oetiker.ch/mrtg/"
|
||||
SRC_URI="${HOMEPAGE}pub/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="selinux"
|
||||
|
||||
DEPEND="
|
||||
>=dev-perl/SNMP_Session-1.13-r2
|
||||
>=dev-perl/Socket6-0.23
|
||||
dev-lang/perl
|
||||
media-libs/gd[png]
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
selinux? ( sec-policy/selinux-mrtg )
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.17.4-socket6.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
rm ./lib/mrtg2/{SNMP_{Session,util},BER}.pm || die
|
||||
|
||||
sed -i \
|
||||
-e 's|main::SL}lib${main::SL|main::SL}'"$(get_libdir)"'${main::SL|g' \
|
||||
$(find bin -type f) contrib/cfgmaker_dlci/cfgmaker_dlci || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_install () {
|
||||
keepdir /var/lib/mrtg
|
||||
|
||||
default
|
||||
|
||||
mv "${ED}"/usr/share/doc/{mrtg2,${PF}} || die
|
||||
|
||||
newinitd "${FILESDIR}/mrtg.rc" ${PN}
|
||||
newconfd "${FILESDIR}/mrtg.confd" ${PN}
|
||||
}
|
||||
Reference in New Issue
Block a user