summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-02-13 17:57:17 -0500
committerAnthony G. Basile <blueness@gentoo.org>2016-02-13 17:57:58 -0500
commit3ddffc2f7b9ad56395a78ce9a611787b560face1 (patch)
tree72670630119ae6e657322a23f0b6e5594b2fb5fc /sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
parentmedia-gfx/asymptote: version bump (diff)
downloadgentoo-3ddffc2f7b9ad56395a78ce9a611787b560face1.tar.gz
gentoo-3ddffc2f7b9ad56395a78ce9a611787b560face1.tar.bz2
gentoo-3ddffc2f7b9ad56395a78ce9a611787b560face1.zip
sys-apps/fix-gnustack: Initial commit. Utility to remove executable GNU_STACK.
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild')
-rw-r--r--sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
new file mode 100644
index 000000000000..3d5ebaceb2b3
--- /dev/null
+++ b/sys-apps/fix-gnustack/fix-gnustack-0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Utility to report and remove the executable flag from an ELF object's GNU_STACK"
+HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
+SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
+LICENSE="GPL-3"
+
+DEPEND="dev-libs/elfutils"
+RDEPEND="${DEPEND}"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+S="${WORKDIR}/${PN}"