diff --git a/net-analyzer/scamper/metadata.xml b/net-analyzer/scamper/metadata.xml new file mode 100644 index 000000000..1a959aba6 --- /dev/null +++ b/net-analyzer/scamper/metadata.xml @@ -0,0 +1,11 @@ + + + + + noone@pentoo.org + No one + + + Separate the higher privileged scanner from a lower privileged parser + + diff --git a/net-analyzer/scamper/scamper-20191102b.ebuild b/net-analyzer/scamper/scamper-20191102b.ebuild index c975a3c19..b02599f5b 100644 --- a/net-analyzer/scamper/scamper-20191102b.ebuild +++ b/net-analyzer/scamper/scamper-20191102b.ebuild @@ -1,22 +1,18 @@ -# Copyright 1999-2020 Gentoo Foundation +# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Actively probes the Internet in order to analyze topology and performance" HOMEPAGE="http://www.caida.org/tools/measurement/scamper/" SRC_URI="http://www.caida.org/tools/measurement/scamper/code/scamper-cvs-${PV}.tar.gz" +S="${WORKDIR}/scamper-cvs-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="privsep debug" -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/scamper-cvs-${PV}" - src_configure() { econf \ $(use_enable privsep privsep) \