summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2018-01-27 17:23:54 +0100
committerSebastian Pipping <sping@gentoo.org>2018-01-27 17:23:54 +0100
commit01c2cbba9ccc215e8ff170246701cece43f03820 (patch)
tree7c3b8f88aefd844ef9750e55e5671f545eb04551 /app-admin/checksec/checksec-1.7.2.ebuild
parentsys-devel/binutils: Set default hash style via configure parameter (diff)
downloadgentoo-01c2cbba9ccc215e8ff170246701cece43f03820.tar.gz
gentoo-01c2cbba9ccc215e8ff170246701cece43f03820.tar.bz2
gentoo-01c2cbba9ccc215e8ff170246701cece43f03820.zip
app-admin/checksec: Remove old
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'app-admin/checksec/checksec-1.7.2.ebuild')
-rw-r--r--app-admin/checksec/checksec-1.7.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-admin/checksec/checksec-1.7.2.ebuild b/app-admin/checksec/checksec-1.7.2.ebuild
deleted file mode 100644
index 8945352cbd14..000000000000
--- a/app-admin/checksec/checksec-1.7.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 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}"/${P}-path.patch
-}
-
-src_install() {
- default
- dobin ${PN}
-}