net-analyzer/evilgrade - 2.0.9 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/evilgrade-2.0.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/evilgrade-2.0.9

Or alternatively:

emerge --autounmask-write -a =net-analyzer/evilgrade-2.0.9

Package Information

Description:
A modular framework that takes advantage of poor upgrade implementations by injecting fake updates.
Homepage:
http://www.infobytesec.com/developments.html
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
2.0.9 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A modular framework that takes advantage of poor upgrade implementations by injecting fake updates."
HOMEPAGE="http://www.infobytesec.com/developments.html"
SRC_URI="https://github.com/infobyte/evilgrade/archive/v${PV}.tar.gz -> ${P}.tar.gz"

SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="dev-perl/Data-Dump
	virtual/perl-Digest-MD5
	virtual/perl-Time-HiRes
	dev-perl/RPC-XML"

src_prepare() {
	#FIXME: these might be required during runtime
	rm -r include/cpan/*.gz
	eapply_user
}

src_install() {
	dodoc docs/*
	rm -r docs

	insinto /usr/share/${PN}
	doins -r *

	dobin "${FILESDIR}"/evilgrade
}

Dependencies

RDEPEND

dev-perl/Data-Dump
	virtual/perl-Digest-MD5
	virtual/perl-Time-HiRes
	dev-perl/RPC-XML

Manifest for 2.0.9

Type File Size Source URLs
DIST evilgrade-2.0.9.tar.gz 8943153 bytes https://github.com/infobyte/evilgrade/archive/v2.0.9.tar.gz