diff options
Diffstat (limited to 'app-admin/checksec/checksec-1.5.ebuild')
-rw-r--r-- | app-admin/checksec/checksec-1.5.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-admin/checksec/checksec-1.5.ebuild b/app-admin/checksec/checksec-1.5.ebuild deleted file mode 100644 index fcca6c67..00000000 --- a/app-admin/checksec/checksec-1.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -RESTRICT="mirror" - -DESCRIPTION="Check for hardened protections like RELRO, NoExec, Stack protection, ASLR, PIE" -HOMEPAGE="http://www.trapkit.de/tools/checksec.html" -SRC_URI="http://www.trapkit.de/tools/${PN}.sh -> ${P}.sh" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -S="${WORKDIR}" - -src_install() { - newbin "${DISTDIR}/${P}.sh" "${PN}" - insinto /usr/share/zsh/site-functions - doins "${FILESDIR}/_${PN}" -} |