From 54e1638047d8f3c28d9824ea8141bc201a4ac98b Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 20 Nov 2015 22:58:10 +0100 Subject: Bump to EAPI=6 --- app-admin/checksec/checksec-1.5.ebuild | 7 +------ app-admin/sudox/sudox-3.20.ebuild | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'app-admin') diff --git a/app-admin/checksec/checksec-1.5.ebuild b/app-admin/checksec/checksec-1.5.ebuild index 45c465f9..45cbb7b3 100644 --- a/app-admin/checksec/checksec-1.5.ebuild +++ b/app-admin/checksec/checksec-1.5.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 RESTRICT="mirror" -inherit eutils DESCRIPTION="Check for hardened protections like RELRO, NoExec, Stack protection, ASLR, PIE" HOMEPAGE="http://www.trapkit.de/tools/checksec.html" @@ -16,10 +15,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}" -src_prepare() { - epatch_user -} - src_install() { newbin "${DISTDIR}/${P}.sh" "${PN}" insinto /usr/share/zsh/site-functions diff --git a/app-admin/sudox/sudox-3.20.ebuild b/app-admin/sudox/sudox-3.20.ebuild index e923996a..256ff7e5 100644 --- a/app-admin/sudox/sudox-3.20.ebuild +++ b/app-admin/sudox/sudox-3.20.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 RESTRICT="mirror" -inherit eutils DESCRIPTION="sudox is a wrapper for sudo which can pass X authority data and deal with screen and tmux" HOMEPAGE="https://github.com/vaeth/sudox/" @@ -18,10 +17,6 @@ RDEPEND="app-admin/sudo app-shells/push" DEPEND="" -src_prepare() { - epatch_user -} - src_install() { dobin "${PN}" insinto /usr/share/zsh/site-functions -- cgit v1.2.3-18-g5258