diff options
Diffstat (limited to 'app-admin/checksec/checksec-1.8.0.ebuild')
-rw-r--r-- | app-admin/checksec/checksec-1.8.0.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-admin/checksec/checksec-1.8.0.ebuild b/app-admin/checksec/checksec-1.8.0.ebuild deleted file mode 100644 index eb85bc06b860..000000000000 --- a/app-admin/checksec/checksec-1.8.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -MY_PN=${PN}.sh -DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)" -HOMEPAGE="https://github.com/slimm609/checksec.sh" -SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" -IUSE="" - -S="${WORKDIR}"/${MY_PN}-${PV} - -DOCS=( ChangeLog README.md ) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.7.2-path.patch - sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die -} - -src_install() { - default - - doman extras/man/* - - insinto /usr/share/zsh/site-functions - doins extras/zsh/_${PN} - - dobin ${PN} -} |