scamper: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-03 20:49:29 -04:00
parent e7359e9746
commit f7c2eb3a4f
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>noone@pentoo.org</email>
<name>No one</name>
</maintainer>
<use>
<flag name="privsep">Separate the higher privileged scanner from a lower privileged parser</flag>
</use>
</pkgmetadata>

View file

@ -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) \