mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-fuzz/smtp-fuzz :: ebuild update
updated ebuild to emerge cleanly with no errors
This commit is contained in:
parent
5142efe8e5
commit
0b3d6c3f5a
1 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
# Copyright 1999-2010 Gentoo Foundation
|
# Copyright 1999-2023 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /root/portage/app-fuzz/smtp-fuzz/smtp-fuzz-0.1.ebuild,v 1.1.1.1 2006/03/08 21:22:06 grimmlin Exp $
|
# $Header: /root/portage/app-fuzz/smtp-fuzz/smtp-fuzz-0.1.ebuild,v 1.1.1.1 2006/03/08 21:22:06 grimmlin Exp $
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
DESCRIPTION="A smtp fuzzer"
|
DESCRIPTION="A smtp fuzzer"
|
||||||
HOMEPAGE="none"
|
HOMEPAGE="none"
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
|
|
@ -13,7 +15,11 @@ IUSE=""
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="dev-lang/perl"
|
RDEPEND="dev-lang/perl"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
# required by Portage, as we have no SRC_URI...
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
newbin "${FILESDIR}"/"${PN}".pl "${PN}"
|
newbin "${FILESDIR}/${PN}".pl "${PN}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue